Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] glibc: Ensure OVERRIDES doesn't influence sstate checksum
@ 2015-09-16 20:50 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2015-09-16 20:50 UTC (permalink / raw)
  To: openembedded-core

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]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

diff --git a/meta/recipes-core/glibc/glibc-ld.inc b/meta/recipes-core/glibc/glibc-ld.inc
index 962d666..c5f4db2 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):
 
 EGLIBC_KNOWN_INTERPRETER_NAMES = "${@glibc_dl_info(d)['ldconfig']}"
 RTLDLIST = "${@glibc_dl_info(d)['lddrewrite']}"
+glibc_dl_info[vardepsexclude] = "OVERRIDES"




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-09-16 20:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-16 20:50 [PATCH] glibc: Ensure OVERRIDES doesn't influence sstate checksum Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox