From cd158dd197a3a41a91679107a94c6f213476921c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 3 Oct 2018 12:20:04 +0100 Subject: glibc: Fix glibc reproducibility issues Currently for non-IA platforms, glibc is not reproducible as host system paths are being injected into target binaries. These spread through all target binaries on the system which link to the libc. Add a patch which injects .file directives into the assembly pieces and works around this issue until a better solution can be found. (From OE-Core rev: 4d6fd8178da75f9a1870db290bbe24de5af752c9) Signed-off-by: Richard Purdie --- meta/recipes-core/glibc/glibc_2.28.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/glibc/glibc_2.28.bb') diff --git a/meta/recipes-core/glibc/glibc_2.28.bb b/meta/recipes-core/glibc/glibc_2.28.bb index bd8b51e1d6..d072939254 100644 --- a/meta/recipes-core/glibc/glibc_2.28.bb +++ b/meta/recipes-core/glibc/glibc_2.28.bb @@ -48,6 +48,7 @@ SRC_URI = "${GLIBC_GIT_URI};branch=${SRCBRANCH};name=glibc \ file://0031-sysdeps-ieee754-prevent-maybe-uninitialized-errors-w.patch \ file://0032-sysdeps-ieee754-soft-fp-ignore-maybe-uninitialized-w.patch \ file://0033-locale-prevent-maybe-uninitialized-errors-with-Os-BZ.patch \ + file://0034-inject-file-assembly-directives.patch \ " NATIVESDKFIXES ?= "" -- cgit v1.2.3-54-g00ecf