diff options
-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 4d4b14f58b..30fcefca38 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 | ||
44 | SDK_RDEPENDS = "${TOOLCHAIN_TARGET_TASK} ${TOOLCHAIN_HOST_TASK}" | 44 | SDK_RDEPENDS = "${TOOLCHAIN_TARGET_TASK} ${TOOLCHAIN_HOST_TASK}" |
45 | SDK_DEPENDS = "virtual/fakeroot-native pixz-native cross-localedef-native" | 45 | SDK_DEPENDS = "virtual/fakeroot-native pixz-native cross-localedef-native" |
46 | SDK_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 |