]> code.ossystems Code Review - openembedded-core.git/commitdiff
bash-ptest: install additional locales
authorJuro Bystricky <juro.bystricky@intel.com>
Thu, 5 Oct 2017 23:28:12 +0000 (16:28 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Oct 2017 11:22:45 +0000 (12:22 +0100)
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>
meta/recipes-extended/bash/bash.inc

index f6cb7e4047ebdf2528359e3b144464ce36eb600a..f8a92b59d07c7e6d2d7023c812942b9d471e365b 100644 (file)
@@ -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"