mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02: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: bbd926ca0108e6f77c140dc1113f64b745d0e285) Signed-off-by: Marek Vasut <marex@denx.de> Cc: Stefano Babic <sbabic@denx.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4a34716eca
commit
9350a816a7
@@ -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