connman: dont build tools and test applets

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-27 13:58:21 +02:00
parent 02a1bed093
commit 39b19b26fc
3 changed files with 4 additions and 19 deletions

View File

@ -32,8 +32,8 @@ cd $PKG_BUILD
--enable-ntpd \
--disable-polkit \
--enable-client \
--enable-tools \
--enable-test \
--disable-tools \
--disable-test \
--disable-fake \
--disable-capng \
--enable-udev \

View File

@ -13,18 +13,3 @@ mkdir -p $INSTALL/usr/lib/connman/plugins
mkdir -p $INSTALL/usr/sbin
cp -P $PKG_BUILD/src/connmand $INSTALL/usr/sbin
if [ "$DEVTOOLS" = yes ]; then
mkdir -p $INSTALL/usr/bin/connman
cp $PKG_BUILD/tools/addr-test $INSTALL/usr/bin/connman
cp $PKG_BUILD/tools/dbus-test $INSTALL/usr/bin/connman
cp $PKG_BUILD/tools/polkit-test $INSTALL/usr/bin/connman
cp $PKG_BUILD/tools/portal-test $INSTALL/usr/bin/connman
cp $PKG_BUILD/tools/resolv-test $INSTALL/usr/bin/connman
cp $PKG_BUILD/tools/supplicant-test $INSTALL/usr/bin/connman
cp $PKG_BUILD/tools/tap-test $INSTALL/usr/bin/connman
cp $PKG_BUILD/tools/wifi-scan $INSTALL/usr/bin/connman
mkdir -p $INSTALL/usr/lib/connman/test
cp $PKG_BUILD/test/* $INSTALL/usr/lib/connman/test
fi

View File

@ -5,8 +5,8 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.connman.net"
PKG_URL="http://www.kernel.org/pub/linux/network/connman/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="libnl iptables dbus udev Python dbus-python pygobject wpa_supplicant"
PKG_BUILD_DEPENDS="toolchain libnl iptables dbus udev"
PKG_DEPENDS="glib dbus udev wpa_supplicant"
PKG_BUILD_DEPENDS="toolchain glib dbus udev"
PKG_PRIORITY="optional"
PKG_SECTION="network"
PKG_SHORTDESC="connman: Network manager daemon"