[OE-core] [PATCH] bitbake.conf: add unzip to HOSTTOOLS

Andreas Müller schnitzeltony at googlemail.com
Thu Apr 13 15:44:53 UTC 2017


fixes do_unpack for *.zip-files:

| /bin/sh: unzip: command not found

Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
---
 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 af3937a..1ea0dea 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -461,7 +461,7 @@ HOSTTOOLS += " \
     mktemp mv nm objcopy objdump od patch perl pod2man printf pwd python \
     python2.7 python3 ranlib readelf readlink rm rmdir rpcgen sed sh sleep \
     sort split stat strings strip tail tar tee test touch tr true uname uniq \
-    wc wget which xargs \
+    unzip wc wget which xargs \
 "
 
 # Tools needed to run testimage runtime image testing
-- 
2.9.3




More information about the Openembedded-core mailing list