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 bca48d4637..eb30b5a3c7 100644 --- a/meta/classes/native.bbclass +++ b/meta/classes/native.bbclass | |||
@@ -99,7 +99,7 @@ PKG_CONFIG_SYSROOT_DIR = "" | |||
99 | LIBCOVERRIDE = "" | 99 | LIBCOVERRIDE = "" |
100 | CLASSOVERRIDE = "class-native" | 100 | CLASSOVERRIDE = "class-native" |
101 | 101 | ||
102 | PATH =. "${COREBASE}/scripts/native-intercept:" | 102 | PATH_prepend = "${COREBASE}/scripts/native-intercept:" |
103 | 103 | ||
104 | python native_virtclass_handler () { | 104 | python native_virtclass_handler () { |
105 | if not isinstance(e, bb.event.RecipePreFinalise): | 105 | if not isinstance(e, bb.event.RecipePreFinalise): |