diff options
author | Sakib Sajal <sakib.sajal@windriver.com> | 2019-05-31 16:25:50 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-01 11:27:07 +0100 |
commit | 56ccaa3b8d639c1e6abe91848dfdf594d997cf66 (patch) | |
tree | 10c91ab0e64a9f3300ab5e7afd793e66fd54da53 /meta/recipes-extended/bash/bash.inc | |
parent | f5cea254121acd5de1a2906d89a9421cf29296be (diff) | |
download | poky-56ccaa3b8d639c1e6abe91848dfdf594d997cf66.tar.gz |
bash: add big5hkscs gconv RDEPENDS needed by bash-ptest.
glob-test failed beacuse it could not convert big5hkscs
encoding to perform comparison.
(From OE-Core rev: 8e147863c4c0fdc22da92e2e5e35502906eac916)
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com>
Signed-off-by: Randy Macleod <randy.macleod@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/bash/bash.inc')
-rw-r--r-- | meta/recipes-extended/bash/bash.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index 1e4dc55d01..dbb803ddef 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc | |||
@@ -27,6 +27,7 @@ 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 = " \ | 29 | RDEPENDS_${PN}-ptest_append_libc-glibc = " \ |
30 | glibc-gconv-big5hkscs \ | ||
30 | glibc-gconv-iso8859-1 \ | 31 | glibc-gconv-iso8859-1 \ |
31 | glibc-utils \ | 32 | glibc-utils \ |
32 | locale-base-de-de \ | 33 | locale-base-de-de \ |