On Mon, May 18, 2020 at 1:28 AM Marek Vasut <[email protected]> wrote: > > The libubootenv depends on zlib as it calls at least crc32() from > there and links against it. Add the DEPENDS entry. > > Signed-off-by: Marek Vasut <[email protected]> > Cc: Stefano Babic <[email protected]> > --- > meta/recipes-bsp/u-boot/libubootenv_0.2.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.2.bb > b/meta/recipes-bsp/u-boot/libubootenv_0.2.bb > index 3251d0f05b..fa90a12bf8 100644 > --- a/meta/recipes-bsp/u-boot/libubootenv_0.2.bb > +++ b/meta/recipes-bsp/u-boot/libubootenv_0.2.bb > @@ -1,5 +1,5 @@ > SUMMARY = "U-Boot libraries and tools to access environment" > -DEPENDS += "mtd-utils" > +DEPENDS += "mtd-utils zlib" >
should this be a packageconfig > DESCRIPTION = "This package contains tools and libraries to read \ > and modify U-Boot environment. \ > -- > 2.25.1 > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#138474): https://lists.openembedded.org/g/openembedded-core/message/138474 Mute This Topic: https://lists.openembedded.org/mt/74287225/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
