summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/gperf/gperf_3.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-04 14:18:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-04 22:51:46 +0100
commitdea3c7ee2a413f7dc5f13ec006592084f7fb266c (patch)
tree7051e7ad55373afcb47d49e844697fd6630633ad /meta/recipes-extended/gperf/gperf_3.1.bb
parent47973fd4f3fbb0af1a0d1bc2c39f2900a963177d (diff)
downloadopenembedded-core-contrib-dea3c7ee2a413f7dc5f13ec006592084f7fb266c.tar.gz
gperf: Add a patch to work around reproducibility issues
Add a patch to avoid writing the full pathname to gperf into source files which leads to reproducibility issues. This fixes issues with systemd reproducibility in particular. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/gperf/gperf_3.1.bb')
-rw-r--r--meta/recipes-extended/gperf/gperf_3.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/gperf/gperf_3.1.bb b/meta/recipes-extended/gperf/gperf_3.1.bb
index 82750fca05..3564ac0805 100644
--- a/meta/recipes-extended/gperf/gperf_3.1.bb
+++ b/meta/recipes-extended/gperf/gperf_3.1.bb
@@ -9,6 +9,8 @@ SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz"
SRC_URI[md5sum] = "9e251c0a618ad0824b51117d5d9db87e"
SRC_URI[sha256sum] = "588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2"
+SRC_URI:append = " file://reproducibility.patch"
+
inherit autotools
# The nested configures don't find the parent aclocal.m4 out of the box, so tell