summaryrefslogtreecommitdiffstats
path: root/package/dbus
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-04-28 23:40:46 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2010-05-02 23:26:27 +0200
commit593c18c0bb3577ebd153ed80edec345b1a2f1f14 (patch)
treedb63f779e0c654e71e579b9d62f75000f81080a5 /package/dbus
parentd2c73f5cf925baf1bcf99c1a187e2a846dd56f43 (diff)
downloadbuildroot-novena-593c18c0bb3577ebd153ed80edec345b1a2f1f14.tar.gz
buildroot-novena-593c18c0bb3577ebd153ed80edec345b1a2f1f14.zip
packages: remove useless HOST_*_LIBTOOL_PATCH
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/dbus')
-rw-r--r--package/dbus/dbus.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk
index a97fc02bc..e93738e35 100644
--- a/package/dbus/dbus.mk
+++ b/package/dbus/dbus.mk
@@ -7,7 +7,6 @@ DBUS_VERSION = 1.2.16
DBUS_SOURCE = dbus-$(DBUS_VERSION).tar.gz
DBUS_SITE = http://dbus.freedesktop.org/releases/dbus/
DBUS_LIBTOOL_PATCH = NO
-HOST_DBUS_LIBTOOL_PATCH = NO
DBUS_INSTALL_STAGING = YES
DBUS_INSTALL_TARGET = YES
ifeq ($(BR2_ENABLE_DEBUG),y)