aboutsummaryrefslogtreecommitdiff
path: root/utils/dbus
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2015-10-03 10:33:45 +0200
committerSteven Barth <steven@midlink.org>2015-10-03 10:33:45 +0200
commit1da4047ae99ab202184fc5131718a1895868d597 (patch)
tree24a3da5f00d53f6e0960d678550102f5fab20360 /utils/dbus
parent30f8ca7aded191b6f499cb27d8294b352bfd1ba4 (diff)
dbus: bump to 1.10.0
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'utils/dbus')
-rw-r--r--utils/dbus/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/utils/dbus/Makefile b/utils/dbus/Makefile
index 5fa70ba3c..15e34362e 100644
--- a/utils/dbus/Makefile
+++ b/utils/dbus/Makefile
@@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
# Make sure to also update the dbus-x package
PKG_NAME:=dbus
-PKG_VERSION:=1.9.20
+PKG_VERSION:=1.10.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://dbus.freedesktop.org/releases/dbus/
-PKG_MD5SUM:=d5a6f0467612054d3bc7361e42ac6ee9
+PKG_MD5SUM:=5af6297348107a906c8449817a728b3b
PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org>
PKG_LICENSE:=AFL-2.1
@@ -168,10 +168,10 @@ define Package/libdbus/install
endef
define Package/dbus/install
- $(INSTALL_DIR) $(1)/etc
+ $(INSTALL_DIR) $(1)/usr/share
$(CP) \
- $(PKG_INSTALL_DIR)/etc/dbus-1 \
- $(1)/etc/
+ $(PKG_INSTALL_DIR)/usr/share/dbus-1 \
+ $(1)/usr/share/
$(INSTALL_DIR) $(1)/usr/lib/dbus-1
$(INSTALL_BIN) \