connman: depend only on libnl(-2.0) not libnl2(-2.0)
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 18 Mar 2011 13:29:32 +0000 (14:29 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Thu, 24 Mar 2011 10:18:24 +0000 (11:18 +0100)
Acked-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/connman/connman.inc
recipes/connman/connman_0.46.bb
recipes/connman/connman_0.51.bb
recipes/connman/connman_0.65.bb
recipes/connman/connman_0.68.bb
recipes/connman/connman_git.bb

index e25d64a..7306b1b 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php"
 SECTION = "libs/network"
 LICENSE = "GPL"
 # we need to define the depends here, the dynamic stuff is too late
-DEPENDS  = "libnl2 wpa-supplicant dbus glib-2.0 ppp busybox dhclient resolvconf bluez4"
+DEPENDS  = "libnl wpa-supplicant dbus glib-2.0 ppp busybox dhclient resolvconf bluez4"
 
 EXTRA_OECONF += "\
     ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \
index a7bf286..1f1df9c 100644 (file)
@@ -1,5 +1,5 @@
 require connman.inc
-PR = "r5"
+PR = "r6"
 
 EXTRA_OECONF += "\
   --disable-gtk-doc \
index f1c5003..036a710 100644 (file)
@@ -1,5 +1,5 @@
 require connman.inc
-PR = "r1"
+PR = "r2"
 
 EXTRA_OECONF += "\
   --disable-gtk-doc \
index 78e4287..880d775 100644 (file)
@@ -1,7 +1,7 @@
 require connman.inc
 # connman requires libXtables now
 DEPENDS += "iptables"
-PR = "r0"
+PR = "r1"
 
 EXTRA_OECONF += "\
   --disable-gtk-doc \
index ead215d..093a5a5 100644 (file)
@@ -1,7 +1,7 @@
 require connman.inc
 # connman requires libXtables now
 DEPENDS += "iptables"
-PR = "r1"
+PR = "r2"
 
 EXTRA_OECONF += "\
   --disable-gtk-doc \
index 39ffac6..283eb6b 100644 (file)
@@ -27,7 +27,7 @@ require connman.inc
 SRCREV = "1a94db417ecaba20a609ff4b4431a3f67c5dcbc6" 
 
 PV = "0.42+git"
-PR = "r2"
+PR = "r3"
 PR_append = ".gitr${SRCREV}"
 
 DEFAULT_PREFERENCE = "-1"