From: Ross Burton Date: Fri, 13 Oct 2017 13:52:16 +0000 (+0100) Subject: bash: add missing build dependencies for ptest X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~19794 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2820a2c530018f59895fb57770caa8511d31afd4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bash: add missing build dependencies for ptest Signed-off-by: Ross Burton --- diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index f8a92b59d07..f4e1f7a11f4 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc @@ -24,7 +24,9 @@ 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" + +DEPENDS_append_libc-glibc = " glibc-locale" +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"