diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2013-10-29 15:12:17 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-30 17:33:13 +0000 |
commit | 6ab2d4649210fbf2c802c53a33f664237800dc49 (patch) | |
tree | 54ec0e8e9df442744f8cf8d21aa5376f3c1c2c8e /meta/recipes-core | |
parent | 15bc2ddaf9a0af079996a0c02c0611b89594ad4a (diff) | |
download | poky-6ab2d4649210fbf2c802c53a33f664237800dc49.tar.gz |
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]
(From OE-Core rev: 9df8591a6e18afa592673cb454dc699a1341461d)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
[sgw: fixed ordering to be alphabetized]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | 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 dae5cfcb07..abeaf1a44b 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" | |||
22 | SRC_URI[sha256sum] = "adaa44bdab3fa5eb352e80d8a31fdbf957b78653d0c2cd30d63e161444288e18" | 22 | SRC_URI[sha256sum] = "adaa44bdab3fa5eb352e80d8a31fdbf957b78653d0c2cd30d63e161444288e18" |
23 | 23 | ||
24 | EXTRA_OECONF_class-native = "--without-gmp" | 24 | EXTRA_OECONF_class-native = "--without-gmp" |
25 | EXTRA_OECONF_class-target = "--enable-install-program=arch" | ||
25 | 26 | ||
26 | # acl is not a default feature | 27 | # acl is not a default feature |
27 | # | 28 | # |
@@ -33,7 +34,7 @@ PACKAGECONFIG_class-native ??= "" | |||
33 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," | 34 | PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," |
34 | 35 | ||
35 | # [ df mktemp base64 gets a special treatment and is not included in this | 36 | # [ df mktemp base64 gets a special treatment and is not included in this |
36 | bindir_progs = "basename chcon cksum comm csplit cut dir dircolors dirname du \ | 37 | bindir_progs = "arch basename chcon cksum comm csplit cut dir dircolors dirname du \ |
37 | env expand expr factor fmt fold groups head hostid id install \ | 38 | env expand expr factor fmt fold groups head hostid id install \ |
38 | join link logname md5sum mkfifo nice nl nohup nproc od paste pathchk \ | 39 | join link logname md5sum mkfifo nice nl nohup nproc od paste pathchk \ |
39 | pinky pr printenv printf ptx readlink realpath runcon seq sha1sum sha224sum sha256sum \ | 40 | pinky pr printenv printf ptx readlink realpath runcon seq sha1sum sha224sum sha256sum \ |