summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/native.bbclass2
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 = ""
99LIBCOVERRIDE = "" 99LIBCOVERRIDE = ""
100CLASSOVERRIDE = "class-native" 100CLASSOVERRIDE = "class-native"
101 101
102PATH =. "${COREBASE}/scripts/native-intercept:" 102PATH_prepend = "${COREBASE}/scripts/native-intercept:"
103 103
104python native_virtclass_handler () { 104python native_virtclass_handler () {
105 if not isinstance(e, bb.event.RecipePreFinalise): 105 if not isinstance(e, bb.event.RecipePreFinalise):