[oe-commits] [openembedded-core] 01/07: busybox: Ensure busybox-syslog depends on busybox

git at git.openembedded.org git at git.openembedded.org
Thu Sep 6 16:44:51 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 311d9a23429a3356363bd96ab73e317e424ea542
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Sep 6 16:47:42 2018 +0100

    busybox: Ensure busybox-syslog depends on busybox
    
    If we don't do this, busybox-syslog can install before busybox
    which clearly doesn't make sense and can trigger postinst failures
    (missing sed which u-a depends upon).
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/busybox/busybox.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc
index c02e062..2ad29a7 100644
--- a/meta/recipes-core/busybox/busybox.inc
+++ b/meta/recipes-core/busybox/busybox.inc
@@ -41,6 +41,7 @@ INITSCRIPT_NAME_${PN}-udhcpd = "busybox-udhcpd"
 SYSTEMD_PACKAGES = "${PN}-syslog"
 SYSTEMD_SERVICE_${PN}-syslog = "${@bb.utils.contains('SRC_URI', 'file://syslog.cfg', 'busybox-syslog.service', '', d)}"
 
+RDEPENDS_${PN}-syslog = "busybox"
 CONFFILES_${PN}-syslog = "${sysconfdir}/syslog-startup.conf"
 RCONFLICTS_${PN}-syslog = "rsyslog sysklogd syslog-ng"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list