[oe-commits] Richard Purdie : glibc: Ensure OVERRIDES doesn't influence sstate checksum

git at git.openembedded.org git at git.openembedded.org
Wed Sep 16 21:19:24 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 5e8993632e48e83aa4bab90363506b9d5f7a468f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5e8993632e48e83aa4bab90363506b9d5f7a468f

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Sep 16 21:50:28 2015 +0100

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]

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

---

 meta/recipes-core/glibc/glibc-ld.inc | 1 +
 1 file changed, 1 insertion(+)

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"



More information about the Openembedded-commits mailing list