diff options
-rw-r--r-- | meta/recipes-extended/bash/bash.inc | 4 |
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 | ||
24 | RDEPENDS_${PN} += "base-files" | 24 | RDEPENDS_${PN} += "base-files" |
25 | RDEPENDS_${PN}_class-nativesdk = "" | 25 | RDEPENDS_${PN}_class-nativesdk = "" |
26 | RDEPENDS_${PN}-ptest += "make" | 26 | RDEPENDS_${PN}-ptest += "make coreutils perl" |
27 | 27 | ||
28 | DEPENDS_append_libc-glibc = " virtual/libc-locale" | 28 | DEPENDS_append_libc-glibc = " virtual/libc-locale" |
29 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-fr-fr locale-base-de-de" | 29 | RDEPENDS_${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 | ||
31 | USERADD_PACKAGES = "${PN}-ptest" | 31 | USERADD_PACKAGES = "${PN}-ptest" |
32 | USERADD_PARAM_${PN}-ptest = "--create-home --user-group test" | 32 | USERADD_PARAM_${PN}-ptest = "--create-home --user-group test" |