diff options
-rw-r--r-- | meta/classes/native.bbclass | 1 | ||||
-rw-r--r-- | meta/classes/nativesdk.bbclass | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 9dec318aa8..adebb97651 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
@@ -109,6 +109,7 @@ PKG_CONFIG_SYSROOT_DIR = "" | |||
109 | # we dont want libc-uclibc or libc-glibc to kick in for native recipes | 109 | # we dont want libc-uclibc or libc-glibc to kick in for native recipes |
110 | LIBCOVERRIDE = "" | 110 | LIBCOVERRIDE = "" |
111 | CLASSOVERRIDE = "class-native" | 111 | CLASSOVERRIDE = "class-native" |
112 | MACHINEOVERRIDES = "" | ||
112 | 113 | ||
113 | PATH_prepend = "${COREBASE}/scripts/native-intercept:" | 114 | PATH_prepend = "${COREBASE}/scripts/native-intercept:" |
114 | 115 | ||
diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass index 37c9f79598..5e78116ab8 100644 --- a/meta/classes/nativesdk.bbclass +++ b/meta/classes/nativesdk.bbclass | |||
@@ -8,6 +8,7 @@ STAGING_BINDIR_TOOLCHAIN = "${STAGING_DIR_NATIVE}${bindir_native}/${SDK_ARCH}${S | |||
8 | NATIVESDKLIBC ?= "libc-glibc" | 8 | NATIVESDKLIBC ?= "libc-glibc" |
9 | LIBCOVERRIDE = ":${NATIVESDKLIBC}" | 9 | LIBCOVERRIDE = ":${NATIVESDKLIBC}" |
10 | CLASSOVERRIDE = "class-nativesdk" | 10 | CLASSOVERRIDE = "class-nativesdk" |
11 | MACHINEOVERRIDES = "" | ||
11 | 12 | ||
12 | # | 13 | # |
13 | # Update PACKAGE_ARCH and PACKAGE_ARCHS | 14 | # Update PACKAGE_ARCH and PACKAGE_ARCHS |