]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: add sha256sum to HOSTTOOLS
authorRichard Leitner <richard.leitner@skidata.com>
Fri, 14 Apr 2017 08:05:55 +0000 (10:05 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Apr 2017 06:53:18 +0000 (07:53 +0100)
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@skidata.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index af3937a48ece64483abbaf2a19d25340aa00935f..227babd1b21fc1cf75fc5756cfd6652c9a53105c 100644 (file)
@@ -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