diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-22 15:02:36 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-23 10:26:18 +0300 |
commit | 72beffecc9acb05e8426c3ba7f41693074fd473a (patch) | |
tree | 8bf8802adb5791ef322833ba9f69a2c361026f77 /recipes/acpid | |
parent | 814ad5d596f12b089f113256ca8fc9d55c3da046 (diff) |
acpid: convert to INC_PR
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/acpid')
-rw-r--r-- | recipes/acpid/acpid.inc | 2 | ||||
-rw-r--r-- | recipes/acpid/acpid_1.0.10.bb | 2 | ||||
-rw-r--r-- | recipes/acpid/acpid_1.0.2.bb | 2 | ||||
-rw-r--r-- | recipes/acpid/acpid_1.0.3.bb | 3 | ||||
-rw-r--r-- | recipes/acpid/acpid_1.0.4.bb | 3 | ||||
-rw-r--r-- | recipes/acpid/acpid_1.0.6.bb | 3 | ||||
-rw-r--r-- | recipes/acpid/acpid_1.0.8.bb | 2 |
7 files changed, 8 insertions, 9 deletions
diff --git a/recipes/acpid/acpid.inc b/recipes/acpid/acpid.inc index 6e79915527..bb976c95f7 100644 --- a/recipes/acpid/acpid.inc +++ b/recipes/acpid/acpid.inc @@ -2,6 +2,8 @@ SECTION = "base" DESCRIPTION = "A daemon for delivering ACPI events." LICENSE="GPL" +INC_PR = "r4" + SRC_URI = "${SOURCEFORGE_MIRROR}/acpid/acpid-${PV}.tar.gz \ file://init" diff --git a/recipes/acpid/acpid_1.0.10.bb b/recipes/acpid/acpid_1.0.10.bb index f210051bba..c5e3c62243 100644 --- a/recipes/acpid/acpid_1.0.10.bb +++ b/recipes/acpid/acpid_1.0.10.bb @@ -4,4 +4,4 @@ SRC_URI_append = " file://event.c.diff;patch=1 \ file://netlink.diff;patch=1 \ file://gcc44.diff;patch=1 \ " - +PR = "${INC_PR}.0"
\ No newline at end of file diff --git a/recipes/acpid/acpid_1.0.2.bb b/recipes/acpid/acpid_1.0.2.bb index 2a305eeac4..ad8efc4367 100644 --- a/recipes/acpid/acpid_1.0.2.bb +++ b/recipes/acpid/acpid_1.0.2.bb @@ -1,3 +1,3 @@ require acpid.inc -PR = "r2" +PR = "${INC_PR}.0" diff --git a/recipes/acpid/acpid_1.0.3.bb b/recipes/acpid/acpid_1.0.3.bb index 640acd5203..670f03200b 100644 --- a/recipes/acpid/acpid_1.0.3.bb +++ b/recipes/acpid/acpid_1.0.3.bb @@ -1,4 +1,3 @@ require acpid.inc SRC_URI += "file://gcc40.patch;patch=1" -PR = "r2" - +PR = "${INC_PR}.0"
\ No newline at end of file diff --git a/recipes/acpid/acpid_1.0.4.bb b/recipes/acpid/acpid_1.0.4.bb index f48c262254..8d9bff7645 100644 --- a/recipes/acpid/acpid_1.0.4.bb +++ b/recipes/acpid/acpid_1.0.4.bb @@ -1,4 +1,3 @@ require acpid.inc SRC_URI += "file://gcc40.patch;patch=1" -PR = "r3" - +PR = "${INC_PR}.0" diff --git a/recipes/acpid/acpid_1.0.6.bb b/recipes/acpid/acpid_1.0.6.bb index e096796fbd..c44cd81672 100644 --- a/recipes/acpid/acpid_1.0.6.bb +++ b/recipes/acpid/acpid_1.0.6.bb @@ -1,3 +1,2 @@ require acpid.inc - -PR = "r4" +PR = "${INC_PR}.0"
\ No newline at end of file diff --git a/recipes/acpid/acpid_1.0.8.bb b/recipes/acpid/acpid_1.0.8.bb index 98638e6d1a..5e8e451b22 100644 --- a/recipes/acpid/acpid_1.0.8.bb +++ b/recipes/acpid/acpid_1.0.8.bb @@ -3,4 +3,4 @@ require acpid.inc SRC_URI_append = " file://event.c.diff;patch=1 \ file://fixfd.diff;patch=1 \ file://netlink.diff;patch=1" - +PR = "${INC_PR}.0"
\ No newline at end of file |