summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-16 21:50:28 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-18 09:05:29 +0100
commit56b2c53ef03a5be39c2a859518fdd26d5dbdd53a (patch)
tree9c145a9def36555d885eb9447a687cc2446c07b8 /meta/recipes-core/glibc
parent18845508a216106a703558c4dedcef4fa384673a (diff)
downloadpoky-56b2c53ef03a5be39c2a859518fdd26d5dbdd53a.tar.gz
glibc: Ensure OVERRIDES doesn't influence sstate checksum
Switching MACHINE was causing nativesdk-glibc to rebuild. This was from the use of OVERRIDES in one of the functions. Exclude OVERRIDES from the checksum to avoid this. [patch to oe-selftest to ensure this doesn't regress follows] (From OE-Core rev: 5e8993632e48e83aa4bab90363506b9d5f7a468f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/glibc')
-rw-r--r--meta/recipes-core/glibc/glibc-ld.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc/glibc-ld.inc b/meta/recipes-core/glibc/glibc-ld.inc
index 962d666885..c5f4db2297 100644
--- a/meta/recipes-core/glibc/glibc-ld.inc
+++ b/meta/recipes-core/glibc/glibc-ld.inc
@@ -54,3 +54,4 @@ def glibc_dl_info(d):
54 54
55EGLIBC_KNOWN_INTERPRETER_NAMES = "${@glibc_dl_info(d)['ldconfig']}" 55EGLIBC_KNOWN_INTERPRETER_NAMES = "${@glibc_dl_info(d)['ldconfig']}"
56RTLDLIST = "${@glibc_dl_info(d)['lddrewrite']}" 56RTLDLIST = "${@glibc_dl_info(d)['lddrewrite']}"
57glibc_dl_info[vardepsexclude] = "OVERRIDES"