summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/gperf/gperf_3.1.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-05 15:21:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-09 20:58:35 +0100
commitdc184d6aaf282f28fe96cce2f01bf20f09821645 (patch)
treeb0cfe1612557a777723a95f9b2f574a391180f64 /meta/recipes-extended/gperf/gperf_3.1.bb
parent8ea0d49ee4642af80e9e36f065b40ac85ae37de0 (diff)
downloadpoky-dc184d6aaf282f28fe96cce2f01bf20f09821645.tar.gz
gperf: Switch to upstream patch
Upstream merged a patch to handle the reproducibility issue, switch to their patch which is functionally equivalent. (From OE-Core rev: db28cd0e1540e44db963108430205c8c0c817774) 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, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/gperf/gperf_3.1.bb b/meta/recipes-extended/gperf/gperf_3.1.bb
index 3564ac0805..c9f09c7931 100644
--- a/meta/recipes-extended/gperf/gperf_3.1.bb
+++ b/meta/recipes-extended/gperf/gperf_3.1.bb
@@ -9,7 +9,7 @@ SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz"
9SRC_URI[md5sum] = "9e251c0a618ad0824b51117d5d9db87e" 9SRC_URI[md5sum] = "9e251c0a618ad0824b51117d5d9db87e"
10SRC_URI[sha256sum] = "588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2" 10SRC_URI[sha256sum] = "588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2"
11 11
12SRC_URI:append = " file://reproducibility.patch" 12SRC_URI += "file://1862c6e57a308a05889c80c048dbc58bdc378dcb.patch"
13 13
14inherit autotools 14inherit autotools
15 15