diff options
author | Michael-Luke Jones <mlj28@cam.ac.uk> | 2006-09-28 11:46:32 +0000 |
---|---|---|
committer | Michael-Luke Jones <mlj28@cam.ac.uk> | 2006-09-28 11:46:32 +0000 |
commit | 4029724217730ac64434bf6e9c01c3cef3293267 (patch) | |
tree | 4aa8e78e9fa666d4d6dedc69032227c5c00c0037 /packages/tcpdump | |
parent | edbf5a02126c8db32ba826e510459fbcb9a579e5 (diff) |
tcpdump: tcpdump is compiled without crypto, so remove openssl RDEPENDS
Diffstat (limited to 'packages/tcpdump')
-rw-r--r-- | packages/tcpdump/tcpdump_3.9.3.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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" |