diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2017-10-05 16:28:12 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-06 12:22:45 +0100 |
commit | 70e544452b6825686f06484d994936ded677825f (patch) | |
tree | 459deb076e21c0fe511c1ecac1b1db33db990780 | |
parent | bceafe23cbe12a1ab0628b70865cb8867c7d7ee1 (diff) | |
download | openembedded-core-70e544452b6825686f06484d994936ded677825f.tar.gz openembedded-core-70e544452b6825686f06484d994936ded677825f.tar.bz2 openembedded-core-70e544452b6825686f06484d994936ded677825f.zip |
bash-ptest: install additional locales
bash-ptest fails several tests. This patch fixes:
FAIL: run-intl
The test used to fail because of missing locales (fr_FR, de_DE)
[YOCTO #12145]
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-extended/bash/bash.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index f6cb7e4047..f8a92b59d0 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc @@ -24,6 +24,7 @@ ALTERNATIVE_PRIORITY = "100" RDEPENDS_${PN} += "base-files" RDEPENDS_${PN}_class-nativesdk = "" RDEPENDS_${PN}-ptest += "make" +RDEPENDS_${PN}-ptest_append_libc-glibc += " locale-base-fr-fr locale-base-de-de" USERADD_PACKAGES = "${PN}-ptest" USERADD_PARAM_${PN}-ptest = "--create-home --user-group test" |