diff options
| -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" |
