Re: [OE-core] [PATCH v4] util-linux: split uuid in separate recipe to allow bootstrapping

2021-02-25 Thread Luca Bocassi
On Wed, 2021-01-20 at 12:28 +1300, Paul Eggleton wrote: > On Wednesday, 20 January 2021 12:23:34 NZDT Richard Purdie wrote: > > On Wed, 2021-01-20 at 12:13 +1300, Paul Eggleton wrote: > > > On Wednesday, 20 January 2021 09:52:41 NZDT Richard Purdie wrote: > > > > I think the one remaining issue

Re: [OE-core] [PATCH v4] util-linux: split uuid in separate recipe to allow bootstrapping

2021-01-19 Thread Paul Eggleton
On Wednesday, 20 January 2021 12:23:34 NZDT Richard Purdie wrote: > On Wed, 2021-01-20 at 12:13 +1300, Paul Eggleton wrote: > > On Wednesday, 20 January 2021 09:52:41 NZDT Richard Purdie wrote: > > > I think the one remaining issue here is the need to change the DEPENDS > > > of so many other

Re: [OE-core] [PATCH v4] util-linux: split uuid in separate recipe to allow bootstrapping

2021-01-19 Thread Richard Purdie
On Wed, 2021-01-20 at 12:13 +1300, Paul Eggleton wrote: > On Wednesday, 20 January 2021 09:52:41 NZDT Richard Purdie wrote: > > I think the one remaining issue here is the need to change the DEPENDS > > of so many other recipes, likely not just here in this patch but in > > other layers. I think

Re: [OE-core] [PATCH v4] util-linux: split uuid in separate recipe to allow bootstrapping

2021-01-19 Thread Paul Eggleton
Hi Richard On Wednesday, 20 January 2021 09:52:41 NZDT Richard Purdie wrote: > I think the one remaining issue here is the need to change the DEPENDS > of so many other recipes, likely not just here in this patch but in > other layers. I think if util-linux DEPENDS on util-linux-uuid that > might

Re: [OE-core] [PATCH v4] util-linux: split uuid in separate recipe to allow bootstrapping

2021-01-19 Thread Richard Purdie
On Thu, 2020-12-10 at 18:46 +, luca.bocca...@gmail.com wrote: > From: Luca Boccassi > > In the next release util-linux will gain an (optional) build > dependency on libcryptsetup. But libcryptsetup build-depends on > util-linux for blkid (optional, can be disabled) and uuid (mandatory). >

[OE-core] [PATCH v4] util-linux: split uuid in separate recipe to allow bootstrapping

2020-12-10 Thread Luca Bocassi
From: Luca Boccassi In the next release util-linux will gain an (optional) build dependency on libcryptsetup. But libcryptsetup build-depends on util-linux for blkid (optional, can be disabled) and uuid (mandatory). Split out util-linux-uuid in a different recipe to break the cycle.