From 6b66a81ef748c4880844797e4e9b1c5f177a57b4 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 26 Jun 2012 10:53:54 -0700 Subject: native.bbclass: correct PATH to have native-intercept be prepended This was needed since it was after the sysroots and thus in some cases the native sysroot chown was being found and used instead of the script provided by native-intercept/chown. This was noticed by the non-gplv3 build since it's coreutils depends on coreutils-native. (From OE-Core rev: bb5095d3f73a00222f50f9dd2cf8dc27cc72b4a2) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/classes/native.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "" LIBCOVERRIDE = "" CLASSOVERRIDE = "class-native" -PATH =. "${COREBASE}/scripts/native-intercept:" +PATH_prepend = "${COREBASE}/scripts/native-intercept:" python native_virtclass_handler () { if not isinstance(e, bb.event.RecipePreFinalise): -- cgit v1.2.3-54-g00ecf