clamav: switch to INC_PR
authorRoman I Khimov <khimov@altell.ru>
Mon, 29 Mar 2010 13:26:58 +0000 (17:26 +0400)
committerRoman I Khimov <khimov@altell.ru>
Tue, 30 Mar 2010 17:41:46 +0000 (21:41 +0400)
Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/clamav/clamav.inc
recipes/clamav/clamav_0.90.2.bb
recipes/clamav/clamav_0.90.3.bb
recipes/clamav/clamav_0.91.1.bb
recipes/clamav/clamav_0.94.2.bb

index 5b2069e..99ce1a2 100644 (file)
@@ -18,6 +18,8 @@ RRECOMMENDS_${PN} = "${PN}-freshclam"
 RRECOMMENDS_${PN}-daemon = "${PN}-freshclam"
 RPROVIDES_${PN}-freshclam = "${PN}-data"
 
+INC_PR = "r2"
+
 SRC_URI = "${SOURCEFORGE_MIRROR}/clamav/clamav-${PV}.tar.gz \
           file://clamav-daemon.init \
           file://clamav-freshclam.init \
index 740c02a..7c7f002 100644 (file)
@@ -2,4 +2,4 @@ require clamav.inc
 
 SRC_URI += "file://cross-compile-fix.patch;patch=1"
 
-PR = "r2"
+PR = "${INC_PR}.0"
\ No newline at end of file
index 2227f01..bf2baf6 100644 (file)
@@ -2,4 +2,4 @@ require clamav.inc
 
 SRC_URI += "file://cross-compile-fix.patch;patch=1"
 
-PR = "r1"
+PR = "${INC_PR}.0"
index 2227f01..bf2baf6 100644 (file)
@@ -2,4 +2,4 @@ require clamav.inc
 
 SRC_URI += "file://cross-compile-fix.patch;patch=1"
 
-PR = "r1"
+PR = "${INC_PR}.0"
index 12fad7a..e85cc50 100644 (file)
@@ -1,3 +1,6 @@
 require clamav.inc
 
 EXTRA_OECONF += "--program-transform-name=''"
+
+PR = "${INC_PR}.0"
+