* [Buildroot] [PATCH] dbus: disable bundled initscript
@ 2016-07-16 14:32 gustavo.zacarias at free-electrons.com
2016-07-16 14:46 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: gustavo.zacarias at free-electrons.com @ 2016-07-16 14:32 UTC (permalink / raw)
To: buildroot
From: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
Otherwise it will install $(TARGET_DIR)/etc/rc.d/init.d/messagebus when
building on a redhat/fedora host.
Regardless of that we provide our own initscript.
Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
---
package/dbus/dbus.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
index 11c3d4e..6064501 100644
--- a/package/dbus/dbus.mk
+++ b/package/dbus/dbus.mk
@@ -32,7 +32,8 @@ DBUS_CONF_OPTS = \
--disable-dnotify \
--with-xml=expat \
--with-system-socket=/var/run/dbus/system_bus_socket \
- --with-system-pid-file=/var/run/messagebus.pid
+ --with-system-pid-file=/var/run/messagebus.pid \
+ --with-init-scripts=none
ifeq ($(BR2_STATIC_LIBS),y)
DBUS_CONF_OPTS += LIBS='-pthread'
--
2.7.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] dbus: disable bundled initscript
2016-07-16 14:32 [Buildroot] [PATCH] dbus: disable bundled initscript gustavo.zacarias at free-electrons.com
@ 2016-07-16 14:46 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-07-16 14:46 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 16 Jul 2016 11:32:12 -0300, gustavo.zacarias at free-electrons.com
wrote:
> From: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
>
> Otherwise it will install $(TARGET_DIR)/etc/rc.d/init.d/messagebus when
> building on a redhat/fedora host.
> Regardless of that we provide our own initscript.
>
> Signed-off-by: Gustavo Zacarias <gustavo.zacarias@free-electrons.com>
> ---
> package/dbus/dbus.mk | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-07-16 14:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-16 14:32 [Buildroot] [PATCH] dbus: disable bundled initscript gustavo.zacarias at free-electrons.com
2016-07-16 14:46 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox