summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb')
-rw-r--r--meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb20
1 files changed, 10 insertions, 10 deletions
diff --git a/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb b/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb
index 9b1084aeb..f8a1ef48a 100644
--- a/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb
+++ b/meta-oe/recipes-support/start-stop-daemon/start-stop-daemon_1.16.0.2.bb
@@ -15,17 +15,17 @@ inherit autotools gettext
15S = "${WORKDIR}/dpkg-${PV}" 15S = "${WORKDIR}/dpkg-${PV}"
16 16
17EXTRA_OECONF = " \ 17EXTRA_OECONF = " \
18 --with-start-stop-daemon \ 18 --with-start-stop-daemon \
19 --without-bz2 \ 19 --without-bz2 \
20 --without-deselect \ 20 --without-deselect \
21 --without-install-info \ 21 --without-install-info \
22 --without-selinux \ 22 --without-selinux \
23 --without-update-alternatives \ 23 --without-update-alternatives \
24" 24"
25 25
26do_install_append () { 26do_install_append () {
27 # remove everything that is not related to start-stop-daemon, since there 27 # remove everything that is not related to start-stop-daemon, since there
28 # is no explicit rule for only installing ssd 28 # is no explicit rule for only installing ssd
29 find ${D} -type f -not -name "*start-stop-daemon*" -exec rm {} \; 29 find ${D} -type f -not -name "*start-stop-daemon*" -exec rm {} \;
30 find ${D} -depth -type d -empty -exec rmdir {} \; 30 find ${D} -depth -type d -empty -exec rmdir {} \;
31} 31}