[oe-commits] [openembedded-core] branch master updated: bitbake.conf: sort HOSTTOOLS and remove duplicates

git at git.openembedded.org git at git.openembedded.org
Tue Mar 28 07:55:11 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.

The following commit(s) were added to refs/heads/master by this push:
     new 23dd96a  bitbake.conf: sort HOSTTOOLS and remove duplicates
23dd96a is described below

commit 23dd96a3a175cecde258dc6d8263fbe7b308b58e
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Mon Mar 27 20:51:23 2017 -0700

    bitbake.conf: sort HOSTTOOLS and remove duplicates
    
    Cleanup only, no functional changes.
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index fa5445b..96a9ed9 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -455,21 +455,21 @@ export PATH
 
 # Tools needed to run builds with OE-Core
 HOSTTOOLS += " \
-    bash sh cut sed gcc ld git rm install which find xargs cat true mktemp \
-    grep tar gzip touch cp mv basename dirname tr getopt sort awk head tail \
-    mkdir patch uniq perl python chmod python3 ar strip expr ls make as \
-    ranlib egrep echo chown cpio tee wc wget bzip2 stat date rmdir od diff \
-    md5sum dd chrpath file pod2man gunzip python2.7 ln g++ [ false true \
-    uname test hostname nm objdump objcopy cmp printf env readlink gawk fgrep \
-    expand pwd sleep diffstat chgrp flock ldd strings rpcgen du makeinfo \
-    getconf mknod cpp readelf split \
+    [ ar as awk basename bash bzip2 cat chgrp chmod chown chrpath cmp cp cpio \
+    cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \
+    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 \
 "
 
 # Tools needed to run testimage runtime image testing
-HOSTTOOLS += "ps stty ip ssh scp ping"
+HOSTTOOLS += "ip ping ps scp ssh stty"
 
 # Link to these if present
-HOSTTOOLS_NONFATAL += "ccache ld.bfd ld.gold gcc-ar gpg sftp nc socat sudo"
+HOSTTOOLS_NONFATAL += "ccache gcc-ar gpg ld.bfd ld.gold nc sftp socat sudo"
 
 # Temporary add few more detected in bitbake world
 HOSTTOOLS_NONFATAL += "join nl size yes zcat"

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


More information about the Openembedded-commits mailing list