[oe-commits] [openembedded-core] 01/11: hosttools: add utilities for all supported checksums

git at git.openembedded.org git at git.openembedded.org
Tue Feb 25 13:31:54 UTC 2020


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

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

commit e91f785109f27bb3b8e07e44f7a622218263966e
Author: Bartosz Golaszewski <bgolaszewski at baylibre.com>
AuthorDate: Tue Feb 25 09:18:52 2020 +0100

    hosttools: add utilities for all supported checksums
    
    Only md5sum and sha256sum are currently provided by HOSTTOOLS. Trying
    to use any other checksum conversion will result in a build failure.
    Fix it by adding other supported checksum utilities to HOSTTOOLS.
    
    Signed-off-by: Bartosz Golaszewski <bgolaszewski at baylibre.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 954c06b..e201b67 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -489,7 +489,8 @@ HOSTTOOLS += " \
     fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \
     head hostname iconv id install ld ldd ln ls make md5sum mkdir mknod \
     mktemp mv nm objcopy objdump od patch perl pr printf pwd \
-    python3 ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh sha256sum \
+    python3 ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh \
+    sha1sum sha224sum sha256sum sha384sum sha512sum \
     sleep sort split stat strings strip tail tar tee test touch tr true uname \
     uniq wc wget which xargs \
 "

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


More information about the Openembedded-commits mailing list