All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cryptsetup: DEPEND on renamed util-linux-libuuid
@ 2021-03-25  7:06 Khem Raj
  2021-03-28 21:10 ` [oe] " akuster
  0 siblings, 1 reply; 8+ messages in thread
From: Khem Raj @ 2021-03-25  7:06 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj, Luca Boccassi

OE-core recipe is called util-linux-libuuid now

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Luca Boccassi <luca.boccassi@microsoft.com>
---
 meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
index 5faaada4b7..0da9a26e83 100644
--- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
+++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
@@ -13,7 +13,7 @@ DEPENDS = " \
     json-c \
     libdevmapper \
     popt \
-    util-linux-uuid \
+    util-linux-libuuid \
 "
 
 RDEPENDS_${PN} = " \
-- 
2.31.0


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [oe] [PATCH] cryptsetup: DEPEND on renamed util-linux-libuuid
  2021-03-25  7:06 [PATCH] cryptsetup: DEPEND on renamed util-linux-libuuid Khem Raj
@ 2021-03-28 21:10 ` akuster
  2021-03-28 21:59   ` Khem Raj
  0 siblings, 1 reply; 8+ messages in thread
From: akuster @ 2021-03-28 21:10 UTC (permalink / raw)
  To: Khem Raj, openembedded-devel; +Cc: Luca Boccassi

I am seeing a build failure with this change after updating both core
and meta-oe to latest as of today.


bitbake cryptsetup

ERROR: Nothing PROVIDES 'util-linux-libuuid' (but
/home/build/releases/master/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
DEPENDS on or otherwise requires it). Close matches:
  util-linux
  util-linux-uuid
  util-linux-uuid RPROVIDES util-linux-libuuid
  util-linux-uuid-native
ERROR: Required build target 'cryptsetup' has no buildable providers.
Missing or unbuildable dependency chain was: ['cryptsetup',
'util-linux-libuuid']

The recipe in core is not  util-linux-libuuid, its util-linux-uuid.

Do I need to cleanup any thing?

-armin

On 3/25/21 12:06 AM, Khem Raj wrote:
> OE-core recipe is called util-linux-libuuid now
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> Cc: Luca Boccassi <luca.boccassi@microsoft.com>
> ---
>  meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
> index 5faaada4b7..0da9a26e83 100644
> --- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
> +++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
> @@ -13,7 +13,7 @@ DEPENDS = " \
>      json-c \
>      libdevmapper \
>      popt \
> -    util-linux-uuid \
> +    util-linux-libuuid \
>  "
>  
>  RDEPENDS_${PN} = " \
>
> 
>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [oe] [PATCH] cryptsetup: DEPEND on renamed util-linux-libuuid
  2021-03-28 21:10 ` [oe] " akuster
@ 2021-03-28 21:59   ` Khem Raj
  2021-03-28 22:25     ` akuster
                       ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Khem Raj @ 2021-03-28 21:59 UTC (permalink / raw)
  To: akuster808; +Cc: Luca Boccassi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1759 bytes --]

On Sun, Mar 28, 2021 at 2:10 PM akuster808 <akuster808@gmail.com> wrote:

> I am seeing a build failure with this change after updating both core
> and meta-oe to latest as of today.
>
>
> bitbake cryptsetup


Please update oe-core to the push that went in today

>
>
> ERROR: Nothing PROVIDES 'util-linux-libuuid' (but
>
> /home/build/releases/master/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/
> cryptsetup_2.3.5.bb
> DEPENDS on or otherwise requires it). Close matches:
>   util-linux
>   util-linux-uuid
>   util-linux-uuid RPROVIDES util-linux-libuuid
>   util-linux-uuid-native
> ERROR: Required build target 'cryptsetup' has no buildable providers.
> Missing or unbuildable dependency chain was: ['cryptsetup',
> 'util-linux-libuuid']
>
> The recipe in core is not  util-linux-libuuid, its util-linux-uuid.
>
> Do I need to cleanup any thing?
>
> -armin
>
> On 3/25/21 12:06 AM, Khem Raj wrote:
> > OE-core recipe is called util-linux-libuuid now
> >
> > Signed-off-by: Khem Raj <raj.khem@gmail.com>
> > Cc: Luca Boccassi <luca.boccassi@microsoft.com>
> > ---
> >  meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
> b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
> > index 5faaada4b7..0da9a26e83 100644
> > --- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
> > +++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
> > @@ -13,7 +13,7 @@ DEPENDS = " \
> >      json-c \
> >      libdevmapper \
> >      popt \
> > -    util-linux-uuid \
> > +    util-linux-libuuid \
> >  "
> >
> >  RDEPENDS_${PN} = " \
> >
> > 
> >
>
>

[-- Attachment #2: Type: text/html, Size: 3004 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [oe] [PATCH] cryptsetup: DEPEND on renamed util-linux-libuuid
  2021-03-28 21:59   ` Khem Raj
@ 2021-03-28 22:25     ` akuster
  2021-03-28 22:30     ` akuster
  2021-03-28 22:33     ` akuster
  2 siblings, 0 replies; 8+ messages in thread
From: akuster @ 2021-03-28 22:25 UTC (permalink / raw)
  To: Khem Raj; +Cc: Luca Boccassi, openembedded-devel



On 3/28/21 2:59 PM, Khem Raj wrote:
>
>
> On Sun, Mar 28, 2021 at 2:10 PM akuster808 <akuster808@gmail.com
> <mailto:akuster808@gmail.com>> wrote:
>
>     I am seeing a build failure with this change after updating both core
>     and meta-oe to latest as of today.
>
>
>     bitbake cryptsetup
>
>
> Please update oe-core to the push that went in today

i have that change. that is was is causing the below failure.  I revert
it an the problem goes away.

-armin
>
>
>
>     ERROR: Nothing PROVIDES 'util-linux-libuuid' (but
>     /home/build/releases/master/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>     <http://cryptsetup_2.3.5.bb>
>     DEPENDS on or otherwise requires it). Close matches:
>       util-linux
>       util-linux-uuid
>       util-linux-uuid RPROVIDES util-linux-libuuid
>       util-linux-uuid-native
>     ERROR: Required build target 'cryptsetup' has no buildable providers.
>     Missing or unbuildable dependency chain was: ['cryptsetup',
>     'util-linux-libuuid']
>
>     The recipe in core is not  util-linux-libuuid, its util-linux-uuid.
>
>     Do I need to cleanup any thing?
>
>     -armin
>
>     On 3/25/21 12:06 AM, Khem Raj wrote:
>     > OE-core recipe is called util-linux-libuuid now
>     >
>     > Signed-off-by: Khem Raj <raj.khem@gmail.com
>     <mailto:raj.khem@gmail.com>>
>     > Cc: Luca Boccassi <luca.boccassi@microsoft.com
>     <mailto:luca.boccassi@microsoft.com>>
>     > ---
>     >  meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>     <http://cryptsetup_2.3.5.bb> | 2 +-
>     >  1 file changed, 1 insertion(+), 1 deletion(-)
>     >
>     > diff --git
>     a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>     <http://cryptsetup_2.3.5.bb>
>     b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>     <http://cryptsetup_2.3.5.bb>
>     > index 5faaada4b7..0da9a26e83 100644
>     > --- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>     <http://cryptsetup_2.3.5.bb>
>     > +++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>     <http://cryptsetup_2.3.5.bb>
>     > @@ -13,7 +13,7 @@ DEPENDS = " \
>     >      json-c \
>     >      libdevmapper \
>     >      popt \
>     > -    util-linux-uuid \
>     > +    util-linux-libuuid \
>     >  "
>     > 
>     >  RDEPENDS_${PN} = " \
>     >
>     > 
>     >
>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [oe] [PATCH] cryptsetup: DEPEND on renamed util-linux-libuuid
  2021-03-28 21:59   ` Khem Raj
  2021-03-28 22:25     ` akuster
@ 2021-03-28 22:30     ` akuster
  2021-03-28 22:33       ` Khem Raj
  2021-03-28 22:33     ` akuster
  2 siblings, 1 reply; 8+ messages in thread
From: akuster @ 2021-03-28 22:30 UTC (permalink / raw)
  To: Khem Raj; +Cc: Luca Boccassi, openembedded-devel



On 3/28/21 2:59 PM, Khem Raj wrote:
>
>
> On Sun, Mar 28, 2021 at 2:10 PM akuster808 <akuster808@gmail.com
> <mailto:akuster808@gmail.com>> wrote:
>
>     I am seeing a build failure with this change after updating both core
>     and meta-oe to latest as of today.
>
>
>     bitbake cryptsetup
>
>
> Please update oe-core to the push that went in today

As an RDEPENDS including "util-linux-libuuid" make sense but there is no
recipe called "util-linux-libuuid" to use as a DEPENDS.

Am I missing something?

-armin
>
>
>
>     ERROR: Nothing PROVIDES 'util-linux-libuuid' (but
>     /home/build/releases/master/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>     <http://cryptsetup_2.3.5.bb>
>     DEPENDS on or otherwise requires it). Close matches:
>       util-linux
>       util-linux-uuid
>       util-linux-uuid RPROVIDES util-linux-libuuid
>       util-linux-uuid-native
>     ERROR: Required build target 'cryptsetup' has no buildable providers.
>     Missing or unbuildable dependency chain was: ['cryptsetup',
>     'util-linux-libuuid']
>
>     The recipe in core is not  util-linux-libuuid, its util-linux-uuid.
>
>     Do I need to cleanup any thing?
>
>     -armin
>
>     On 3/25/21 12:06 AM, Khem Raj wrote:
>     > OE-core recipe is called util-linux-libuuid now
>     >
>     > Signed-off-by: Khem Raj <raj.khem@gmail.com
>     <mailto:raj.khem@gmail.com>>
>     > Cc: Luca Boccassi <luca.boccassi@microsoft.com
>     <mailto:luca.boccassi@microsoft.com>>
>     > ---
>     >  meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>     <http://cryptsetup_2.3.5.bb> | 2 +-
>     >  1 file changed, 1 insertion(+), 1 deletion(-)
>     >
>     > diff --git
>     a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>     <http://cryptsetup_2.3.5.bb>
>     b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>     <http://cryptsetup_2.3.5.bb>
>     > index 5faaada4b7..0da9a26e83 100644
>     > --- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>     <http://cryptsetup_2.3.5.bb>
>     > +++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>     <http://cryptsetup_2.3.5.bb>
>     > @@ -13,7 +13,7 @@ DEPENDS = " \
>     >      json-c \
>     >      libdevmapper \
>     >      popt \
>     > -    util-linux-uuid \
>     > +    util-linux-libuuid \
>     >  "
>     > 
>     >  RDEPENDS_${PN} = " \
>     >
>     > 
>     >
>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [oe] [PATCH] cryptsetup: DEPEND on renamed util-linux-libuuid
  2021-03-28 21:59   ` Khem Raj
  2021-03-28 22:25     ` akuster
  2021-03-28 22:30     ` akuster
@ 2021-03-28 22:33     ` akuster
  2 siblings, 0 replies; 8+ messages in thread
From: akuster @ 2021-03-28 22:33 UTC (permalink / raw)
  To: Khem Raj; +Cc: Luca Boccassi, openembedded-devel



On 3/28/21 2:59 PM, Khem Raj wrote:
>
>
> On Sun, Mar 28, 2021 at 2:10 PM akuster808 <akuster808@gmail.com
> <mailto:akuster808@gmail.com>> wrote:
>
>     I am seeing a build failure with this change after updating both core
>     and meta-oe to latest as of today.
>
>
>     bitbake cryptsetup
>
>
> Please update oe-core to the push that went in today

ok. i just say the push from 65 minutes ago.  I am not that up to date.
that should fix things..

thanks
-armin
>
>
>
>     ERROR: Nothing PROVIDES 'util-linux-libuuid' (but
>     /home/build/releases/master/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>     <http://cryptsetup_2.3.5.bb>
>     DEPENDS on or otherwise requires it). Close matches:
>       util-linux
>       util-linux-uuid
>       util-linux-uuid RPROVIDES util-linux-libuuid
>       util-linux-uuid-native
>     ERROR: Required build target 'cryptsetup' has no buildable providers.
>     Missing or unbuildable dependency chain was: ['cryptsetup',
>     'util-linux-libuuid']
>
>     The recipe in core is not  util-linux-libuuid, its util-linux-uuid.
>
>     Do I need to cleanup any thing?
>
>     -armin
>
>     On 3/25/21 12:06 AM, Khem Raj wrote:
>     > OE-core recipe is called util-linux-libuuid now
>     >
>     > Signed-off-by: Khem Raj <raj.khem@gmail.com
>     <mailto:raj.khem@gmail.com>>
>     > Cc: Luca Boccassi <luca.boccassi@microsoft.com
>     <mailto:luca.boccassi@microsoft.com>>
>     > ---
>     >  meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>     <http://cryptsetup_2.3.5.bb> | 2 +-
>     >  1 file changed, 1 insertion(+), 1 deletion(-)
>     >
>     > diff --git
>     a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>     <http://cryptsetup_2.3.5.bb>
>     b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>     <http://cryptsetup_2.3.5.bb>
>     > index 5faaada4b7..0da9a26e83 100644
>     > --- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>     <http://cryptsetup_2.3.5.bb>
>     > +++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>     <http://cryptsetup_2.3.5.bb>
>     > @@ -13,7 +13,7 @@ DEPENDS = " \
>     >      json-c \
>     >      libdevmapper \
>     >      popt \
>     > -    util-linux-uuid \
>     > +    util-linux-libuuid \
>     >  "
>     > 
>     >  RDEPENDS_${PN} = " \
>     >
>     > 
>     >
>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [oe] [PATCH] cryptsetup: DEPEND on renamed util-linux-libuuid
  2021-03-28 22:30     ` akuster
@ 2021-03-28 22:33       ` Khem Raj
  2021-03-28 22:36         ` akuster
  0 siblings, 1 reply; 8+ messages in thread
From: Khem Raj @ 2021-03-28 22:33 UTC (permalink / raw)
  To: akuster808; +Cc: Luca Boccassi, openembeded-devel

On Sun, Mar 28, 2021 at 3:30 PM akuster808 <akuster808@gmail.com> wrote:
>
>
>
> On 3/28/21 2:59 PM, Khem Raj wrote:
> >
> >
> > On Sun, Mar 28, 2021 at 2:10 PM akuster808 <akuster808@gmail.com
> > <mailto:akuster808@gmail.com>> wrote:
> >
> >     I am seeing a build failure with this change after updating both core
> >     and meta-oe to latest as of today.
> >
> >
> >     bitbake cryptsetup
> >
> >
> > Please update oe-core to the push that went in today
>
> As an RDEPENDS including "util-linux-libuuid" make sense but there is no
> recipe called "util-linux-libuuid" to use as a DEPENDS.
>
> Am I missing something?

see https://git.openembedded.org/openembedded-core/commit/?id=65efd76198ad805060fe28714765cd423fa748dc
>
> -armin
> >
> >
> >
> >     ERROR: Nothing PROVIDES 'util-linux-libuuid' (but
> >     /home/build/releases/master/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
> >     <http://cryptsetup_2.3.5.bb>
> >     DEPENDS on or otherwise requires it). Close matches:
> >       util-linux
> >       util-linux-uuid
> >       util-linux-uuid RPROVIDES util-linux-libuuid
> >       util-linux-uuid-native
> >     ERROR: Required build target 'cryptsetup' has no buildable providers.
> >     Missing or unbuildable dependency chain was: ['cryptsetup',
> >     'util-linux-libuuid']
> >
> >     The recipe in core is not  util-linux-libuuid, its util-linux-uuid.
> >
> >     Do I need to cleanup any thing?
> >
> >     -armin
> >
> >     On 3/25/21 12:06 AM, Khem Raj wrote:
> >     > OE-core recipe is called util-linux-libuuid now
> >     >
> >     > Signed-off-by: Khem Raj <raj.khem@gmail.com
> >     <mailto:raj.khem@gmail.com>>
> >     > Cc: Luca Boccassi <luca.boccassi@microsoft.com
> >     <mailto:luca.boccassi@microsoft.com>>
> >     > ---
> >     >  meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
> >     <http://cryptsetup_2.3.5.bb> | 2 +-
> >     >  1 file changed, 1 insertion(+), 1 deletion(-)
> >     >
> >     > diff --git
> >     a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
> >     <http://cryptsetup_2.3.5.bb>
> >     b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
> >     <http://cryptsetup_2.3.5.bb>
> >     > index 5faaada4b7..0da9a26e83 100644
> >     > --- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
> >     <http://cryptsetup_2.3.5.bb>
> >     > +++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
> >     <http://cryptsetup_2.3.5.bb>
> >     > @@ -13,7 +13,7 @@ DEPENDS = " \
> >     >      json-c \
> >     >      libdevmapper \
> >     >      popt \
> >     > -    util-linux-uuid \
> >     > +    util-linux-libuuid \
> >     >  "
> >     >
> >     >  RDEPENDS_${PN} = " \
> >     >
> >     > 
> >     >
> >
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [oe] [PATCH] cryptsetup: DEPEND on renamed util-linux-libuuid
  2021-03-28 22:33       ` Khem Raj
@ 2021-03-28 22:36         ` akuster
  0 siblings, 0 replies; 8+ messages in thread
From: akuster @ 2021-03-28 22:36 UTC (permalink / raw)
  To: Khem Raj; +Cc: Luca Boccassi, openembeded-devel



On 3/28/21 3:33 PM, Khem Raj wrote:
> On Sun, Mar 28, 2021 at 3:30 PM akuster808 <akuster808@gmail.com> wrote:
>>
>>
>> On 3/28/21 2:59 PM, Khem Raj wrote:
>>>
>>> On Sun, Mar 28, 2021 at 2:10 PM akuster808 <akuster808@gmail.com
>>> <mailto:akuster808@gmail.com>> wrote:
>>>
>>>     I am seeing a build failure with this change after updating both core
>>>     and meta-oe to latest as of today.
>>>
>>>
>>>     bitbake cryptsetup
>>>
>>>
>>> Please update oe-core to the push that went in today
>> As an RDEPENDS including "util-linux-libuuid" make sense but there is no
>> recipe called "util-linux-libuuid" to use as a DEPENDS.
>>
>> Am I missing something?
> see https://git.openembedded.org/openembedded-core/commit/?id=65efd76198ad805060fe28714765cd423fa748dc

yeah, just saw it . thanks

-armin
>> -armin
>>>
>>>
>>>     ERROR: Nothing PROVIDES 'util-linux-libuuid' (but
>>>     /home/build/releases/master/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>>>     <http://cryptsetup_2.3.5.bb>
>>>     DEPENDS on or otherwise requires it). Close matches:
>>>       util-linux
>>>       util-linux-uuid
>>>       util-linux-uuid RPROVIDES util-linux-libuuid
>>>       util-linux-uuid-native
>>>     ERROR: Required build target 'cryptsetup' has no buildable providers.
>>>     Missing or unbuildable dependency chain was: ['cryptsetup',
>>>     'util-linux-libuuid']
>>>
>>>     The recipe in core is not  util-linux-libuuid, its util-linux-uuid.
>>>
>>>     Do I need to cleanup any thing?
>>>
>>>     -armin
>>>
>>>     On 3/25/21 12:06 AM, Khem Raj wrote:
>>>     > OE-core recipe is called util-linux-libuuid now
>>>     >
>>>     > Signed-off-by: Khem Raj <raj.khem@gmail.com
>>>     <mailto:raj.khem@gmail.com>>
>>>     > Cc: Luca Boccassi <luca.boccassi@microsoft.com
>>>     <mailto:luca.boccassi@microsoft.com>>
>>>     > ---
>>>     >  meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>>>     <http://cryptsetup_2.3.5.bb> | 2 +-
>>>     >  1 file changed, 1 insertion(+), 1 deletion(-)
>>>     >
>>>     > diff --git
>>>     a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>>>     <http://cryptsetup_2.3.5.bb>
>>>     b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>>>     <http://cryptsetup_2.3.5.bb>
>>>     > index 5faaada4b7..0da9a26e83 100644
>>>     > --- a/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>>>     <http://cryptsetup_2.3.5.bb>
>>>     > +++ b/meta-oe/recipes-crypto/cryptsetup/cryptsetup_2.3.5.bb
>>>     <http://cryptsetup_2.3.5.bb>
>>>     > @@ -13,7 +13,7 @@ DEPENDS = " \
>>>     >      json-c \
>>>     >      libdevmapper \
>>>     >      popt \
>>>     > -    util-linux-uuid \
>>>     > +    util-linux-libuuid \
>>>     >  "
>>>     >
>>>     >  RDEPENDS_${PN} = " \
>>>     >
>>>     > 
>>>     >
>>>


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-03-28 22:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25  7:06 [PATCH] cryptsetup: DEPEND on renamed util-linux-libuuid Khem Raj
2021-03-28 21:10 ` [oe] " akuster
2021-03-28 21:59   ` Khem Raj
2021-03-28 22:25     ` akuster
2021-03-28 22:30     ` akuster
2021-03-28 22:33       ` Khem Raj
2021-03-28 22:36         ` akuster
2021-03-28 22:33     ` akuster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.