diff options
| -rw-r--r-- | meta/recipes-extended/bash/bash.inc | 11 |
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 = "" | |||
| 26 | RDEPENDS_${PN}-ptest += "make coreutils perl" | 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-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" | 29 | RDEPENDS_${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 | " | ||
| 31 | USERADD_PACKAGES = "${PN}-ptest" | 38 | USERADD_PACKAGES = "${PN}-ptest" |
| 32 | USERADD_PARAM_${PN}-ptest = "--create-home --user-group test" | 39 | USERADD_PARAM_${PN}-ptest = "--create-home --user-group test" |
| 33 | 40 | ||
