summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-06 23:13:54 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-30 16:37:58 +0000
commit385365f689bfb8cd8f995394665e4b76e1703504 (patch)
tree4d1d67e1c5f46f5910b130bd07ea94291ca55b40 /meta/classes
parentdec4fb1beea753e0c917981f61571ec3bb5e7b35 (diff)
downloadpoky-385365f689bfb8cd8f995394665e4b76e1703504.tar.gz
native.bbclass: Ensure native recipes have a deterministic baselib value
Changes to baselib by specific machine configuration were resulting in sstate cache invalidation, particularly in multilib configurations. This patch ensures this doesn't happen and native sstate cache files are reusable. (From OE-Core rev: d0915fb0a2cc80ad45b3fd526d3b29a91d99572c) (From OE-Core rev: 4fe88a2a3c7cec3ad9ea13d39d71d317405c910a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/native.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index 5e45aed37b..ba8b0bf25e 100644
--- a/meta/classes/native.bbclass
+++ b/meta/classes/native.bbclass
@@ -69,6 +69,8 @@ exec_prefix = "${STAGING_DIR_NATIVE}${prefix_native}"
69 69
70libdir = "${STAGING_DIR_NATIVE}${libdir_native}" 70libdir = "${STAGING_DIR_NATIVE}${libdir_native}"
71 71
72baselib = "lib"
73
72# Libtool's default paths are correct for the native machine 74# Libtool's default paths are correct for the native machine
73lt_cv_sys_lib_dlsearch_path_spec[unexport] = "1" 75lt_cv_sys_lib_dlsearch_path_spec[unexport] = "1"
74 76