1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +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: 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:
Marek Vasut
2020-05-18 10:27:55 +02:00
committed by Richard Purdie
parent 4a34716eca
commit 9350a816a7
+1 -1
View File
@@ -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. \