]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
systemd_197.bb: Point to the place where we keep the /etc/rcN.d files
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>
Thu, 7 Feb 2013 19:39:43 +0000 (20:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Feb 2013 14:46:02 +0000 (14:46 +0000)
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>
meta/recipes-core/systemd/systemd_197.bb

index 48188baf9d7a20417ca5033cf75cbc440d5f41b6..d55206b4ba1009879b4b4098bca74b59f6150a90 100644 (file)
@@ -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 "