[oe-commits] [openembedded-core] branch master-next updated: bitbake.conf: Add xz to HOSTTOOLS

git at git.openembedded.org git at git.openembedded.org
Wed May 29 09:46:30 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

The following commit(s) were added to refs/heads/master-next by this push:
     new e923ea1  bitbake.conf: Add xz to HOSTTOOLS
e923ea1 is described below

commit e923ea151b63b3c3d6f0734b7895aee7573285be
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed May 29 10:46:05 2019 +0100

    bitbake.conf: Add xz to HOSTTOOLS
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 c5313cc..efc3a55 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -496,7 +496,7 @@ HOSTTOOLS += " \
     mktemp mv nm objcopy objdump od patch perl pod2man pr printf pwd python2 \
     python2.7 python3 ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh sha256sum \
     sleep sort split stat strings strip tail tar tee test touch tr true uname \
-    uniq wc wget which xargs \
+    uniq wc wget which xargs xz \
 "
 
 # Tools needed to run testimage runtime image testing

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list