[OE-core] [PATCH] [dunfell] coreutils: don't split stdbuf to own package with single-binary

2020-07-09 Thread Rasmus Villemoes
Commit 992cec44 (coreutils: Move stdbuf into an own package coreutils-stdbuf) breaks package-qa when the single-binary PACKAGECONFIG is used: ERROR: coreutils-8.32-r0 do_package_qa: QA Issue: /usr/bin/stdbuf contained in package coreutils-stdbuf requires /usr/bin/coreutils, but no providers found

Re: [OE-core] [PATCH][dunfell] coreutils: don't split stdbuf to own package with single-binary

2020-07-06 Thread Rasmus Villemoes
On 04/07/2020 23.10, Adrian Bunk wrote: > On Fri, Jul 03, 2020 at 11:48:36AM +0100, Richard Purdie wrote: >> ... >> I hadn't realised there was already the reverse dependency. I think we >> need to let the package exist in both cases so the two dependencies >> need to reverse direction depending on

Re: [OE-core] [PATCH][dunfell] coreutils: don't split stdbuf to own package with single-binary

2020-07-04 Thread Adrian Bunk
On Fri, Jul 03, 2020 at 11:48:36AM +0100, Richard Purdie wrote: >... > I hadn't realised there was already the reverse dependency. I think we > need to let the package exist in both cases so the two dependencies > need to reverse direction depending on whether single-binary is set. >... What about

Re: [OE-core] [PATCH][dunfell] coreutils: don't split stdbuf to own package with single-binary

2020-07-03 Thread Rasmus Villemoes
On 03/07/2020 12.48, Richard Purdie wrote: >>> Whilst I realise there is a problem here is the correct fix not: >>> >>> RDEPENDS_coreutils-stdbuf_class-target += >>> "${@bb.utils.contains('PACKAGECONFIG', 'single-binary', '', 'coreutils', >>> d)}" >>> >>> ? >> >> [Well, the coreutils should be i

Re: [OE-core] [PATCH][dunfell] coreutils: don't split stdbuf to own package with single-binary

2020-07-03 Thread Richard Purdie
On Fri, 2020-07-03 at 11:29 +0200, Rasmus Villemoes wrote: > On 03/07/2020 11.19, Richard Purdie wrote: > > On Fri, 2020-07-03 at 09:36 +0200, Rasmus Villemoes wrote: > > > Commit 992cec44 (coreutils: Move stdbuf into an own package > > > coreutils-stdbuf) breaks package-qa when the single-binary >

Re: [OE-core] [PATCH][dunfell] coreutils: don't split stdbuf to own package with single-binary

2020-07-03 Thread Rasmus Villemoes
On 03/07/2020 11.19, Richard Purdie wrote: > On Fri, 2020-07-03 at 09:36 +0200, Rasmus Villemoes wrote: >> Commit 992cec44 (coreutils: Move stdbuf into an own package >> coreutils-stdbuf) breaks package-qa when the single-binary >> PACKAGECONFIG is used: >> >> ERROR: coreutils-8.31-r0 do_package_qa

Re: [OE-core] [PATCH][dunfell] coreutils: don't split stdbuf to own package with single-binary

2020-07-03 Thread Richard Purdie
On Fri, 2020-07-03 at 09:36 +0200, Rasmus Villemoes wrote: > Commit 992cec44 (coreutils: Move stdbuf into an own package > coreutils-stdbuf) breaks package-qa when the single-binary > PACKAGECONFIG is used: > > ERROR: coreutils-8.31-r0 do_package_qa: QA Issue: /usr/bin/stdbuf > contained in packag

Re: [OE-core] [PATCH][dunfell] coreutils: don't split stdbuf to own package with single-binary

2020-07-03 Thread Alexander Kanavin
Then this needs to be submitted for master first, we have a strict policy for that. Alex On Fri, 3 Jul 2020 at 09:36, Rasmus Villemoes wrote: > Commit 992cec44 (coreutils: Move stdbuf into an own package > coreutils-stdbuf) breaks package-qa when the single-binary > PACKAGECONFIG is used: > > E

[OE-core] [PATCH][dunfell] coreutils: don't split stdbuf to own package with single-binary

2020-07-03 Thread Rasmus Villemoes
Commit 992cec44 (coreutils: Move stdbuf into an own package coreutils-stdbuf) breaks package-qa when the single-binary PACKAGECONFIG is used: ERROR: coreutils-8.31-r0 do_package_qa: QA Issue: /usr/bin/stdbuf contained in package coreutils-stdbuf requires /usr/bin/coreutils, but no providers found