diff options
author | Joe Slater <jslater@windriver.com> | 2016-08-01 14:59:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-04 15:22:24 +0100 |
commit | 574515445a39aad0c09d444a89449006988364ba (patch) | |
tree | 2d21b074c385f063892dad2a6af3bd0378cdc381 /meta/recipes-devtools/dpkg/dpkg.inc | |
parent | 7759b4844f59d6cd416e10329ed51548c872c602 (diff) | |
download | poky-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/dpkg.inc')
-rw-r--r-- | meta/recipes-devtools/dpkg/dpkg.inc | 10 |
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" | |||
72 | PACKAGES += "${PN}-perl" | 72 | PACKAGES += "${PN}-perl" |
73 | FILES_${PN}-perl = "${libdir}/perl" | 73 | FILES_${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 | # | ||
79 | PACKAGES =+ "${PN}-start-stop" | ||
80 | FILES_${PN}-start-stop = "${sbindir}/start-stop-daemon" | ||
81 | |||
82 | RDEPENDS_${PN} += "${PN}-start-stop" | ||
83 | |||
84 | |||
75 | BBCLASSEXTEND = "native" | 85 | BBCLASSEXTEND = "native" |