diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-10-05 08:51:56 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-10-05 08:51:56 +0000 |
commit | e2aa19ca796c5cb2343f11e38104404acdffb7b9 (patch) | |
tree | 9a089af7e43de298dbc09927a0e11599c5398fa8 /packages/clamav/clamav_0.88.4.bb | |
parent | 1565969c4c85900f05c337b31bd9f27cc4b3aece (diff) |
clamav 0.88.4: The optional linksource field in the volatiles file is in
fact mandatory, so add it back. I removed it after noticing other packges
didn't specify it, so they'll also be broken.
Diffstat (limited to 'packages/clamav/clamav_0.88.4.bb')
-rw-r--r-- | packages/clamav/clamav_0.88.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/clamav/clamav_0.88.4.bb b/packages/clamav/clamav_0.88.4.bb index 40804a9a2c..c53be83094 100644 --- a/packages/clamav/clamav_0.88.4.bb +++ b/packages/clamav/clamav_0.88.4.bb @@ -16,7 +16,7 @@ RDEPENDS_${PN} = "${PN}-data" RDEPENDS_${PN}-daemon = "${PN}-data" RRECOMMENDS_${PN} = "${PN}-freshclam" RRECOMMENDS_${PN}-daemon = "${PN}-freshclam" -PR = "r4" +PR = "r5" SRC_URI = "${SOURCEFORGE_MIRROR}/clamav/clamav-${PV}.tar.gz \ file://cross-compile-fix.patch;patch=1 \ |