diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2013-11-09 12:36:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-11-12 16:00:28 +0000 |
commit | f0aa0c249a16156ee2605ec4f0b6415fea8e0216 (patch) | |
tree | 307a71e1cc26ecb8d40e4619bc6bbbf523782279 /meta/recipes-extended | |
parent | e2ea549f10c2be763dd640a6fda69527af2bc312 (diff) | |
download | poky-f0aa0c249a16156ee2605ec4f0b6415fea8e0216.tar.gz |
packagegroup-core-basic: define VIRTUAL-RUNTIME_syslog
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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/packagegroups/packagegroup-core-basic.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb b/meta/recipes-extended/packagegroups/packagegroup-core-basic.bb index 55de32fcf8..c89923d3e2 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 = "\ | |||
96 | VIRTUAL-RUNTIME_initscripts ?= "initscripts" | 96 | VIRTUAL-RUNTIME_initscripts ?= "initscripts" |
97 | VIRTUAL-RUNTIME_init_manager ?= "sysvinit" | 97 | VIRTUAL-RUNTIME_init_manager ?= "sysvinit" |
98 | VIRTUAL-RUNTIME_login_manager ?= "busybox" | 98 | VIRTUAL-RUNTIME_login_manager ?= "busybox" |
99 | VIRTUAL-RUNTIME_syslog ?= "sysklogd" | ||
99 | RDEPENDS_packagegroup-core-initscripts = "\ | 100 | RDEPENDS_packagegroup-core-initscripts = "\ |
100 | ${VIRTUAL-RUNTIME_initscripts} \ | 101 | ${VIRTUAL-RUNTIME_initscripts} \ |
101 | ${VIRTUAL-RUNTIME_init_manager} \ | 102 | ${VIRTUAL-RUNTIME_init_manager} \ |
102 | ethtool \ | 103 | ethtool \ |
103 | ${VIRTUAL-RUNTIME_login_manager} \ | 104 | ${VIRTUAL-RUNTIME_login_manager} \ |
104 | sysklogd \ | 105 | ${VIRTUAL-RUNTIME_syslog} \ |
105 | " | 106 | " |
106 | 107 | ||
107 | RDEPENDS_packagegroup-core-multiuser = "\ | 108 | RDEPENDS_packagegroup-core-multiuser = "\ |