diff options
Diffstat (limited to 'meta/classes/native.bbclass')
| -rw-r--r-- | meta/classes/native.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 8f7cc1f2d3..49823d6fc6 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
| @@ -92,6 +92,9 @@ EXTRA_NATIVE_PKGCONFIG_PATH ?= "" | |||
| 92 | PKG_CONFIG_PATH .= "${EXTRA_NATIVE_PKGCONFIG_PATH}" | 92 | PKG_CONFIG_PATH .= "${EXTRA_NATIVE_PKGCONFIG_PATH}" |
| 93 | PKG_CONFIG_SYSROOT_DIR = "" | 93 | PKG_CONFIG_SYSROOT_DIR = "" |
| 94 | 94 | ||
| 95 | # we dont want libc-uclibc or libc-glibc to kick in for native recipes | ||
| 96 | LIBCOVERRIDE = "" | ||
| 97 | |||
| 95 | PATH =. "${COREBASE}/scripts/native-intercept:" | 98 | PATH =. "${COREBASE}/scripts/native-intercept:" |
| 96 | 99 | ||
| 97 | python native_virtclass_handler () { | 100 | python native_virtclass_handler () { |
