diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2018-03-20 15:37:44 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-15 17:56:52 +0100 |
commit | f4372765f3fdae26a8e666548fba3e55f5b837c0 (patch) | |
tree | 15fca07a48baabc455b74b079f924bdf676336cf /meta/recipes-devtools/distcc | |
parent | ade1061c620b79717e7550f3a9a088300e6e5c5c (diff) | |
download | poky-f4372765f3fdae26a8e666548fba3e55f5b837c0.tar.gz |
distcc-doc_3.2: improve reproducibility
Remove timestamps from metadata of gzip compressed files.
(From OE-Core rev: 8d009dd8c3c56601905a156cb06f339dd4a298e6)
(From OE-Core rev: 6c20c550a82aed9e8fa312f09888c8f16250159c)
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/distcc')
-rw-r--r-- | meta/recipes-devtools/distcc/distcc_3.2.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/distcc/distcc_3.2.bb b/meta/recipes-devtools/distcc/distcc_3.2.bb index e6f159c7cd..fe64c5b793 100644 --- a/meta/recipes-devtools/distcc/distcc_3.2.bb +++ b/meta/recipes-devtools/distcc/distcc_3.2.bb | |||
@@ -41,7 +41,9 @@ INITSCRIPT_NAME = "distcc" | |||
41 | SYSTEMD_PACKAGES = "${PN}" | 41 | SYSTEMD_PACKAGES = "${PN}" |
42 | SYSTEMD_SERVICE_${PN} = "distcc.service" | 42 | SYSTEMD_SERVICE_${PN} = "distcc.service" |
43 | 43 | ||
44 | do_install_append() { | 44 | do_install() { |
45 | # Improve reproducibility: compress w/o timestamps | ||
46 | oe_runmake 'DESTDIR=${D}' "GZIP_BIN=gzip -n" install | ||
45 | install -d ${D}${sysconfdir}/init.d/ | 47 | install -d ${D}${sysconfdir}/init.d/ |
46 | install -d ${D}${sysconfdir}/default | 48 | install -d ${D}${sysconfdir}/default |
47 | install -m 0755 ${WORKDIR}/distcc ${D}${sysconfdir}/init.d/ | 49 | install -m 0755 ${WORKDIR}/distcc ${D}${sysconfdir}/init.d/ |