summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dpkg
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2016-08-01 14:59:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-04 15:22:24 +0100
commit574515445a39aad0c09d444a89449006988364ba (patch)
tree2d21b074c385f063892dad2a6af3bd0378cdc381 /meta/recipes-devtools/dpkg
parent7759b4844f59d6cd416e10329ed51548c872c602 (diff)
downloadpoky-574515445a39aad0c09d444a89449006988364ba.tar.gz
dpkg: put start-stop-daemon into a separate package
This is useful for supplying start-stop-daemon to images that do not include busybox. (From OE-Core rev: b1e439a046e0cd48709fb2ee33cafa9fe23284be) Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"