Update dbus to version 1.2.16

Signed-off-by: Jean-Christian de Rivaz <jc@eclis.ch>
This commit is contained in:
Jean-Christian de Rivaz 2009-08-08 01:01:49 +02:00 committed by Thomas Petazzoni
parent 7ad7a89244
commit 3de4ce5b32
1 changed files with 2 additions and 1 deletions

View File

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