From 9732a2ba2edf2607e61ae4fe0d65a02b7918cfe7 Mon Sep 17 00:00:00 2001 From: Romain Perier Date: Sun, 28 May 2017 08:59:40 +0200 Subject: busybox: make SYSLOGD optionnal Some distros might choose another syslogd provider like rsyslogd. update-alternative will update the link from syslogd to the right provider. However the syslogd feature is still present and enabled in busybox. This commit adds a new configuration fragment to make syslogd optionnal in busybox. Signed-off-by: Romain Perier Acked-by: Otavio Salvador Signed-off-by: Richard Purdie --- meta/recipes-core/busybox/busybox_1.24.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/busybox/busybox_1.24.1.bb') diff --git a/meta/recipes-core/busybox/busybox_1.24.1.bb b/meta/recipes-core/busybox/busybox_1.24.1.bb index e26dfff776..1baadeacd7 100644 --- a/meta/recipes-core/busybox/busybox_1.24.1.bb +++ b/meta/recipes-core/busybox/busybox_1.24.1.bb @@ -40,6 +40,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ file://resize.cfg \ ${@["", "file://init.cfg"][(d.getVar('VIRTUAL-RUNTIME_init_manager') == 'busybox')]} \ ${@["", "file://mdev.cfg"][(d.getVar('VIRTUAL-RUNTIME_dev_manager') == 'busybox-mdev')]} \ + file://syslog.cfg \ file://inittab \ file://rcS \ file://rcK \ -- cgit 1.2.3-korg