From 8e147863c4c0fdc22da92e2e5e35502906eac916 Mon Sep 17 00:00:00 2001 From: Sakib Sajal Date: Fri, 31 May 2019 16:25:50 -0400 Subject: 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 --- meta/recipes-extended/bash/bash.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-extended') 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 \ -- cgit 1.2.3-korg