* [PATCH] dbus 1.4.1: enable systemd support, but package systemd files seperately
@ 2011-05-26 9:09 Koen Kooi
2011-05-26 9:10 ` Koen Kooi
2011-05-26 10:03 ` Richard Purdie
0 siblings, 2 replies; 3+ messages in thread
From: Koen Kooi @ 2011-05-26 9:09 UTC (permalink / raw)
To: openembedded-core; +Cc: Koen Kooi
Systemd support in dbus only affects 'make install', so no changes for sysvinit based systems
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
---
meta/recipes-core/dbus/dbus.inc | 5 ++++-
meta/recipes-core/dbus/dbus_1.4.1.bb | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
index acf43d5..8275a1b 100644
--- a/meta/recipes-core/dbus/dbus.inc
+++ b/meta/recipes-core/dbus/dbus.inc
@@ -21,10 +21,12 @@ CONFFILES_${PN} = "${sysconfdir}/dbus-1/system.conf ${sysconfdir}/dbus-1/session
DEBIANNAME_${PN} = "dbus-1"
-PACKAGES =+ "${PN}-lib ${PN}-x11"
+PACKAGES =+ "${PN}-lib ${PN}-x11 ${PN}-systemd"
FILES_${PN}-x11 = "${bindir}/dbus-launch"
+FILES_${PN}-systemd = "${base_libdir}/systemd/system/"
+
FILES_${PN} = "${bindir}/dbus-daemon* \
${bindir}/dbus-uuidgen \
${bindir}/dbus-launch \
@@ -73,6 +75,7 @@ EXTRA_OECONF = "--disable-tests \
--disable-doxygen-docs \
--disable-libaudit \
--with-xml=expat \
+ --with-systemdsystemunitdir=${base_libdir}/systemd/system/ \
${EXTRA_OECONF_X}"
do_install() {
diff --git a/meta/recipes-core/dbus/dbus_1.4.1.bb b/meta/recipes-core/dbus/dbus_1.4.1.bb
index d1c59dc..00720fd 100644
--- a/meta/recipes-core/dbus/dbus_1.4.1.bb
+++ b/meta/recipes-core/dbus/dbus_1.4.1.bb
@@ -1,6 +1,6 @@
include dbus.inc
-PR = "r2"
+PR = "r3"
SRC_URI[md5sum] = "99cb057700c0455fb68f8d57902f77ac"
SRC_URI[sha256sum] = "caa1a0ded2d0f2e95c1d4ec7e3c8bd44834928c5b0ed41a7189963f3593983bd"
--
1.6.6.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] dbus 1.4.1: enable systemd support, but package systemd files seperately
2011-05-26 9:09 [PATCH] dbus 1.4.1: enable systemd support, but package systemd files seperately Koen Kooi
@ 2011-05-26 9:10 ` Koen Kooi
2011-05-26 10:03 ` Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2011-05-26 9:10 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
This one depends on the dbus-x11 change patchset sent earlier
Op 26 mei 2011, om 11:09 heeft Koen Kooi het volgende geschreven:
> Systemd support in dbus only affects 'make install', so no changes for sysvinit based systems
>
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
> ---
> meta/recipes-core/dbus/dbus.inc | 5 ++++-
> meta/recipes-core/dbus/dbus_1.4.1.bb | 2 +-
> 2 files changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-core/dbus/dbus.inc b/meta/recipes-core/dbus/dbus.inc
> index acf43d5..8275a1b 100644
> --- a/meta/recipes-core/dbus/dbus.inc
> +++ b/meta/recipes-core/dbus/dbus.inc
> @@ -21,10 +21,12 @@ CONFFILES_${PN} = "${sysconfdir}/dbus-1/system.conf ${sysconfdir}/dbus-1/session
>
> DEBIANNAME_${PN} = "dbus-1"
>
> -PACKAGES =+ "${PN}-lib ${PN}-x11"
> +PACKAGES =+ "${PN}-lib ${PN}-x11 ${PN}-systemd"
>
> FILES_${PN}-x11 = "${bindir}/dbus-launch"
>
> +FILES_${PN}-systemd = "${base_libdir}/systemd/system/"
> +
> FILES_${PN} = "${bindir}/dbus-daemon* \
> ${bindir}/dbus-uuidgen \
> ${bindir}/dbus-launch \
> @@ -73,6 +75,7 @@ EXTRA_OECONF = "--disable-tests \
> --disable-doxygen-docs \
> --disable-libaudit \
> --with-xml=expat \
> + --with-systemdsystemunitdir=${base_libdir}/systemd/system/ \
> ${EXTRA_OECONF_X}"
>
> do_install() {
> diff --git a/meta/recipes-core/dbus/dbus_1.4.1.bb b/meta/recipes-core/dbus/dbus_1.4.1.bb
> index d1c59dc..00720fd 100644
> --- a/meta/recipes-core/dbus/dbus_1.4.1.bb
> +++ b/meta/recipes-core/dbus/dbus_1.4.1.bb
> @@ -1,6 +1,6 @@
> include dbus.inc
>
> -PR = "r2"
> +PR = "r3"
>
> SRC_URI[md5sum] = "99cb057700c0455fb68f8d57902f77ac"
> SRC_URI[sha256sum] = "caa1a0ded2d0f2e95c1d4ec7e3c8bd44834928c5b0ed41a7189963f3593983bd"
> --
> 1.6.6.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] dbus 1.4.1: enable systemd support, but package systemd files seperately
2011-05-26 9:09 [PATCH] dbus 1.4.1: enable systemd support, but package systemd files seperately Koen Kooi
2011-05-26 9:10 ` Koen Kooi
@ 2011-05-26 10:03 ` Richard Purdie
1 sibling, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2011-05-26 10:03 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi
On Thu, 2011-05-26 at 11:09 +0200, Koen Kooi wrote:
> Systemd support in dbus only affects 'make install', so no changes for sysvinit based systems
>
> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-05-26 10:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-26 9:09 [PATCH] dbus 1.4.1: enable systemd support, but package systemd files seperately Koen Kooi
2011-05-26 9:10 ` Koen Kooi
2011-05-26 10:03 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox