tcpdump: tcpdump is compiled without crypto, so remove openssl RDEPENDS
authorMichael-Luke Jones <mlj28@cam.ac.uk>
Thu, 28 Sep 2006 11:46:32 +0000 (11:46 +0000)
committerMichael-Luke Jones <mlj28@cam.ac.uk>
Thu, 28 Sep 2006 11:46:32 +0000 (11:46 +0000)
packages/tcpdump/tcpdump_3.9.3.bb

index 2caaa3a..0e52268 100644 (file)
@@ -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"