glob-test failed beacuse it could not convert big5hkscs encoding to perform comparison.
Signed-off-by: Sakib Sajal <[email protected]> Signed-off-by: Randy Macleod <[email protected]> --- 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
