On Thu, 2023-06-15 at 12:54 +0200, Alberto Planas via lists.openembedded.org wrote: > From: Alberto Planas <[email protected]> > > 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. > > Signed-off-by: Alberto Planas <[email protected]> > --- > meta/conf/bitbake.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf > index e28df7478f..702881144e 100644 > --- a/meta/conf/bitbake.conf > +++ b/meta/conf/bitbake.conf > @@ -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
Couldn't we just use zstd -d in the script? They're always the same binary anyway as far as I understand it... Cheers, Richard
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#182856): https://lists.openembedded.org/g/openembedded-core/message/182856 Mute This Topic: https://lists.openembedded.org/mt/99546093/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
