diff options
Diffstat (limited to 'package/dbus/Makefile')
-rw-r--r-- | package/dbus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/dbus/Makefile b/package/dbus/Makefile index 6bb63c302..4dcb4067b 100644 --- a/package/dbus/Makefile +++ b/package/dbus/Makefile @@ -6,11 +6,11 @@ include ${TOPDIR}/rules.mk PKG_NAME:= dbus PKG_VERSION:= 1.2.16 PKG_RELEASE:= 1 -PKG_BUILDDEP+= expat PKG_MD5SUM:= c7a47b851ebe02f6726b65b78d1b730b PKG_DESCR:= DBUS library PKG_SECTION:= net PKG_DEPENDS:= libexpat +PKG_BUILDDEP+= expat PKG_URL:= http://dbus.freedesktop.org PKG_SITES:= http://dbus.freedesktop.org/releases/dbus/ ifeq ($(ADK_STATIC),y) |