[gnome-continuous-yocto/gnomeostree-3.28-rocko: 7988/8267] bash-ptest: install additional locales



commit 07e3da7b399dea8fca7f923e210b9959b949f6e9
Author: Juro Bystricky <juro bystricky intel com>
Date:   Thu Oct 5 16:28:12 2017 -0700

    bash-ptest: install additional locales
    
    bash-ptest fails several tests. This patch fixes:
    
    FAIL: run-intl
    
    The test used to fail because of missing locales (fr_FR, de_DE)
    
    [YOCTO #12145]
    
    (From OE-Core rev: 70e544452b6825686f06484d994936ded677825f)
    
    Signed-off-by: Juro Bystricky <juro bystricky intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 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 f6cb7e4..f8a92b5 100644
--- a/meta/recipes-extended/bash/bash.inc
+++ b/meta/recipes-extended/bash/bash.inc
@@ -24,6 +24,7 @@ ALTERNATIVE_PRIORITY = "100"
 RDEPENDS_${PN} += "base-files"
 RDEPENDS_${PN}_class-nativesdk = ""
 RDEPENDS_${PN}-ptest += "make"
+RDEPENDS_${PN}-ptest_append_libc-glibc += " locale-base-fr-fr locale-base-de-de"
 
 USERADD_PACKAGES = "${PN}-ptest"
 USERADD_PARAM_${PN}-ptest = "--create-home --user-group test"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]