mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
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: dc5babe9472ba7379edbb17b6cbac44604606b26) 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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4ebe10ffde
commit
6955683b99
@@ -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. \
|
||||
|
||||
Reference in New Issue
Block a user