connman: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:07:45 +01:00
parent 33b5a69f8c
commit 9213e8dc61

View File

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