summaryrefslogtreecommitdiffstats
path: root/package/dbus
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo.zacarias@free-electrons.com>2016-07-16 11:32:12 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-16 16:40:11 +0200
commitab173610fc51be27edca90337ef91b39c0c754db (patch)
tree1720d38bd3fbd1faba6a35105649506e5028ade0 /package/dbus
parent994b0307493df4d71677718104f2e617bd101317 (diff)
downloadbuildroot-ab173610fc51be27edca90337ef91b39c0c754db.tar.gz
buildroot-ab173610fc51be27edca90337ef91b39c0c754db.zip
dbus: disable bundled initscript
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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/dbus')
-rw-r--r--package/dbus/dbus.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
index 11c3d4e996..6064501210 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'
OpenPOWER on IntegriCloud