summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-21 16:42:02 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-07 13:57:48 +0100
commitf2dfe9d089c80980ec63bf5d42bb02945fd567a4 (patch)
tree48b3cefb8d2d5017a8acc82ad8db2cae665c6f9a /meta/recipes-extended
parent06e7e435851100ec33e67fa3f93e17912063126d (diff)
downloadpoky-f2dfe9d089c80980ec63bf5d42bb02945fd567a4.tar.gz
bash: Fix bash-ptest dependencies
Bash's ptest needs glibc-utils (for locale), some extra locales for various tests it uses options busybox doesn't support for some tools, hence coreutils and also runs perl for some tests. (From OE-Core rev: ea2fdbd84da199c89081a824ecb0b97cf5a56bdf) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/bash/bash.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc
index 2e7f261a2e..4b3692c613 100644
--- a/meta/recipes-extended/bash/bash.inc
+++ b/meta/recipes-extended/bash/bash.inc
@@ -23,10 +23,10 @@ ALTERNATIVE_PRIORITY = "100"
23 23
24RDEPENDS_${PN} += "base-files" 24RDEPENDS_${PN} += "base-files"
25RDEPENDS_${PN}_class-nativesdk = "" 25RDEPENDS_${PN}_class-nativesdk = ""
26RDEPENDS_${PN}-ptest += "make" 26RDEPENDS_${PN}-ptest += "make coreutils perl"
27 27
28DEPENDS_append_libc-glibc = " virtual/libc-locale" 28DEPENDS_append_libc-glibc = " virtual/libc-locale"
29RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-fr-fr locale-base-de-de" 29RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-en-us locale-base-fr-fr locale-base-fr-fr.iso-8859-1 locale-base-de-de locale-base-zh-hk.big5-hkscs glibc-utils"
30 30
31USERADD_PACKAGES = "${PN}-ptest" 31USERADD_PACKAGES = "${PN}-ptest"
32USERADD_PARAM_${PN}-ptest = "--create-home --user-group test" 32USERADD_PARAM_${PN}-ptest = "--create-home --user-group test"