diff options
| -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 ff0e22f9b4..66046480b9 100644 --- a/meta/recipes-devtools/distcc/distcc_3.2.bb +++ b/meta/recipes-devtools/distcc/distcc_3.2.bb | |||
| @@ -40,7 +40,9 @@ INITSCRIPT_NAME = "distcc" | |||
| 40 | SYSTEMD_PACKAGES = "${PN}" | 40 | SYSTEMD_PACKAGES = "${PN}" |
| 41 | SYSTEMD_SERVICE_${PN} = "distcc.service" | 41 | SYSTEMD_SERVICE_${PN} = "distcc.service" |
| 42 | 42 | ||
| 43 | do_install_append() { | 43 | do_install() { |
| 44 | # Improve reproducibility: compress w/o timestamps | ||
| 45 | oe_runmake 'DESTDIR=${D}' "GZIP_BIN=gzip -n" install | ||
| 44 | install -d ${D}${sysconfdir}/init.d/ | 46 | install -d ${D}${sysconfdir}/init.d/ |
| 45 | install -d ${D}${sysconfdir}/default | 47 | install -d ${D}${sysconfdir}/default |
| 46 | install -m 0755 ${WORKDIR}/distcc ${D}${sysconfdir}/init.d/ | 48 | install -m 0755 ${WORKDIR}/distcc ${D}${sysconfdir}/init.d/ |
