From: Michael-Luke Jones Date: Thu, 28 Sep 2006 11:46:32 +0000 (+0000) Subject: tcpdump: tcpdump is compiled without crypto, so remove openssl RDEPENDS X-Git-Tag: Release-2010-05/1~9453^2~671^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4029724217730ac64434bf6e9c01c3cef3293267;p=openembedded.git tcpdump: tcpdump is compiled without crypto, so remove openssl RDEPENDS --- diff --git a/packages/tcpdump/tcpdump_3.9.3.bb b/packages/tcpdump/tcpdump_3.9.3.bb index 2caaa3ab98..0e52268cfd 100644 --- a/packages/tcpdump/tcpdump_3.9.3.bb +++ b/packages/tcpdump/tcpdump_3.9.3.bb @@ -3,8 +3,8 @@ HOMEPAGE = "http://www.tcpdump.org/" LICENSE = "BSD" SECTION = "console/network" PRIORITY = "optional" -DEPENDS = "libpcap-0.9.3 openssl" -PR = "r1" +DEPENDS = "libpcap-0.9.3" +PR = "r2" SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz \ file://tcpdump_configure_no_-O2.patch;patch=1"