From de9d29a293bb67e8c546dd8a9dd4d0acc3c21711 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:16:51 +0100 Subject: [PATCH] PyBluez: add autoreconf support Signed-off-by: Stephan Raue --- packages/python/system/PyBluez/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/python/system/PyBluez/meta b/packages/python/system/PyBluez/meta index e7fe4a9d69..44cd91b5d1 100644 --- a/packages/python/system/PyBluez/meta +++ b/packages/python/system/PyBluez/meta @@ -12,3 +12,5 @@ PKG_SECTION="python/system" PKG_SHORTDESC="PyBluez: an effort to create python wrappers around system Bluetooth resources" PKG_LONGDESC="PyBluez is an effort to create python wrappers around system Bluetooth resources to allow Python developers to easily and quickly create Bluetooth applications." PKG_IS_ADDON="no" + +PKG_AUTORECONF="no"