summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-11-05 20:24:17 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-11-05 20:36:56 +0100
commit0123e33a11779a574c80f162eb04b566ec1f9dc6 (patch)
tree18e28ae5d7af3682f9745c9db92d7a42962417a3
parent8803ac095a32576a76411b38220f14e1409cd10c (diff)
downloadbuildroot-0123e33a11779a574c80f162eb04b566ec1f9dc6.tar.gz
buildroot-0123e33a11779a574c80f162eb04b566ec1f9dc6.zip
dbus: bump to version 1.12.0
Remove --enable-abstract-sockets; dropped upstream. Remove ac_cv_have_abstract_sockets that is dropped as well. Remove --disable-selinux; we handle selinux as an optional dependency below. Remove --{enable,disable}-dnotify; this options has been removed in version 1.7.6, broken since 2010. Remove --with-init-scripts; dropped upstream. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/dbus/dbus.hash4
-rw-r--r--package/dbus/dbus.mk11
2 files changed, 4 insertions, 11 deletions
diff --git a/package/dbus/dbus.hash b/package/dbus/dbus.hash
index b174391c13..df1891b6d8 100644
--- a/package/dbus/dbus.hash
+++ b/package/dbus/dbus.hash
@@ -1,5 +1,5 @@
# Locally calculated after checking pgp signature
-# https://dbus.freedesktop.org/releases/dbus/dbus-1.10.24.tar.gz.asc
-sha256 71184eb27638e224579ffa998e88f01d0f1fef17a7811406e53350735eaecd1b dbus-1.10.24.tar.gz
+# https://dbus.freedesktop.org/releases/dbus/dbus-1.12.0.tar.gz.asc
+sha256 39af0d9267391434b549c5c4adc001b735518c96f7630c3fe7162af1d13ef3c0 dbus-1.12.0.tar.gz
# Locally calculated
sha256 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1 COPYING
diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
index 6fa04962ba..56a54e309c 100644
--- a/package/dbus/dbus.mk
+++ b/package/dbus/dbus.mk
@@ -4,7 +4,7 @@
#
################################################################################
-DBUS_VERSION = 1.10.24
+DBUS_VERSION = 1.12.0
DBUS_SITE = https://dbus.freedesktop.org/releases/dbus
DBUS_LICENSE = AFL-2.1 or GPL-2.0+ (library, tools), GPL-2.0+ (tools)
DBUS_LICENSE_FILES = COPYING
@@ -20,20 +20,15 @@ endef
DBUS_DEPENDENCIES = host-pkgconf expat
-DBUS_CONF_ENV = ac_cv_have_abstract_sockets=yes
DBUS_CONF_OPTS = \
--with-dbus-user=dbus \
--disable-tests \
--disable-asserts \
- --enable-abstract-sockets \
- --disable-selinux \
--disable-xml-docs \
--disable-doxygen-docs \
- --disable-dnotify \
--with-xml=expat \
--with-system-socket=/var/run/dbus/system_bus_socket \
- --with-system-pid-file=/var/run/messagebus.pid \
- --with-init-scripts=none
+ --with-system-pid-file=/var/run/messagebus.pid
ifeq ($(BR2_STATIC_LIBS),y)
DBUS_CONF_OPTS += LIBS='-pthread'
@@ -109,11 +104,9 @@ HOST_DBUS_CONF_OPTS = \
--with-dbus-user=dbus \
--disable-tests \
--disable-asserts \
- --enable-abstract-sockets \
--disable-selinux \
--disable-xml-docs \
--disable-doxygen-docs \
- --enable-dnotify \
--without-x \
--with-xml=expat
OpenPOWER on IntegriCloud