[Lunar-commits] <moonbase-other> connman: Version bump to 1.6 and removing the POST_INSTALL until I come up

Dennis Veatch stumbles at lunar-linux.org
Tue Sep 4 13:38:20 CEST 2012


commit d281007bc026edc527c6f6f089eed4ff5feda281
Author: Dennis Veatch <stumbles at lunar-linux.org>
Date: Tue, 04 Sep 2012 04:38:20 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/d281007bc026edc527c6f6f089eed4ff5feda281

connman: Version bump to 1.6 and removing the POST_INSTALL until I come up

with something better. Till then just

/usr/lib/connman/test/test-connman enable wifi/bluetooth/ethernet as needed.
---
  net/connman/DETAILS      | +3/-3     
  net/connman/POST_INSTALL | +0/-6     
  2 files changed, 3 insertions(+), 9 deletions(-)

--- a/net/connman/DETAILS
+++ b/net/connman/DETAILS
@@ -1,12 +1,12 @@
           MODULE=connman
-         VERSION=1.0
+         VERSION=1.6
           SOURCE=${MODULE}-${VERSION}.tar.bz2
       SOURCE_URL=http://www.kernel.org/pub/linux/network/connman/
-      SOURCE_VFY=sha1:fd72f4f9b5bf9682e6d2a53e6adba5a042191b22
+      SOURCE_VFY=sha1:d84c10ea5d81aa6c5766b92db545d7130502f9ce
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
         WEB_SITE="http://connman.net/"
          ENTERED=20110202
-         UPDATED=20120515
+         UPDATED=20120904
            SHORT="Fast and moduler network connection manager."
 cat << EOF
 The ConnMan project provides a daemon for managing internet connections
--- a/net/connman/POST_INSTALL
+++ /dev/null
@@ -1,6 +0,0 @@
-if /usr/lib/connman/test/get-state | grep -qi "System is online" ; then
-    message "System is online"
-  else
-    /usr/lib/connman/test/test-connman enable wifi
-    /usr/lib/connman/test/test-connman enable ethernet
-fi




More information about the Lunar-commits mailing list