[oe-commits] [openembedded-core] 04/12: bitbake.conf: add sha256sum to HOSTTOOLS

git at git.openembedded.org git at git.openembedded.org
Thu Apr 20 06:58:25 UTC 2017


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

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

commit d0d3abdf9e2dec57f3849813faa5e7e3d34b83a4
Author: Richard Leitner <richard.leitner at skidata.com>
AuthorDate: Fri Apr 14 10:05:55 2017 +0200

    bitbake.conf: add sha256sum to HOSTTOOLS
    
    icedtea-native from meta-java needs sha256sum for checksum validation.
    Therefore add sha256sum to HOSTTOOLS (as md5sum is already in there).
    Without it the icedtea-native build will fail during configuration at
    current master.
    
    Signed-off-by: Richard Leitner <richard.leitner at skidata.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index af3937a..227babd 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -459,9 +459,9 @@ HOSTTOOLS += " \
     fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \
     head hostname install ld ldd ln ls make makeinfo md5sum mkdir mknod \
     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 \
+    python2.7 python3 ranlib readelf readlink rm rmdir rpcgen sed sh sha256sum \
+    sleep sort split stat strings strip tail tar tee test touch tr true uname \
+    uniq wc wget which xargs \
 "
 
 # 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