diff options
author | Li xin <lixin.fnst@cn.fujitsu.com> | 2015-05-12 10:09:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-14 11:41:12 +0100 |
commit | eb08296ae988c7945a424cf98d521d3aebe15b62 (patch) | |
tree | 7e217a8047d6cfff517d09a7daa300549f444409 /meta/recipes-core | |
parent | 1938a4435cd77494e539961bdfa907ae32a01147 (diff) | |
download | openembedded-core-contrib-eb08296ae988c7945a424cf98d521d3aebe15b62.tar.gz |
coreutils_6.9.bb: Fix LSB NG Cases.
-/tset/LI18NUX2K.L1/utils/sort/T.sort #1/3/17/19/33/35
-/tset/LI18NUX2K.L1/utils/comm/T.comm #1/2
The LSB test require comm can handle multibyte characters and
sort can interpret blank and alphanumeric character according
to the current locale and so on.
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/coreutils/coreutils_6.9.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/coreutils/coreutils_6.9.bb b/meta/recipes-core/coreutils/coreutils_6.9.bb index 9189426315e..4ff1d50bd43 100644 --- a/meta/recipes-core/coreutils/coreutils_6.9.bb +++ b/meta/recipes-core/coreutils/coreutils_6.9.bb @@ -30,6 +30,8 @@ SRC_URI = "${GNU_MIRROR}/coreutils/${BP}.tar.bz2 \ SRC_URI[md5sum] = "c9607d8495f16e98906e7ed2d9751a06" SRC_URI[sha256sum] = "89c2895ad157de50e53298b22d91db116ee4e1dd3fdf4019260254e2e31497b0" +EXTRA_OECONF += "ac_cv_func_getgroups_works=yes \ + ac_cv_func_strcoll_works=yes" # acl is not a default feature # |