diff options
Diffstat (limited to 'meta/classes/native.bbclass')
-rw-r--r-- | meta/classes/native.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 6b7f3dd76e..9c434dce83 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
@@ -108,7 +108,7 @@ PKG_CONFIG_SYSROOT_DIR = "" | |||
108 | PKG_CONFIG_SYSTEM_LIBRARY_PATH[unexport] = "1" | 108 | PKG_CONFIG_SYSTEM_LIBRARY_PATH[unexport] = "1" |
109 | PKG_CONFIG_SYSTEM_INCLUDE_PATH[unexport] = "1" | 109 | PKG_CONFIG_SYSTEM_INCLUDE_PATH[unexport] = "1" |
110 | 110 | ||
111 | # we dont want libc-uclibc or libc-glibc to kick in for native recipes | 111 | # we dont want libc-*libc to kick in for native recipes |
112 | LIBCOVERRIDE = "" | 112 | LIBCOVERRIDE = "" |
113 | CLASSOVERRIDE = "class-native" | 113 | CLASSOVERRIDE = "class-native" |
114 | MACHINEOVERRIDES = "" | 114 | MACHINEOVERRIDES = "" |