[OE-core] [PATCH 1/1] packagegroup-core-basic: define VIRTUAL-RUNTIME_syslog

jackie.huang at windriver.com jackie.huang at windriver.com
Sat Nov 9 04:36:10 UTC 2013


From: Jackie Huang <jackie.huang at windriver.com>

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 at windriver.com>
---
 meta/recipes-extended/packagegroups/packagegroup-core-basic.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb b/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb
index 55de32f..c89923d 100644
--- a/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb
+++ b/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb
@@ -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 = "\
-- 
1.8.3




More information about the Openembedded-core mailing list