summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-03-02 20:52:54 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-04-02 17:06:24 +0100
commit240f54318867b0a32e0a7acaecd7095310baa09f (patch)
treec11751db8d02e810e1e755a169779bbee5d51f81
parent541c5c7fc059fa916d3631f9f97a836beaee3324 (diff)
downloadpoky-240f54318867b0a32e0a7acaecd7095310baa09f.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: 19fce2a6f76227de88e267f65f0e124645ea280e) 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.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass
index bed928e154..cc171d13ad 100644
--- a/meta/classes/populate_sdk_base.bbclass
+++ b/meta/classes/populate_sdk_base.bbclass
@@ -43,6 +43,7 @@ TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-toolchain-${SDK_VERSION}"
43 43
44SDK_RDEPENDS = "${TOOLCHAIN_TARGET_TASK} ${TOOLCHAIN_HOST_TASK}" 44SDK_RDEPENDS = "${TOOLCHAIN_TARGET_TASK} ${TOOLCHAIN_HOST_TASK}"
45SDK_DEPENDS = "virtual/fakeroot-native pixz-native cross-localedef-native" 45SDK_DEPENDS = "virtual/fakeroot-native pixz-native cross-localedef-native"
46SDK_DEPENDS_append_libc-glibc = " nativesdk-glibc-locale"
46 47
47# We want the MULTIARCH_TARGET_SYS to point to the TUNE_PKGARCH, not PACKAGE_ARCH as it 48# We want the MULTIARCH_TARGET_SYS to point to the TUNE_PKGARCH, not PACKAGE_ARCH as it
48# could be set to the MACHINE_ARCH 49# could be set to the MACHINE_ARCH