[oe-commits] [openembedded-core] 15/38: populate_sdk_base: depend on nativesdk-glibc-locale

git at git.openembedded.org git at git.openembedded.org
Thu Apr 5 14:14:38 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch morty
in repository openembedded-core.

commit 15a8681bcae24da0fd2551a49e4b59b3efb24886
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Mar 2 20:52:54 2018 +0000

    populate_sdk_base: depend on nativesdk-glibc-locale
    
    If we're building a SDK and we're using glibc so may be installing locales,
    add a build-dependency on natiesdk-glibc-locale so the locales we need will
    exist.
    
    (From OE-Core rev: 8d6869a0a89d8cf3c6e57723fab2750ba2c885db)
    
    (From OE-Core rev: bad37bfd766c39efe5a5db95668c855d1c45a059)
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/classes/populate_sdk_base.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass
index 5b298b6..35241b6 100644
--- a/meta/classes/populate_sdk_base.bbclass
+++ b/meta/classes/populate_sdk_base.bbclass
@@ -46,6 +46,7 @@ TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-toolchain-${SDK_VERSION}"
 
 SDK_RDEPENDS = "${TOOLCHAIN_TARGET_TASK} ${TOOLCHAIN_HOST_TASK}"
 SDK_DEPENDS = "virtual/fakeroot-native pixz-native cross-localedef-native"
+SDK_DEPENDS_append_libc-glibc = " nativesdk-glibc-locale"
 
 # We want the MULTIARCH_TARGET_SYS to point to the TUNE_PKGARCH, not PACKAGE_ARCH as it
 # could be set to the MACHINE_ARCH

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list