[oe-commits] Hongxu Jia : coreutils: support command arch

git at git.openembedded.org git at git.openembedded.org
Wed Oct 30 17:18:55 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 9df8591a6e18afa592673cb454dc699a1341461d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=9df8591a6e18afa592673cb454dc699a1341461d

Author: Hongxu Jia <hongxu.jia at windriver.com>
Date:   Tue Oct 29 15:12:17 2013 +0800

coreutils: support command arch

The "arch" is removed in util-linux 2.23, but some old
software and devs look for arch:
http://lists.gnu.org/archive/html/bug-coreutils/2007-06/msg00010.html

Use coreutils version.
[YOCTO #5404]

Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>

[sgw: fixed ordering to be alphabetized]

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-core/coreutils/coreutils_8.21.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/coreutils/coreutils_8.21.bb b/meta/recipes-core/coreutils/coreutils_8.21.bb
index dae5cfc..abeaf1a 100644
--- a/meta/recipes-core/coreutils/coreutils_8.21.bb
+++ b/meta/recipes-core/coreutils/coreutils_8.21.bb
@@ -22,6 +22,7 @@ SRC_URI[md5sum] = "065ba41828644eca5dd8163446de5d64"
 SRC_URI[sha256sum] = "adaa44bdab3fa5eb352e80d8a31fdbf957b78653d0c2cd30d63e161444288e18"
 
 EXTRA_OECONF_class-native = "--without-gmp"
+EXTRA_OECONF_class-target = "--enable-install-program=arch"
 
 # acl is not a default feature
 #
@@ -33,7 +34,7 @@ PACKAGECONFIG_class-native ??= ""
 PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl,"
 
 # [ df mktemp base64 gets a special treatment and is not included in this
-bindir_progs = "basename chcon cksum comm csplit cut dir dircolors dirname du \
+bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors dirname du \
                 env expand expr factor fmt fold groups head hostid id install \
                 join link logname md5sum mkfifo nice nl nohup nproc od paste pathchk \
                 pinky pr printenv printf ptx readlink realpath runcon seq sha1sum sha224sum sha256sum \



More information about the Openembedded-commits mailing list