[OE-core] [PATCH 1/3] bash: add big5hkscs gconv RDEPENDS needed by bash-ptest.

Sakib Sajal sakib.sajal at windriver.com
Fri May 31 20:25:50 UTC 2019


glob-test failed beacuse it could not convert big5hkscs
encoding to perform comparison.

Signed-off-by: Sakib Sajal <sakib.sajal at windriver.com>
Signed-off-by: Randy Macleod <randy.macleod at windriver.com>
---
 meta/recipes-extended/bash/bash.inc | 1 +
 1 file changed, 1 insertion(+)

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"
 
 DEPENDS_append_libc-glibc = " virtual/libc-locale"
 RDEPENDS_${PN}-ptest_append_libc-glibc = " \
+	glibc-gconv-big5hkscs \
 	glibc-gconv-iso8859-1 \
 	glibc-utils \
 	locale-base-de-de \
-- 
2.20.1



More information about the Openembedded-core mailing list