connman: update to connman-160a24b

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-04-11 10:50:59 +02:00
parent 46d8ef4550
commit b0680ffde9
2 changed files with 6 additions and 3 deletions

View File

@ -29,6 +29,9 @@ mkdir -p $INSTALL/etc
cp $PKG_DIR/config/services $INSTALL/etc cp $PKG_DIR/config/services $INSTALL/etc
cp $PKG_DIR/config/resolv.conf $INSTALL/etc cp $PKG_DIR/config/resolv.conf $INSTALL/etc
mkdir -p $INSTALL/etc/connman
cp $PKG_BUILD/src/main.conf $INSTALL/etc/connman
mkdir -p $INSTALL/etc/dbus-1/system.d mkdir -p $INSTALL/etc/dbus-1/system.d
cp $PKG_BUILD/src/connman.conf $INSTALL/etc/dbus-1/system.d cp $PKG_BUILD/src/connman.conf $INSTALL/etc/dbus-1/system.d

View File

@ -19,13 +19,13 @@
################################################################################ ################################################################################
PKG_NAME="connman" PKG_NAME="connman"
PKG_VERSION="0.72" PKG_VERSION="160a24b"
PKG_REV="1" PKG_REV="1"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.connman.net" PKG_SITE="http://www.connman.net"
PKG_URL="http://www.kernel.org/pub/linux/network/connman/$PKG_NAME-$PKG_VERSION.tar.bz2" #PKG_URL="http://www.kernel.org/pub/linux/network/connman/$PKG_NAME-$PKG_VERSION.tar.bz2"
#PKG_URL="$OPENELEC_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2" PKG_URL="$OPENELEC_SRC/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS="glib dbus udev iptables wpa_supplicant ntp netstatus" PKG_DEPENDS="glib dbus udev iptables wpa_supplicant ntp netstatus"
PKG_BUILD_DEPENDS="toolchain glib dbus udev iptables" PKG_BUILD_DEPENDS="toolchain glib dbus udev iptables"
PKG_PRIORITY="optional" PKG_PRIORITY="optional"