summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2020-05-18 10:27:55 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-19 22:57:27 +0100
commit9350a816a7ad352391ef2737947ad569b877dd4d (patch)
treea111b46647e59063360d220135ded0d92cad6bd4 /meta/recipes-bsp
parent4a34716eca1d4267753f72b1a7e059c5ffaad916 (diff)
downloadpoky-9350a816a7ad352391ef2737947ad569b877dd4d.tar.gz
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. (From OE-Core rev: bbd926ca0108e6f77c140dc1113f64b745d0e285) Signed-off-by: Marek Vasut <marex@denx.de> Cc: Stefano Babic <sbabic@denx.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/u-boot/libubootenv_0.2.bb2
1 files changed, 1 insertions, 1 deletions
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 @@
1SUMMARY = "U-Boot libraries and tools to access environment" 1SUMMARY = "U-Boot libraries and tools to access environment"
2DEPENDS += "mtd-utils" 2DEPENDS += "mtd-utils zlib"
3 3
4DESCRIPTION = "This package contains tools and libraries to read \ 4DESCRIPTION = "This package contains tools and libraries to read \
5and modify U-Boot environment. \ 5and modify U-Boot environment. \