summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/bash/bash.inc11
1 files changed, 9 insertions, 2 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc
index 4b3692c613..1e4dc55d01 100644
--- a/meta/recipes-extended/bash/bash.inc
+++ b/meta/recipes-extended/bash/bash.inc
@@ -26,8 +26,15 @@ RDEPENDS_${PN}_class-nativesdk = ""
26RDEPENDS_${PN}-ptest += "make coreutils perl" 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-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" 29RDEPENDS_${PN}-ptest_append_libc-glibc = " \
30 30 glibc-gconv-iso8859-1 \
31 glibc-utils \
32 locale-base-de-de \
33 locale-base-en-us \
34 locale-base-fr-fr \
35 locale-base-fr-fr.iso-8859-1 \
36 locale-base-zh-hk.big5-hkscs \
37 "
31USERADD_PACKAGES = "${PN}-ptest" 38USERADD_PACKAGES = "${PN}-ptest"
32USERADD_PARAM_${PN}-ptest = "--create-home --user-group test" 39USERADD_PARAM_${PN}-ptest = "--create-home --user-group test"
33 40