aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hal
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-01-14 13:59:59 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2011-01-14 16:35:43 -0200
commit3e299ddd4fb5a23995c71895949d2306e44e11b2 (patch)
treeda92651fed6885c89afb0504722c8299f41839ed /recipes/hal
parenteb888ab88687b6f5e0753836d118588cc39fc392 (diff)
downloadopenembedded-3e299ddd4fb5a23995c71895949d2306e44e11b2.tar.gz
hal: use INC_PR
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/hal')
-rw-r--r--recipes/hal/hal.inc2
-rw-r--r--recipes/hal/hal_0.5.11.bb2
-rw-r--r--recipes/hal/hal_0.5.12.bb2
-rw-r--r--recipes/hal/hal_0.5.14+git.bb2
-rw-r--r--recipes/hal/hal_0.5.9.bb2
5 files changed, 6 insertions, 4 deletions
diff --git a/recipes/hal/hal.inc b/recipes/hal/hal.inc
index 8e9e3449ef..d28436d1ba 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 315570bf07..dab8f7bb11 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 e18556e48e..d1aa150f3e 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 8d0d34dae8..5e2a5d0f09 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 310a293edb..4599a183f6 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"