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:50:36 +0000 |
commit | 2d35828af073fcf7735234a03bd23d2f80f4c16e (patch) | |
tree | 97f69f608f5f81f70b54fc3ea0c06494b728dfee /meta/recipes-core | |
parent | 7ee057911f8ce80b2026b93bd232629378b08db5 (diff) | |
download | poky-2d35828af073fcf7735234a03bd23d2f80f4c16e.tar.gz |
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.
(From OE-Core rev: 659b146ef51c4873c67f227bd39f2368c28a022b)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-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 \ | |||
9 | PROVIDES = "udev" | 9 | PROVIDES = "udev" |
10 | 10 | ||
11 | PE = "1" | 11 | PE = "1" |
12 | PR = "r2" | 12 | PR = "r4" |
13 | 13 | ||
14 | DEPENDS = "xz kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup tcp-wrappers glib-2.0 libgcrypt" | 14 | DEPENDS = "xz kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup tcp-wrappers glib-2.0 libgcrypt" |
15 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 15 | DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" |
@@ -65,6 +65,7 @@ EXTRA_OECONF = " --with-distro=${SYSTEMDDISTRO} \ | |||
65 | --enable-split-usr \ | 65 | --enable-split-usr \ |
66 | --disable-microhttpd \ | 66 | --disable-microhttpd \ |
67 | --without-python \ | 67 | --without-python \ |
68 | --with-sysvrcnd-path=${sysconfdir} \ | ||
68 | " | 69 | " |
69 | # uclibc does not have NSS | 70 | # uclibc does not have NSS |
70 | EXTRA_OECONF_append_libc-uclibc = " --disable-myhostname " | 71 | EXTRA_OECONF_append_libc-uclibc = " --disable-myhostname " |