diff options
author | Marek Vasut <marex@denx.de> | 2020-05-18 10:27:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-19 22:57:27 +0100 |
commit | 9350a816a7ad352391ef2737947ad569b877dd4d (patch) | |
tree | a111b46647e59063360d220135ded0d92cad6bd4 /meta/recipes-bsp | |
parent | 4a34716eca1d4267753f72b1a7e059c5ffaad916 (diff) | |
download | poky-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.bb | 2 |
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 @@ | |||
1 | SUMMARY = "U-Boot libraries and tools to access environment" | 1 | SUMMARY = "U-Boot libraries and tools to access environment" |
2 | DEPENDS += "mtd-utils" | 2 | DEPENDS += "mtd-utils zlib" |
3 | 3 | ||
4 | DESCRIPTION = "This package contains tools and libraries to read \ | 4 | DESCRIPTION = "This package contains tools and libraries to read \ |
5 | and modify U-Boot environment. \ | 5 | and modify U-Boot environment. \ |