* [PATCH] systemd_197.bb: Point to the place where we keep the /etc/rcN.d files
@ 2013-02-07 19:39 Holger Hans Peter Freyther
2013-02-08 11:09 ` Burton, Ross
0 siblings, 1 reply; 3+ messages in thread
From: Holger Hans Peter Freyther @ 2013-02-07 19:39 UTC (permalink / raw)
To: openembedded-core
By default /etc/rc.d is searched by systemd but we will keep rcN.d directories
inside /etc.
---
meta/recipes-core/systemd/systemd_197.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb
index 48188ba..d55206b 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 "
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* [PATCH] systemd_197.bb: Point to the place where we keep the /etc/rcN.d files
@ 2013-02-07 11:35 Holger Hans Peter Freyther
0 siblings, 0 replies; 3+ messages in thread
From: Holger Hans Peter Freyther @ 2013-02-07 11:35 UTC (permalink / raw)
To: openembedded-core; +Cc: Holger Hans Peter Freyther
By default /etc/rc.d is searched by systemd but we will keep rcN.d directories
inside /etc.
---
meta/recipes-core/systemd/systemd_197.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb
index 48188ba..d55206b 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 "
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-02-08 11:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-07 19:39 [PATCH] systemd_197.bb: Point to the place where we keep the /etc/rcN.d files Holger Hans Peter Freyther
2013-02-08 11:09 ` Burton, Ross
-- strict thread matches above, loose matches on Subject: below --
2013-02-07 11:35 Holger Hans Peter Freyther
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.