]> code.ossystems Code Review - openembedded-core.git/commit
busybox: make SYSLOGD optionnal
authorRomain Perier <romain.perier@collabora.com>
Sun, 28 May 2017 06:59:40 +0000 (08:59 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 29 May 2017 14:15:13 +0000 (15:15 +0100)
commit9732a2ba2edf2607e61ae4fe0d65a02b7918cfe7
tree68a8919c347787d501fc524ec53987ad15fbd95c
parentd715dc422ce1723c8d05af7ad4183eeeb36bc2ec
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 <romain.perier@collabora.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/busybox/busybox.inc
meta/recipes-core/busybox/busybox/defconfig
meta/recipes-core/busybox/busybox/syslog.cfg [new file with mode: 0644]
meta/recipes-core/busybox/busybox_1.24.1.bb