Re: [OE-core] [PATCH] libubootenv: Depend on zlib

2020-05-19 Thread Khem Raj
On Tue, May 19, 2020 at 9:07 AM Stefano Babic wrote: > > Hi Khem, > > On 19.05.20 17:56, Khem Raj wrote: > > On Mon, May 18, 2020 at 1:28 AM Marek Vasut wrote: > >> > >> The libubootenv depends on zlib as it calls at least crc32() from > >> there and links against it. Add the DEPENDS entry. > >>

Re: [OE-core] [PATCH] libubootenv: Depend on zlib

2020-05-19 Thread Stefano Babic
Hi Khem, On 19.05.20 17:56, Khem Raj wrote: > On Mon, May 18, 2020 at 1:28 AM Marek Vasut 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 >> Cc: Stefano Babic >> --- >> meta/re

Re: [OE-core] [PATCH] libubootenv: Depend on zlib

2020-05-19 Thread Khem Raj
On Mon, May 18, 2020 at 1:28 AM Marek Vasut 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 > Cc: Stefano Babic > --- > meta/recipes-bsp/u-boot/libubootenv_0.2.bb | 2 +- > 1 file ch

[OE-core] [PATCH] libubootenv: Depend on zlib

2020-05-18 Thread Marek Vasut
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 Cc: Stefano Babic --- meta/recipes-bsp/u-boot/libubootenv_0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-bsp/u