summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pseudo/pseudo.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-08 12:56:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-08 13:10:07 +0100
commit4caf6187bb52d4f6f92ea0959e90339b82ac92b8 (patch)
treed56362b392ca5fa2250fe95344f994f19175b0ad /meta/recipes-devtools/pseudo/pseudo.inc
parentda91637dd6991ae085ce82d932f1053d820b0cc4 (diff)
downloadopenembedded-core-4caf6187bb52d4f6f92ea0959e90339b82ac92b8.tar.gz
pseudo: Exclude SITEINFO_BITS from checksums
We really want the same sstate checksums for pseudo-native on 32 and 64 bit platforms but the use of SITEINFO_BITS prevents this. Since other things would change if the bit size changes, we can safely exclude this variable and rely on others (e.g. BUILD_ARCH included in WORKDIR) to handle this. [YOCTO #5970] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo.inc')
-rw-r--r--meta/recipes-devtools/pseudo/pseudo.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo.inc b/meta/recipes-devtools/pseudo/pseudo.inc
index 11a8514675..fe12258fd4 100644
--- a/meta/recipes-devtools/pseudo/pseudo.inc
+++ b/meta/recipes-devtools/pseudo/pseudo.inc
@@ -36,6 +36,7 @@ do_compile () {
fi
oe_runmake ${MAKEOPTS}
}
+do_compile[vardepsexclude] = "SITEINFO_BITS"
maybe_make32() {
# We probably don't need to build 32-bit binaries.
@@ -64,6 +65,7 @@ maybe_make32() {
bbnote "If you need to run 32-bit executables, ensure that NO32LIBS is set to 0."
fi
}
+maybe_make32[vardepsexclude] = "SITEINFO_BITS"
warn_32bit_missing() {
bbwarn "Can't find stubs-32.h, but usually need it to build 32-bit libpseudo."