summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/newt/libnewt_0.52.21.bb
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2020-05-06 07:56:57 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-22 16:23:23 +0100
commit2c9338ad8f75748e33895a06fb64b1fbd6517682 (patch)
tree37b6e897306becb5ec0def25c19c08fbe964325a /meta/recipes-extended/newt/libnewt_0.52.21.bb
parentc0d765f8bfaee261f1e5ce6b4d411ece475c6ad2 (diff)
downloadpoky-2c9338ad8f75748e33895a06fb64b1fbd6517682.tar.gz
libnewt: Backport patch to fix reproducibility
Backports a patch from upstream to fix a reproducibility problem where paths would be encoded in the binary. Drops an obsolete patch that conflicted with the backport (From OE-Core rev: b8f5114aabf6bbbc4adf5802a6707efaf18ba2ee) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/newt/libnewt_0.52.21.bb')
-rw-r--r--meta/recipes-extended/newt/libnewt_0.52.21.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/newt/libnewt_0.52.21.bb b/meta/recipes-extended/newt/libnewt_0.52.21.bb
index 09b61be61d..88b4cf4a03 100644
--- a/meta/recipes-extended/newt/libnewt_0.52.21.bb
+++ b/meta/recipes-extended/newt/libnewt_0.52.21.bb
@@ -20,9 +20,9 @@ DEPENDS = "slang popt python3"
20SRC_URI = "https://releases.pagure.org/newt/newt-${PV}.tar.gz \ 20SRC_URI = "https://releases.pagure.org/newt/newt-${PV}.tar.gz \
21 file://cross_ar.patch \ 21 file://cross_ar.patch \
22 file://Makefile.in-Add-tinfo-library-to-the-linking-librari.patch \ 22 file://Makefile.in-Add-tinfo-library-to-the-linking-librari.patch \
23 file://pie-flags.patch \
24 file://0001-detect-gold-as-GNU-linker-too.patch \ 23 file://0001-detect-gold-as-GNU-linker-too.patch \
25" 24 file://0002-don-t-ignore-CFLAGS-when-building-snack.patch \
25 "
26 26
27SRC_URI[md5sum] = "a0a5fd6b53bb167a65e15996b249ebb5" 27SRC_URI[md5sum] = "a0a5fd6b53bb167a65e15996b249ebb5"
28SRC_URI[sha256sum] = "265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31" 28SRC_URI[sha256sum] = "265eb46b55d7eaeb887fca7a1d51fe115658882dfe148164b6c49fccac5abb31"