[oe-commits] Saul Wold : native.bbclass: correct PATH to have native-intercept be prepended

git at git.openembedded.org git at git.openembedded.org
Thu Jun 28 15:24:45 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: bb5095d3f73a00222f50f9dd2cf8dc27cc72b4a2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=bb5095d3f73a00222f50f9dd2cf8dc27cc72b4a2

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Jun 26 10:53:54 2012 -0700

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.

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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 bca48d4..eb30b5a 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):





More information about the Openembedded-commits mailing list