mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-04 00:17:49 +00:00
connman: add ntp support, update to connman-0.62
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
43843fc391
commit
a56ba0d797
@ -4,6 +4,7 @@
|
||||
|
||||
cd $PKG_BUILD
|
||||
ac_cv_path_WPASUPPLICANT="/sbin/wpa_supplicant" \
|
||||
ac_cv_path_NTPD="/usr/sbin/ntpd" \
|
||||
./configure --host=$TARGET_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=/usr \
|
||||
|
@ -1,11 +1,11 @@
|
||||
PKG_NAME="connman"
|
||||
PKG_VERSION="0.61"
|
||||
PKG_VERSION="0.62"
|
||||
PKG_REV="1"
|
||||
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="glib dbus udev wpa_supplicant siglaunchd"
|
||||
PKG_DEPENDS="glib dbus udev wpa_supplicant ntp siglaunchd"
|
||||
PKG_BUILD_DEPENDS="toolchain glib dbus udev"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="network"
|
||||
|
Loading…
x
Reference in New Issue
Block a user