acpid: convert to INC_PR
authorRoman I Khimov <khimov@altell.ru>
Mon, 22 Mar 2010 12:02:36 +0000 (15:02 +0300)
committerRoman I Khimov <khimov@altell.ru>
Tue, 23 Mar 2010 07:26:18 +0000 (10:26 +0300)
Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/acpid/acpid.inc
recipes/acpid/acpid_1.0.10.bb
recipes/acpid/acpid_1.0.2.bb
recipes/acpid/acpid_1.0.3.bb
recipes/acpid/acpid_1.0.4.bb
recipes/acpid/acpid_1.0.6.bb
recipes/acpid/acpid_1.0.8.bb

index 6e79915..bb976c9 100644 (file)
@@ -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"
 
index f210051..c5e3c62 100644 (file)
@@ -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
index 2a305ee..ad8efc4 100644 (file)
@@ -1,3 +1,3 @@
 require acpid.inc
-PR = "r2"
+PR = "${INC_PR}.0"
 
index 640acd5..670f032 100644 (file)
@@ -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
index f48c262..8d9bff7 100644 (file)
@@ -1,4 +1,3 @@
 require acpid.inc
 SRC_URI += "file://gcc40.patch;patch=1"
-PR = "r3"
-
+PR = "${INC_PR}.0"
index e096796..c44cd81 100644 (file)
@@ -1,3 +1,2 @@
 require acpid.inc
-
-PR = "r4"
+PR = "${INC_PR}.0"
\ No newline at end of file
index 98638e6..5e8e451 100644 (file)
@@ -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