From 3e299ddd4fb5a23995c71895949d2306e44e11b2 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 14 Jan 2011 13:59:59 -0200 Subject: [PATCH] hal: use INC_PR Signed-off-by: Otavio Salvador --- 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 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" -- 2.39.5