]> code.ossystems Code Review - openembedded-core.git/commit
busybox: fix syslog related meta data
authorChen Qi <Qi.Chen@windriver.com>
Tue, 5 Sep 2017 09:55:26 +0000 (17:55 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 25 Sep 2017 13:14:02 +0000 (14:14 +0100)
commit597bbf99ee8e88294f2ed96c84a51f9ed83e8933
tree4538c4cd4da47e26d1af1f2519f7ec4700dbe4c5
parent7e49c5879862253ae1b6a26535d07a2740a95798
busybox: fix syslog related meta data

Set RCONFLICTS to disallow multiple syslog daemon providers to be installed
on the target at the same time,  and remove codes which dealt with such
situation.

Supporting multiple syslog daemons on the same image doesn't have much sense.
rsyslog and syslog-ng in meta-oe have set RCONFLICTS to disallow this. And
we do the same for busybox.

Also, remove the line of creating a meaningless symlink of
/lib/systemd/syslog.service to /dev/null.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/busybox/busybox.inc