]> code.ossystems Code Review - openembedded-core.git/commitdiff
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 10:26:53 +0000 (10:26 +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.

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 55de32fcf843df0451f846f92c27fd1ba2b878f0..c89923d3e218269a40cac1c693f18357e1a1f9df 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 = "\