From: Marek Vasut Date: Mon, 18 May 2020 08:27:55 +0000 (+0200) Subject: libubootenv: Depend on zlib X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~11061 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbd926ca0108e6f77c140dc1113f64b745d0e285;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libubootenv: Depend on zlib 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.2.bb b/meta/recipes-bsp/u-boot/libubootenv_0.2.bb index 3251d0f05be..fa90a12bf8b 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" DESCRIPTION = "This package contains tools and libraries to read \ and modify U-Boot environment. \