aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-06-15 21:43:39 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-06-15 22:04:00 +0200
commitcd6bb9f47f7f05c51144d3da55ae03db09479d83 (patch)
tree9d80588d9b1fca9f0aba7e1e7c59824b16c7e661
parent821f47e170dddabaef3925fd62c5423210dcb363 (diff)
downloadopenembedded-cd6bb9f47f7f05c51144d3da55ae03db09479d83.tar.gz
connman: convert to INC_PR
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
-rw-r--r--recipes/connman/connman.inc2
-rw-r--r--recipes/connman/connman_0.46.bb3
-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_0.72.bb2
-rw-r--r--recipes/connman/connman_0.73.bb2
-rw-r--r--recipes/connman/connman_git.bb2
8 files changed, 10 insertions, 7 deletions
diff --git a/recipes/connman/connman.inc b/recipes/connman/connman.inc
index 673d5090b2..3ec7a22fdb 100644
--- a/recipes/connman/connman.inc
+++ b/recipes/connman/connman.inc
@@ -5,6 +5,8 @@ LICENSE = "GPL"
# we need to define the depends here, the dynamic stuff is too late
DEPENDS = "libnl wpa-supplicant dbus glib-2.0 ppp busybox dhclient resolvconf bluez4"
+INC_PR = "r7"
+
EXTRA_OECONF += "\
ac_cv_path_WPASUPPLICANT=/usr/sbin/wpa_supplicant \
ac_cv_path_DHCLIENT=/sbin/dhclient \
diff --git a/recipes/connman/connman_0.46.bb b/recipes/connman/connman_0.46.bb
index 1f1df9cba2..b60d58b90a 100644
--- a/recipes/connman/connman_0.46.bb
+++ b/recipes/connman/connman_0.46.bb
@@ -1,5 +1,6 @@
require connman.inc
-PR = "r6"
+
+PR = "${INC_PR}.0"
EXTRA_OECONF += "\
--disable-gtk-doc \
diff --git a/recipes/connman/connman_0.51.bb b/recipes/connman/connman_0.51.bb
index 036a710939..fdd24a6366 100644
--- a/recipes/connman/connman_0.51.bb
+++ b/recipes/connman/connman_0.51.bb
@@ -1,5 +1,5 @@
require connman.inc
-PR = "r2"
+PR = "${INC_PR}.0"
EXTRA_OECONF += "\
--disable-gtk-doc \
diff --git a/recipes/connman/connman_0.65.bb b/recipes/connman/connman_0.65.bb
index 880d775f3e..ed6aa4fffa 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 = "r1"
+PR = "${INC_PR}.0"
EXTRA_OECONF += "\
--disable-gtk-doc \
diff --git a/recipes/connman/connman_0.68.bb b/recipes/connman/connman_0.68.bb
index 093a5a5f5b..80ceef0ca3 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 = "r2"
+PR = "${INC_PR}.0"
EXTRA_OECONF += "\
--disable-gtk-doc \
diff --git a/recipes/connman/connman_0.72.bb b/recipes/connman/connman_0.72.bb
index de0ce55523..0983463aa8 100644
--- a/recipes/connman/connman_0.72.bb
+++ b/recipes/connman/connman_0.72.bb
@@ -1,7 +1,7 @@
require connman.inc
# connman requires libXtables now
DEPENDS += "iptables"
-PR = "r1"
+PR = "${INC_PR}.0"
EXTRA_OECONF += "\
--disable-gtk-doc \
diff --git a/recipes/connman/connman_0.73.bb b/recipes/connman/connman_0.73.bb
index a0c21b6eee..3edd4d46fa 100644
--- a/recipes/connman/connman_0.73.bb
+++ b/recipes/connman/connman_0.73.bb
@@ -1,7 +1,7 @@
require connman.inc
# connman requires libXtables now
DEPENDS += "iptables"
-PR = "r2"
+PR = "${INC_PR}.0"
EXTRA_OECONF += "\
--disable-gtk-doc \
diff --git a/recipes/connman/connman_git.bb b/recipes/connman/connman_git.bb
index 283eb6befd..ac74f40352 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 = "r3"
+PR = "${INC_PR}.0"
PR_append = ".gitr${SRCREV}"
DEFAULT_PREFERENCE = "-1"