[oe-commits] org.oe.dev clamav 0.84: Don't stage the libraries libtool archive file, libclamav.la,

lenehan commit openembedded-commits at lists.openembedded.org
Fri Oct 13 08:01:04 UTC 2006


clamav 0.84: Don't stage the libraries libtool archive file, libclamav.la,
as things fail to link when they try and use it. They link fine if it
doesn't exist so remove it.

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

#
# mt diff -ra0475d48fd02af5defbdb03b32cc47a5e4fd4b35 -r24a7d797f3ee40f2ffdedf26c96734baa1f58fdc
#
# 
# 
# patch "packages/clamav/clamav_0.88.4.bb"
#  from [5633715a707ae776102d6635bb33d359962b4cdd]
#    to [1363ca2075eca45abe11bfc7f774915ce3a82c89]
# 
============================================================
--- packages/clamav/clamav_0.88.4.bb	5633715a707ae776102d6635bb33d359962b4cdd
+++ packages/clamav/clamav_0.88.4.bb	1363ca2075eca45abe11bfc7f774915ce3a82c89
@@ -15,7 +15,7 @@ RRECOMMENDS_${PN}-daemon = "${PN}-freshc
 RDEPENDS_${PN}-daemon = "${PN}-data"
 RRECOMMENDS_${PN} = "${PN}-freshclam"
 RRECOMMENDS_${PN}-daemon = "${PN}-freshclam"
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/clamav/clamav-${PV}.tar.gz \
           file://cross-compile-fix.patch;patch=1 \
@@ -66,6 +66,7 @@ do_stage () {
 }
 do_stage () {
         oe_libinstall -a -so libclamav ${STAGING_LIBDIR}
+        rm -f ${STAGING_LIBDIR}/libclamav.la
         install -m 0644 libclamav/clamav.h ${STAGING_INCDIR}
 }
 






More information about the Openembedded-commits mailing list