diff options
author | Steven Barth <steven@midlink.org> | 2014-12-17 10:33:11 +0100 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2014-12-17 10:33:11 +0100 |
commit | c6b61a828b18eb56955dfc119feaa36812ce0c80 (patch) | |
tree | d8e87cb9b50c93e81a987bba4907fc85ae3c83c3 /utils | |
parent | ad60b567be210b19d0e77f610dc80cf2f94e8f35 (diff) |
dbus: update to 1.9.4
Signed-off-by: Steven Barth <steven@midlink.org>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/dbus/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/utils/dbus/Makefile b/utils/dbus/Makefile index 996369512..0a0de2a95 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.8.8 +PKG_VERSION:=1.9.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://dbus.freedesktop.org/releases/dbus/ -PKG_MD5SUM:=b9f4a18ee3faa1e07c04aa1d83239c43 +PKG_MD5SUM:=beee7886e478911ff942a80e4afec303 PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org> PKG_LICENSE:=AFL-2.1 @@ -47,7 +47,6 @@ define Package/libdbus $(call Package/dbus/Default) CATEGORY:=Libraries TITLE+= (library) - DEPENDS:= +librt endef define Package/libdbus/Description |