From 9213e8dc618fc5106f41c9ace273689af5bb13ae Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:07:45 +0100 Subject: [PATCH] connman: add autoreconf support Signed-off-by: Stephan Raue --- packages/network/connman/meta | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/network/connman/meta b/packages/network/connman/meta index bcae24f1aa..c4f9375f12 100644 --- a/packages/network/connman/meta +++ b/packages/network/connman/meta @@ -13,6 +13,8 @@ PKG_SHORTDESC="connman: Network manager daemon" PKG_LONGDESC="The ConnMan project provides a daemon for managing internet connections within embedded devices running the Linux operating system. The Connection Manager is designed to be slim and to use as few resources as possible, so it can be easily integrated. It is a fully modular system that can be extended, through plug-ins, to support all kinds of wired or wireless technologies. Also, configuration methods, like DHCP and domain name resolving, are implemented using plug-ins. The plug-in approach allows for easy adaption and modification for various use cases." PKG_IS_ADDON="no" +PKG_AUTORECONF="yes" + if [ "$DEVTOOLS" = yes ]; then PKG_DEPENDS="$PKG_DEPENDS Python pygobject dbus-python" fi