From: Steven Barth Date: Sat, 3 Oct 2015 08:33:45 +0000 (+0200) Subject: dbus: bump to 1.10.0 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1da4047ae99ab202184fc5131718a1895868d597;p=openwrt-packages.git dbus: bump to 1.10.0 Signed-off-by: Steven Barth --- 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 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) \