[oe] [PATCH] clamav: allow clamav-data installation

Roman I Khimov khimov at altell.ru
Sat Aug 21 16:03:46 UTC 2010


It wasn't possible to install prepackaged clamav-data with the way it's
been packaged. And there are situations where you want to have at least
prepackaged AV databases before you could do any sort of update. Also,
logically freshclam doesn't substitute clamav-data, but rather complements
it.

Signed-off-by: Roman I Khimov <khimov at altell.ru>
---
 recipes/clamav/clamav.inc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/recipes/clamav/clamav.inc b/recipes/clamav/clamav.inc
index ade8491..2cd9fa8 100644
--- a/recipes/clamav/clamav.inc
+++ b/recipes/clamav/clamav.inc
@@ -16,9 +16,8 @@ RDEPENDS_${PN}-daemon = "${PN}-data ${PN}-conf"
 RDEPENDS_${PN}-freshclam = "${PN}-conf"
 RRECOMMENDS_${PN} = "${PN}-freshclam"
 RRECOMMENDS_${PN}-daemon = "${PN}-freshclam"
-RPROVIDES_${PN}-freshclam = "${PN}-data"
 
-INC_PR = "r5"
+INC_PR = "r6"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/clamav/clamav-${PV}.tar.gz;name=clamav-${PV} \
           file://clamav-daemon.init \
-- 
1.6.4.2





More information about the Openembedded-devel mailing list