From: Juro Bystricky Date: Thu, 5 Oct 2017 23:28:12 +0000 (-0700) Subject: bash-ptest: install additional locales X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~19814 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70e544452b6825686f06484d994936ded677825f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Ross Burton --- diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index f6cb7e4047e..f8a92b59d07 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"