diff options
author | Ross Burton <ross.burton@intel.com> | 2018-03-02 20:52:54 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-04-05 15:13:47 +0100 |
commit | 1eebf6ed45e289d93e8025710e4f7f501bf88f4c (patch) | |
tree | c52b7cece2dbbe430925e2f3964a93fed8e79e84 /meta/classes | |
parent | a9f439367d334667c195589e0b5025f8a0973ae2 (diff) | |
download | poky-1eebf6ed45e289d93e8025710e4f7f501bf88f4c.tar.gz |
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)
(From OE-Core rev: 15a8681bcae24da0fd2551a49e4b59b3efb24886)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/populate_sdk_base.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass index 5b298b614c..35241b6a3b 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}" | |||
46 | 46 | ||
47 | SDK_RDEPENDS = "${TOOLCHAIN_TARGET_TASK} ${TOOLCHAIN_HOST_TASK}" | 47 | SDK_RDEPENDS = "${TOOLCHAIN_TARGET_TASK} ${TOOLCHAIN_HOST_TASK}" |
48 | SDK_DEPENDS = "virtual/fakeroot-native pixz-native cross-localedef-native" | 48 | SDK_DEPENDS = "virtual/fakeroot-native pixz-native cross-localedef-native" |
49 | SDK_DEPENDS_append_libc-glibc = " nativesdk-glibc-locale" | ||
49 | 50 | ||
50 | # We want the MULTIARCH_TARGET_SYS to point to the TUNE_PKGARCH, not PACKAGE_ARCH as it | 51 | # We want the MULTIARCH_TARGET_SYS to point to the TUNE_PKGARCH, not PACKAGE_ARCH as it |
51 | # could be set to the MACHINE_ARCH | 52 | # could be set to the MACHINE_ARCH |