From da12dbb162ebfae00e03f4c8800740cb4e156ed6 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:16:51 +0100 Subject: [PATCH] dbus-python: add autoreconf support Signed-off-by: Stephan Raue --- packages/python/system/dbus-python/build | 1 - packages/python/system/dbus-python/meta | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/python/system/dbus-python/build b/packages/python/system/dbus-python/build index d00f9a32fa..8cd121f3a2 100755 --- a/packages/python/system/dbus-python/build +++ b/packages/python/system/dbus-python/build @@ -5,7 +5,6 @@ PYTHON_LIBDIR="`ls -d $SYSROOT_PREFIX/usr/lib/python*`" cd $PKG_BUILD - ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ --prefix=/usr \ diff --git a/packages/python/system/dbus-python/meta b/packages/python/system/dbus-python/meta index 14f4180822..feee211aee 100644 --- a/packages/python/system/dbus-python/meta +++ b/packages/python/system/dbus-python/meta @@ -12,3 +12,5 @@ PKG_SECTION="python/system" PKG_SHORTDESC="dbus-python: A message bus system" PKG_LONGDESC="D-BUS is a message bus, used for sending messages between applications. Conceptually, it fits somewhere in between raw sockets and CORBA in terms of complexity. D-BUS supports broadcast messages, asynchronous messages (thus decreasing latency), authentication, and more. It is designed to be low-overhead; messages are sent using a binary protocol, not using XML. D-BUS also supports a method call mapping for its messages, but it is not required; this makes using the system quite simple." PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"