[oe-commits] Denis 'GNUtoo' Carikli : connman: convert to INC_PR

git version control git at git.openembedded.org
Wed Jun 15 20:06:37 UTC 2011


Module: openembedded.git
Branch: org.openembedded.dev
Commit: cd6bb9f47f7f05c51144d3da55ae03db09479d83
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=cd6bb9f47f7f05c51144d3da55ae03db09479d83

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Wed Jun 15 21:43:39 2011 +0200

connman: convert to INC_PR

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>

---

 recipes/connman/connman.inc     |    2 ++
 recipes/connman/connman_0.46.bb |    3 ++-
 recipes/connman/connman_0.51.bb |    2 +-
 recipes/connman/connman_0.65.bb |    2 +-
 recipes/connman/connman_0.68.bb |    2 +-
 recipes/connman/connman_0.72.bb |    2 +-
 recipes/connman/connman_0.73.bb |    2 +-
 recipes/connman/connman_git.bb  |    2 +-
 8 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/recipes/connman/connman.inc b/recipes/connman/connman.inc
index 673d509..3ec7a22 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 1f1df9c..b60d58b 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 036a710..fdd24a6 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 880d775..ed6aa4f 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 093a5a5..80ceef0 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 de0ce55..0983463 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 a0c21b6..3edd4d4 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 283eb6b..ac74f40 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"





More information about the Openembedded-commits mailing list