mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
connman: install test and setup scripts, fix dependencies
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3ba77ca650
commit
ddbb631ef3
@ -38,6 +38,9 @@ mkdir -p $INSTALL/etc/dbus-1/system.d
|
||||
mkdir -p $INSTALL/usr/bin
|
||||
cp -P $PKG_BUILD/client/cm $INSTALL/usr/bin
|
||||
|
||||
mkdir -p $INSTALL/usr/lib/connman
|
||||
cp -P $PKG_BUILD/test/* $INSTALL/usr/lib/connman
|
||||
|
||||
mkdir -p $INSTALL/usr/sbin
|
||||
cp -P $PKG_BUILD/src/connmand $INSTALL/usr/sbin
|
||||
|
||||
|
@ -25,7 +25,7 @@ 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.xz"
|
||||
PKG_DEPENDS="glib dbus systemd iptables wpa_supplicant ntp"
|
||||
PKG_DEPENDS="glib dbus systemd iptables wpa_supplicant ntp Python pygobject dbus-python"
|
||||
PKG_BUILD_DEPENDS="toolchain glib dbus systemd iptables"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="network"
|
||||
@ -34,7 +34,3 @@ PKG_LONGDESC="The ConnMan project provides a daemon for managing internet connec
|
||||
PKG_IS_ADDON="no"
|
||||
|
||||
PKG_AUTORECONF="yes"
|
||||
|
||||
if [ "$DEVTOOLS" = yes ]; then
|
||||
PKG_DEPENDS="$PKG_DEPENDS Python pygobject dbus-python"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user