diff options
author | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2013-02-07 20:39:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-08 14:46:02 +0000 |
commit | 659b146ef51c4873c67f227bd39f2368c28a022b (patch) | |
tree | fd598545cc9448f8a8a86c17ac8cf8c200e0a215 /meta | |
parent | ae8811bb26fba2e71d7280f6d6c4f5cec6a2871b (diff) | |
download | openembedded-core-659b146ef51c4873c67f227bd39f2368c28a022b.tar.gz openembedded-core-659b146ef51c4873c67f227bd39f2368c28a022b.tar.bz2 openembedded-core-659b146ef51c4873c67f227bd39f2368c28a022b.zip |
systemd_197.bb: Point to the place where we keep the /etc/rcN.d files
By default /etc/rc.d is searched by systemd but we will keep rcN.d directories
inside /etc.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/systemd/systemd_197.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index 48188baf9d..d55206b4ba 100644 --- a/meta/recipes-core/systemd/systemd_197.bb +++ b/meta/recipes-core/systemd/systemd_197.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \ PROVIDES = "udev" PE = "1" -PR = "r2" +PR = "r4" DEPENDS = "xz kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup tcp-wrappers glib-2.0 libgcrypt" DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" @@ -65,6 +65,7 @@ EXTRA_OECONF = " --with-distro=${SYSTEMDDISTRO} \ --enable-split-usr \ --disable-microhttpd \ --without-python \ + --with-sysvrcnd-path=${sysconfdir} \ " # uclibc does not have NSS EXTRA_OECONF_append_libc-uclibc = " --disable-myhostname " |