Signed-off-by: Martin Jansa <[email protected]> --- recipes/connman/connman.inc | 2 +- recipes/connman/connman_0.46.bb | 2 +- recipes/connman/connman_0.51.bb | 2 +- recipes/connman/connman_0.65.bb | 2 +- recipes/connman/connman_0.68.bb | 2 +- recipes/connman/connman_git.bb | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/recipes/connman/connman.inc b/recipes/connman/connman.inc index e25d64a..7306b1b 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 a7bf286..1f1df9c 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 f1c5003..036a710 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 78e4287..880d775 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 ead215d..093a5a5 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 39ffac6..283eb6b 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" -- 1.7.4.1 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
