| Message ID | 20260918172031.2871246-3-richard.purdie@linuxfoundation.org |
|---|---|
| State | New |
| Headers | show |
| Series | [1/4] site/common-glibc: Set gnulib locale variables | expand |
diff --git a/meta/recipes-core/coreutils/coreutils_9.11.bb b/meta/recipes-core/coreutils/coreutils_9.11.bb index bbef3263994..b24a9ac9962 100644 --- a/meta/recipes-core/coreutils/coreutils_9.11.bb +++ b/meta/recipes-core/coreutils/coreutils_9.11.bb @@ -230,3 +230,14 @@ RDEPENDS:${PN}-ptest += "xz \ ${@bb.utils.filter('PACKAGECONFIG', 'acl', d)} \ ${@bb.utils.contains('PACKAGECONFIG', 'xattr', 'attr', '', d)}" FILES:${PN}-ptest += "${bindir}/getlimits" + +RDEPENDS:${PN}-ptest:append:libc-glibc = "\ + locale-base-ja-jp.euc-jp \ + locale-base-fr-fr \ + locale-base-fr-fr.iso-8859-1 \ + locale-base-zh-cn.gb18030 \ + glibc-gconv-iso8859-1 \ + glibc-gconv-euc-jp \ + glibc-gconv-gb18030 \ +" +
With the site file locale entries fixed, we need these dependencies to avoid test failures. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- meta/recipes-core/coreutils/coreutils_9.11.bb | 11 +++++++++++ 1 file changed, 11 insertions(+)