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-07 23:20:41 +0100 |
commit | 07e3da7b399dea8fca7f923e210b9959b949f6e9 (patch) | |
tree | 46075405667214b3c5387b6237cfefe39b4639e5 /meta | |
parent | 48d2dc67118087cc77d13f6425a52209841baa7f (diff) | |
download | poky-07e3da7b399dea8fca7f923e210b9959b949f6e9.tar.gz |
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]
(From OE-Core rev: 70e544452b6825686f06484d994936ded677825f)
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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" | |||
24 | RDEPENDS_${PN} += "base-files" | 24 | RDEPENDS_${PN} += "base-files" |
25 | RDEPENDS_${PN}_class-nativesdk = "" | 25 | RDEPENDS_${PN}_class-nativesdk = "" |
26 | RDEPENDS_${PN}-ptest += "make" | 26 | RDEPENDS_${PN}-ptest += "make" |
27 | RDEPENDS_${PN}-ptest_append_libc-glibc += " locale-base-fr-fr locale-base-de-de" | ||
27 | 28 | ||
28 | USERADD_PACKAGES = "${PN}-ptest" | 29 | USERADD_PACKAGES = "${PN}-ptest" |
29 | USERADD_PARAM_${PN}-ptest = "--create-home --user-group test" | 30 | USERADD_PARAM_${PN}-ptest = "--create-home --user-group test" |