dbus: bump to 1.10.0

Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
Steven Barth 2015-10-03 10:33:45 +02:00
parent 30f8ca7ade
commit 1da4047ae9
1 changed files with 5 additions and 5 deletions

View File

@ -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) \