mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-05 17:07:49 +00:00
connman: dont build tools and test applets
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
02a1bed093
commit
39b19b26fc
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user