From: Roman I Khimov Date: Mon, 29 Mar 2010 13:26:58 +0000 (+0400) Subject: clamav: switch to INC_PR X-Git-Tag: Release-2010-05/1~152^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5f884a71e9029d0f376eff0e3b51d3dfec96561;p=openembedded.git clamav: switch to INC_PR Signed-off-by: Roman I Khimov --- diff --git a/recipes/clamav/clamav.inc b/recipes/clamav/clamav.inc index 5b2069e739..99ce1a206b 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 740c02a90e..7c7f002887 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 2227f01f07..bf2baf664c 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 2227f01f07..bf2baf664c 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 12fad7afab..e85cc50a03 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" +