[oe-commits] org.oe.dev clamav 0.84: Inherit binconfig so that the clamav-config script is staged,

lenehan commit openembedded-commits at lists.openembedded.org
Thu Sep 14 05:38:34 UTC 2006


clamav 0.84: Inherit binconfig so that the clamav-config script is staged,
so that building applications that depend on libclamav works. Also update
some descriptions.

Author: lenehan at openembedded.org
Branch: org.openembedded.dev
Revision: c6382b7d167b58ac0d7a80b4a402a6aadc42c954
ViewMTN: http://monotone.openembedded.org/revision.psp?id=c6382b7d167b58ac0d7a80b4a402a6aadc42c954
Files:
1
packages/clamav/clamav_0.88.4.bb
Diffs:

#
# mt diff -r663deec10df075626151f1dcb867068e0e526266 -rc6382b7d167b58ac0d7a80b4a402a6aadc42c954
#
# 
# 
# patch "packages/clamav/clamav_0.88.4.bb"
#  from [0ea551e7b6af0a4292e870cc9ce2ca6a7cdf5d91]
#    to [cd127302029b33fda7e7a4dc68fe5f75c89c31ff]
# 
============================================================
--- packages/clamav/clamav_0.88.4.bb	0ea551e7b6af0a4292e870cc9ce2ca6a7cdf5d91
+++ packages/clamav/clamav_0.88.4.bb	cd127302029b33fda7e7a4dc68fe5f75c89c31ff
@@ -5,8 +5,8 @@ application for Clam AntiVirus"
 the Clam AntiVirus components"
 DESCRIPTION_${PN}-freshclam = "An automatic virus signature update \
 application for Clam AntiVirus"
-DESCRIPTION_${PN}-data = "Static anti virus signature database for Clam AntiVirus"
-DESCRIPTION_${PN}-daemon = "A on-demand file scanning service for Clam AntiVirus"
+DESCRIPTION_${PN}-data = "Static antivirus signature database for Clam AntiVirus"
+DESCRIPTION_${PN}-daemon = "An on-demand file scanning service for Clam AntiVirus"
 HOMEPAGE = "http://www.clamav.net/"
 SECTION = "network"
 MAINTAINER = "Jamie Lenehan <lenehan at twibble.org>"
@@ -16,6 +16,7 @@ RRECOMMENDS_${PN}-daemon = "${PN}-freshc
 RDEPENDS_${PN}-daemon = "${PN}-data"
 RRECOMMENDS_${PN} = "${PN}-freshclam"
 RRECOMMENDS_${PN}-daemon = "${PN}-freshclam"
+PR = "r1"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/clamav/clamav-${PV}.tar.gz \
           file://cross-compile-fix.patch;patch=1 \
@@ -26,7 +27,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/clamav/
           file://clamd.conf \
           file://freshclam.conf"
 
-inherit autotools update-rc.d
+inherit autotools update-rc.d binconfig
 
 # Don't check for clamav uid/gid - they don't exist on the host
 # Put virus definitions in /var/lib not /usr/lib






More information about the Openembedded-commits mailing list