mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
bitbake.conf: add unzstd in HOSTTOOLS
rpm2cpio.sh can make calls to unzstd to uncompress the RPM payload that conform the cpio file. zstd is already part of HOSTTOOLS, as a link to the system installed zstd. This patch add unzstd in HOSTOOLS list as a non-optional binary, so is available to rpm2cpio.sh when it is required. (From OE-Core rev: bff58d337890e804d33d7decbaa46065a4d3bba4) Signed-off-by: Alberto Planas <aplanas@suse.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f1bae584ff
commit
e964202dfc
@@ -524,7 +524,7 @@ HOSTTOOLS += " \
|
||||
python3 pzstd ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh \
|
||||
sha1sum sha224sum sha256sum sha384sum sha512sum \
|
||||
sleep sort split stat strings strip tail tar tee test touch tr true uname \
|
||||
uniq wc wget which xargs zstd \
|
||||
uniq unzstd wc wget which xargs zstd \
|
||||
"
|
||||
|
||||
# Tools needed to run testimage runtime image testing
|
||||
|
||||
Reference in New Issue
Block a user