diff options
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/ |