From: Sakib Sajal Date: Fri, 31 May 2019 20:25:50 +0000 (-0400) Subject: bash: add big5hkscs gconv RDEPENDS needed by bash-ptest. X-Git-Tag: uninative-2.6~200 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8e147863c4c0fdc22da92e2e5e35502906eac916;p=openembedded-core.git bash: add big5hkscs gconv RDEPENDS needed by bash-ptest. glob-test failed beacuse it could not convert big5hkscs encoding to perform comparison. Signed-off-by: Sakib Sajal Signed-off-by: Randy Macleod Signed-off-by: Richard Purdie --- 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 \