]> code.ossystems Code Review - openembedded-core.git/commitdiff
libubootenv: Depend on zlib
authorMarek Vasut <marex@denx.de>
Mon, 18 May 2020 08:27:55 +0000 (10:27 +0200)
committerSteve Sakoman <steve@sakoman.com>
Fri, 22 May 2020 00:18:26 +0000 (14:18 -1000)
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 <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
(cherry picked from commit db513f9ec59b7ac526b2cdc42b0eb2573e134bc4)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-bsp/u-boot/libubootenv_0.2.bb

index 3251d0f05be8a20327faa7ac41576f8fbf9b8751..fa90a12bf8b17c8aee2bcdfa82ef4595b2d2a8ff 100644 (file)
@@ -1,5 +1,5 @@
 SUMMARY = "U-Boot libraries and tools to access environment"
-DEPENDS += "mtd-utils"
+DEPENDS += "mtd-utils zlib"
 
 DESCRIPTION = "This package contains tools and libraries to read \
 and modify U-Boot environment. \