| Submitter | Saul Wold |
|---|---|
| Date | June 27, 2012, 3:43 p.m. |
| Message ID | <c35323a70e452d18e965f7aeb6508775ff2d9630.1340811559.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/30735/ |
| State | New |
| Headers | show |
Comments
Patch
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):
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@linux.intel.com> --- meta/classes/native.bbclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)