* [PATCH 0/1] packagegroup-core-basic: define VIRTUAL-RUNTIME_syslog
@ 2013-11-09 4:36 jackie.huang
2013-11-09 4:36 ` [PATCH 1/1] " jackie.huang
0 siblings, 1 reply; 2+ messages in thread
From: jackie.huang @ 2013-11-09 4:36 UTC (permalink / raw)
To: openembedded-core
From: Jackie Huang <jackie.huang@windriver.com>
The following changes since commit eac8cb7cacab7f2fb392128aa5ebc2046ca4a793:
kbd: Fix stdarg related errors on uclibc (2013-11-08 17:31:17 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib jhuang0/d_syslog_1109_0
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=jhuang0/d_syslog_1109_0
Jackie Huang (1):
packagegroup-core-basic: define VIRTUAL-RUNTIME_syslog
meta/recipes-extended/packagegroups/packagegroup-core-basic.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
1.8.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] packagegroup-core-basic: define VIRTUAL-RUNTIME_syslog
2013-11-09 4:36 [PATCH 0/1] packagegroup-core-basic: define VIRTUAL-RUNTIME_syslog jackie.huang
@ 2013-11-09 4:36 ` jackie.huang
0 siblings, 0 replies; 2+ messages in thread
From: jackie.huang @ 2013-11-09 4:36 UTC (permalink / raw)
To: openembedded-core
From: Jackie Huang <jackie.huang@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@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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-09 4:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-09 4:36 [PATCH 0/1] packagegroup-core-basic: define VIRTUAL-RUNTIME_syslog jackie.huang
2013-11-09 4:36 ` [PATCH 1/1] " jackie.huang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox