diff options
author | Richard Leitner <richard.leitner@skidata.com> | 2017-04-14 10:05:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-20 07:55:25 +0100 |
commit | 5882e890e8828d4a30ff457823b9740050c3ec65 (patch) | |
tree | 31ef451db6056b8087973c6364fd9a8de10b0998 /meta/conf | |
parent | adea8003abe383b9bc532ac5477bc274e270c19a (diff) | |
download | poky-5882e890e8828d4a30ff457823b9740050c3ec65.tar.gz |
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.
(From OE-Core rev: d0d3abdf9e2dec57f3849813faa5e7e3d34b83a4)
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>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index af3937a48e..227babd1b2 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -459,9 +459,9 @@ HOSTTOOLS += " \ | |||
459 | fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \ | 459 | fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \ |
460 | head hostname install ld ldd ln ls make makeinfo md5sum mkdir mknod \ | 460 | head hostname install ld ldd ln ls make makeinfo md5sum mkdir mknod \ |
461 | mktemp mv nm objcopy objdump od patch perl pod2man printf pwd python \ | 461 | mktemp mv nm objcopy objdump od patch perl pod2man printf pwd python \ |
462 | python2.7 python3 ranlib readelf readlink rm rmdir rpcgen sed sh sleep \ | 462 | python2.7 python3 ranlib readelf readlink rm rmdir rpcgen sed sh sha256sum \ |
463 | sort split stat strings strip tail tar tee test touch tr true uname uniq \ | 463 | sleep sort split stat strings strip tail tar tee test touch tr true uname \ |
464 | wc wget which xargs \ | 464 | uniq wc wget which xargs \ |
465 | " | 465 | " |
466 | 466 | ||
467 | # Tools needed to run testimage runtime image testing | 467 | # Tools needed to run testimage runtime image testing |