aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/connman
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-03-18 14:29:32 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-03-24 11:18:24 +0100
commit01c72f4329f299366b7d26f406be818d10e83105 (patch)
tree5e4f91eda8b58d85dad7af6e5dacd38075694d0b /recipes/connman
parent0e0571dc762464fc5e91047359262b45d91cc504 (diff)
downloadopenembedded-01c72f4329f299366b7d26f406be818d10e83105.tar.gz
connman: depend only on libnl(-2.0) not libnl2(-2.0)
Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/connman')
-rw-r--r--recipes/connman/connman.inc2
-rw-r--r--recipes/connman/connman_0.46.bb2
-rw-r--r--recipes/connman/connman_0.51.bb2
-rw-r--r--recipes/connman/connman_0.65.bb2
-rw-r--r--recipes/connman/connman_0.68.bb2
-rw-r--r--recipes/connman/connman_git.bb2
6 files changed, 6 insertions, 6 deletions
diff --git a/recipes/connman/connman.inc b/recipes/connman/connman.inc
index e25d64a98d..7306b1b805 100644
--- a/recipes/connman/connman.inc
+++ b/recipes/connman/connman.inc
@@ -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 \
diff --git a/recipes/connman/connman_0.46.bb b/recipes/connman/connman_0.46.bb
index a7bf286720..1f1df9cba2 100644
--- a/recipes/connman/connman_0.46.bb
+++ b/recipes/connman/connman_0.46.bb
@@ -1,5 +1,5 @@
require connman.inc
-PR = "r5"
+PR = "r6"
EXTRA_OECONF += "\
--disable-gtk-doc \
diff --git a/recipes/connman/connman_0.51.bb b/recipes/connman/connman_0.51.bb
index f1c50038b8..036a710939 100644
--- a/recipes/connman/connman_0.51.bb
+++ b/recipes/connman/connman_0.51.bb
@@ -1,5 +1,5 @@
require connman.inc
-PR = "r1"
+PR = "r2"
EXTRA_OECONF += "\
--disable-gtk-doc \
diff --git a/recipes/connman/connman_0.65.bb b/recipes/connman/connman_0.65.bb
index 78e42875d8..880d775f3e 100644
--- a/recipes/connman/connman_0.65.bb
+++ b/recipes/connman/connman_0.65.bb
@@ -1,7 +1,7 @@
require connman.inc
# connman requires libXtables now
DEPENDS += "iptables"
-PR = "r0"
+PR = "r1"
EXTRA_OECONF += "\
--disable-gtk-doc \
diff --git a/recipes/connman/connman_0.68.bb b/recipes/connman/connman_0.68.bb
index ead215d315..093a5a5f5b 100644
--- a/recipes/connman/connman_0.68.bb
+++ b/recipes/connman/connman_0.68.bb
@@ -1,7 +1,7 @@
require connman.inc
# connman requires libXtables now
DEPENDS += "iptables"
-PR = "r1"
+PR = "r2"
EXTRA_OECONF += "\
--disable-gtk-doc \
diff --git a/recipes/connman/connman_git.bb b/recipes/connman/connman_git.bb
index 39ffac652b..283eb6befd 100644
--- a/recipes/connman/connman_git.bb
+++ b/recipes/connman/connman_git.bb
@@ -27,7 +27,7 @@ require connman.inc
SRCREV = "1a94db417ecaba20a609ff4b4431a3f67c5dcbc6"
PV = "0.42+git"
-PR = "r2"
+PR = "r3"
PR_append = ".gitr${SRCREV}"
DEFAULT_PREFERENCE = "-1"