diff options
author | Marek Vasut <marex@denx.de> | 2020-05-18 10:27:55 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2020-05-21 14:18:26 -1000 |
commit | dc5babe9472ba7379edbb17b6cbac44604606b26 (patch) | |
tree | 275b539901358c51f51c122ae946cf5bd9284557 /meta/recipes-bsp | |
parent | 354adf441ac880fe3759af594f9669c3a7eb3308 (diff) | |
download | openembedded-core-contrib-dc5babe9472ba7379edbb17b6cbac44604606b26.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.
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>
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 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. \ |