]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
busybox: handle syslog related files properly ChenQi/busybox-syslog
authorChen Qi <Qi.Chen@windriver.com>
Thu, 12 Jun 2014 08:10:58 +0000 (04:10 -0400)
committerChen Qi <Qi.Chen@windriver.com>
Fri, 13 Jun 2014 05:40:55 +0000 (13:40 +0800)
commit0566f265bb79f9a10a3863ec7707c7267f512cb8
tree10733e9236e97b230ea291c4c5492198e831cc60
parentd20d3476157b7c949b0077cad0ab1e8716d6162a
busybox: handle syslog related files properly

If CONFIG_SYSLOGD is not enabled, then the related service file should
not be installed as it will always fail at system start-up. The error
message is as following.

[FAILED] Failed to start System Logging Service.

The same logic applies to CONFIG_KLOGD.

So we should first check the configuration before we install these
service files.

[YOCTO #5302]

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
meta/recipes-core/busybox/busybox.inc