[oe-commits] Otavio Salvador : hal: use INC_PR

git version control git at git.openembedded.org
Fri Jan 14 18:38:55 UTC 2011


Module: openembedded.git
Branch: master
Commit: 3e299ddd4fb5a23995c71895949d2306e44e11b2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3e299ddd4fb5a23995c71895949d2306e44e11b2

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Fri Jan 14 13:59:59 2011 -0200

hal: use INC_PR

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

---

 recipes/hal/hal.inc           |    2 ++
 recipes/hal/hal_0.5.11.bb     |    2 +-
 recipes/hal/hal_0.5.12.bb     |    2 +-
 recipes/hal/hal_0.5.14+git.bb |    2 +-
 recipes/hal/hal_0.5.9.bb      |    2 +-
 5 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/recipes/hal/hal.inc b/recipes/hal/hal.inc
index 8e9e344..d28436d 100644
--- a/recipes/hal/hal.inc
+++ b/recipes/hal/hal.inc
@@ -3,6 +3,8 @@ HOMEPAGE = "http://freedesktop.org/Software/hal"
 SECTION = "unknown"
 LICENSE = "GPL LGPL AFL"
 
+INC_PR = "r10"
+
 SRC_URI = "http://hal.freedesktop.org/releases/hal-${PV}.tar.gz"
 
 S = "${WORKDIR}/hal-${PV}"
diff --git a/recipes/hal/hal_0.5.11.bb b/recipes/hal/hal_0.5.11.bb
index 315570b..dab8f7b 100644
--- a/recipes/hal/hal_0.5.11.bb
+++ b/recipes/hal/hal_0.5.11.bb
@@ -1,6 +1,6 @@
 require hal.inc
 
-PR = "r6"
+PR = "${INC_PR}.1"
 
 SRC_URI += " file://hal-right-input-h.patch \
              file://fix-configure.diff \
diff --git a/recipes/hal/hal_0.5.12.bb b/recipes/hal/hal_0.5.12.bb
index e18556e..d1aa150 100644
--- a/recipes/hal/hal_0.5.12.bb
+++ b/recipes/hal/hal_0.5.12.bb
@@ -2,7 +2,7 @@ require hal.inc
 
 DEFAULT_PREFERENCE = "-1"
 
-PR = "r1"
+PR = "${INC_PR}.1"
 
 # The following code finds the right linux/input.h,
 # which also works with external-toolchain/SDK
diff --git a/recipes/hal/hal_0.5.14+git.bb b/recipes/hal/hal_0.5.14+git.bb
index 8d0d34d..5e2a5d0 100644
--- a/recipes/hal/hal_0.5.14+git.bb
+++ b/recipes/hal/hal_0.5.14+git.bb
@@ -8,7 +8,7 @@ SRC_URI = "git://anongit.freedesktop.org/hal/;protocol=git \
 SRCREV = "6dccf8e3ad181e8f56b1d2a994ec50a1953a1c2d"
 
 PV = "0.5.14"
-PR = "r2"
+PR = "${INC_PR}.1"
 PR_append = "+gitr${SRCREV}"
 
 S = "${WORKDIR}/git"
diff --git a/recipes/hal/hal_0.5.9.bb b/recipes/hal/hal_0.5.9.bb
index 310a293..4599a18 100644
--- a/recipes/hal/hal_0.5.9.bb
+++ b/recipes/hal/hal_0.5.9.bb
@@ -1,5 +1,5 @@
 require hal.inc
-PR = "r9"
+PR = "${INC_PR}.1"
 
 
 SRC_URI[md5sum] = "a6f532770cf9286e1de38d6570cbc6bc"





More information about the Openembedded-commits mailing list