summaryrefslogtreecommitdiffstats
path: root/package/dbus
diff options
context:
space:
mode:
authorJean-Christian de Rivaz <jc@eclis.ch>2009-08-08 01:01:49 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-08-08 19:07:21 +0200
commit3de4ce5b32758cc35a443afff0728316d31fd953 (patch)
treec624fcdb160ce33d197758c302b55830c885f204 /package/dbus
parent7ad7a89244366bd05452689088269a2068b45023 (diff)
downloadbuildroot-novena-3de4ce5b32758cc35a443afff0728316d31fd953.tar.gz
buildroot-novena-3de4ce5b32758cc35a443afff0728316d31fd953.zip
Update dbus to version 1.2.16
Signed-off-by: Jean-Christian de Rivaz <jc@eclis.ch>
Diffstat (limited to 'package/dbus')
-rw-r--r--package/dbus/dbus.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
index 7326b419b..dd11677e0 100644
--- a/package/dbus/dbus.mk
+++ b/package/dbus/dbus.mk
@@ -3,9 +3,10 @@
# dbus
#
#############################################################
-DBUS_VERSION = 1.2.12
+DBUS_VERSION = 1.2.16
DBUS_SOURCE = dbus-$(DBUS_VERSION).tar.gz
DBUS_SITE = http://dbus.freedesktop.org/releases/dbus/
+DBUS_LIBTOOL_PATCH = NO
DBUS_INSTALL_STAGING = YES
DBUS_INSTALL_TARGET = YES
ifeq ($(BR2_ENABLE_DEBUG),y)