packagegroup-core-basic: define VIRTUAL-RUNTIME_syslog
authorJackie Huang <jackie.huang@windriver.com>
Sat, 9 Nov 2013 04:36:10 +0000 (12:36 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Nov 2013 16:00:28 +0000 (16:00 +0000)
We have rsyslog and syslog-ng in our layer, and oe-core
has sysklogd, define VIRTUAL-RUNTIME_syslog so that we
can switch them easily. Set sysklogd as default here,
we will have setting in distro confs to override it.

(From OE-Core rev: 532e3efe76b62a4454193af9da59ced24e05bd33)

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/packagegroups/packagegroup-core-basic.bb

index 55de32f..c89923d 100644 (file)
@@ -96,12 +96,13 @@ RDEPENDS_packagegroup-core-dev-utils = "\
 VIRTUAL-RUNTIME_initscripts ?= "initscripts"
 VIRTUAL-RUNTIME_init_manager ?= "sysvinit"
 VIRTUAL-RUNTIME_login_manager ?= "busybox"
+VIRTUAL-RUNTIME_syslog ?= "sysklogd"
 RDEPENDS_packagegroup-core-initscripts = "\
     ${VIRTUAL-RUNTIME_initscripts} \
     ${VIRTUAL-RUNTIME_init_manager} \
     ethtool \
     ${VIRTUAL-RUNTIME_login_manager} \
-    sysklogd \
+    ${VIRTUAL-RUNTIME_syslog} \
     "
 
 RDEPENDS_packagegroup-core-multiuser = "\