From 6bc323ac9315712e75a0282cddb292bc84afc6f1 Mon Sep 17 00:00:00 2001 From: Juro Bystricky Date: Mon, 30 Oct 2017 10:49:46 -0700 Subject: curl_7.54.1.bb: improve reproducibility Improve reproducible build of curl-dev and curl-dbg packages. curl-dev: Correctly remove build host references from curl-config curl-dbg: Do not generate time stamps in files generated by mkhelp.pl Signed-off-by: Juro Bystricky Signed-off-by: Ross Burton --- .../curl/curl/reproducible-mkhelp.patch | 32 ++++++++++++++++++++++ meta/recipes-support/curl/curl_7.54.1.bb | 10 ++++++- 2 files changed, 41 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-support/curl/curl/reproducible-mkhelp.patch (limited to 'meta/recipes-support/curl') diff --git a/meta/recipes-support/curl/curl/reproducible-mkhelp.patch b/meta/recipes-support/curl/curl/reproducible-mkhelp.patch new file mode 100644 index 0000000000..268bbebf09 --- /dev/null +++ b/meta/recipes-support/curl/curl/reproducible-mkhelp.patch @@ -0,0 +1,32 @@ +From 1fe92fd3dd64c7228f6ff41e3fc16c4f2392471a Mon Sep 17 00:00:00 2001 +From: Juro Bystricky +Date: Fri, 27 Oct 2017 08:28:25 -0700 +Subject: mkhelp.pl: support reproducible build + +Do not generate line with the current date, such as: + +* Generation time: Tue Oct-24 18:01:41 2017 + +This will improve reproducibility. The generated string is only +part of a comment, so there should be no adverse consequences. + +Upstream-Status: Submitted [ https://github.com/curl/curl/pull/2026 ] + +Signed-off-by: Juro Bystricky + +diff --git a/src/mkhelp.pl b/src/mkhelp.pl +index 270daa2..757f024 100755 +--- a/src/mkhelp.pl ++++ b/src/mkhelp.pl +@@ -102,11 +102,9 @@ while() { + } + close(READ); + +-$now = localtime; + print <