diff options
author | Ross Burton <ross.burton@intel.com> | 2018-03-02 20:52:54 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-06 06:19:18 -0800 |
commit | dc7ec9b8e0d4fc692184ec2827a28a32457cdc6f (patch) | |
tree | 5b05aa0fca71bda136e4dbbfbe1e8edcd173ce1d | |
parent | 420e9919c80b0d39b18bdd6f939e5da41c0ceb12 (diff) | |
download | poky-dc7ec9b8e0d4fc692184ec2827a28a32457cdc6f.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)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 be5970a4bb..60a5abc7dc 100644 --- a/meta/classes/populate_sdk_base.bbclass +++ b/meta/classes/populate_sdk_base.bbclass | |||
@@ -47,6 +47,7 @@ TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-toolchain-${SDK_VERSION}" | |||
47 | 47 | ||
48 | SDK_RDEPENDS = "${TOOLCHAIN_TARGET_TASK} ${TOOLCHAIN_HOST_TASK}" | 48 | SDK_RDEPENDS = "${TOOLCHAIN_TARGET_TASK} ${TOOLCHAIN_HOST_TASK}" |
49 | SDK_DEPENDS = "virtual/fakeroot-native pixz-native cross-localedef-native" | 49 | SDK_DEPENDS = "virtual/fakeroot-native pixz-native cross-localedef-native" |
50 | SDK_DEPENDS_append_libc-glibc = " nativesdk-glibc-locale" | ||
50 | 51 | ||
51 | # We want the MULTIARCH_TARGET_SYS to point to the TUNE_PKGARCH, not PACKAGE_ARCH as it | 52 | # We want the MULTIARCH_TARGET_SYS to point to the TUNE_PKGARCH, not PACKAGE_ARCH as it |
52 | # could be set to the MACHINE_ARCH | 53 | # could be set to the MACHINE_ARCH |