summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/dpkg')
-rw-r--r--meta/recipes-devtools/dpkg/dpkg.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc
index da6985cd55..58978015bd 100644
--- a/meta/recipes-devtools/dpkg/dpkg.inc
+++ b/meta/recipes-devtools/dpkg/dpkg.inc
@@ -72,4 +72,14 @@ RPROVIDES_update-alternatives-dpkg += "update-alternatives"
72PACKAGES += "${PN}-perl" 72PACKAGES += "${PN}-perl"
73FILES_${PN}-perl = "${libdir}/perl" 73FILES_${PN}-perl = "${libdir}/perl"
74 74
75# Split out start-stop-daemon to its own package. Note that it
76# is installed in a different directory than the one used for
77# the bitbake version.
78#
79PACKAGES =+ "${PN}-start-stop"
80FILES_${PN}-start-stop = "${sbindir}/start-stop-daemon"
81
82RDEPENDS_${PN} += "${PN}-start-stop"
83
84
75BBCLASSEXTEND = "native" 85BBCLASSEXTEND = "native"