mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
pigz: Ensure DEPENDS on zlib exists for native and target versions
This avoids a build failure for the target version when zlib hasn't built yet. (From OE-Core rev: 3b0a69a99a3a56aa88d69c9288b17a38fa9956b8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -12,7 +12,7 @@ SRC_URI = "http://zlib.net/pigz/pigz-${PV}.tar.gz \
|
||||
|
||||
PROVIDES_virtclass-native += "gzip-native"
|
||||
|
||||
DEPENDS_virtclass-native = "zlib-native"
|
||||
DEPENDS = "zlib"
|
||||
|
||||
do_install () {
|
||||
install -d ${D}${bindir}
|
||||
|
||||
Reference in New Issue
Block a user