summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes/clamav/clamav_0.94.2.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/clamav/clamav_0.94.2.bb b/recipes/clamav/clamav_0.94.2.bb
index e85cc50a03..3ce005fb13 100644
--- a/recipes/clamav/clamav_0.94.2.bb
+++ b/recipes/clamav/clamav_0.94.2.bb
@@ -2,5 +2,9 @@ require clamav.inc
EXTRA_OECONF += "--program-transform-name=''"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
+do_install_append() {
+ # Remove deprecated options
+ sed -ri "/Archive(Block)?Max/d" ${D}/${sysconfdir}/clamd.conf
+} \ No newline at end of file