[oe-commits] Roman I Khimov : clamav: switch to INC_PR

git version control git at git.openembedded.org
Wed Mar 31 09:01:49 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: e5f884a71e9029d0f376eff0e3b51d3dfec96561
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e5f884a71e9029d0f376eff0e3b51d3dfec96561

Author: Roman I Khimov <khimov at altell.ru>
Date:   Mon Mar 29 17:26:58 2010 +0400

clamav: switch to INC_PR

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/clamav/clamav.inc       |    2 ++
 recipes/clamav/clamav_0.90.2.bb |    2 +-
 recipes/clamav/clamav_0.90.3.bb |    2 +-
 recipes/clamav/clamav_0.91.1.bb |    2 +-
 recipes/clamav/clamav_0.94.2.bb |    3 +++
 5 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/recipes/clamav/clamav.inc b/recipes/clamav/clamav.inc
index 5b2069e..99ce1a2 100644
--- a/recipes/clamav/clamav.inc
+++ b/recipes/clamav/clamav.inc
@@ -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 \
diff --git a/recipes/clamav/clamav_0.90.2.bb b/recipes/clamav/clamav_0.90.2.bb
index 740c02a..7c7f002 100644
--- a/recipes/clamav/clamav_0.90.2.bb
+++ b/recipes/clamav/clamav_0.90.2.bb
@@ -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
diff --git a/recipes/clamav/clamav_0.90.3.bb b/recipes/clamav/clamav_0.90.3.bb
index 2227f01..bf2baf6 100644
--- a/recipes/clamav/clamav_0.90.3.bb
+++ b/recipes/clamav/clamav_0.90.3.bb
@@ -2,4 +2,4 @@ require clamav.inc
 
 SRC_URI += "file://cross-compile-fix.patch;patch=1"
 
-PR = "r1"
+PR = "${INC_PR}.0"
diff --git a/recipes/clamav/clamav_0.91.1.bb b/recipes/clamav/clamav_0.91.1.bb
index 2227f01..bf2baf6 100644
--- a/recipes/clamav/clamav_0.91.1.bb
+++ b/recipes/clamav/clamav_0.91.1.bb
@@ -2,4 +2,4 @@ require clamav.inc
 
 SRC_URI += "file://cross-compile-fix.patch;patch=1"
 
-PR = "r1"
+PR = "${INC_PR}.0"
diff --git a/recipes/clamav/clamav_0.94.2.bb b/recipes/clamav/clamav_0.94.2.bb
index 12fad7a..e85cc50 100644
--- a/recipes/clamav/clamav_0.94.2.bb
+++ b/recipes/clamav/clamav_0.94.2.bb
@@ -1,3 +1,6 @@
 require clamav.inc
 
 EXTRA_OECONF += "--program-transform-name=''"
+
+PR = "${INC_PR}.0"
+





More information about the Openembedded-commits mailing list