git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edbf5a0
)
tcpdump: tcpdump is compiled without crypto, so remove openssl RDEPENDS
author
Michael-Luke Jones
<mlj28@cam.ac.uk>
Thu, 28 Sep 2006 11:46:32 +0000
(11:46 +0000)
committer
Michael-Luke Jones
<mlj28@cam.ac.uk>
Thu, 28 Sep 2006 11:46:32 +0000
(11:46 +0000)
packages/tcpdump/tcpdump_3.9.3.bb
patch
|
blob
|
history
diff --git
a/packages/tcpdump/tcpdump_3.9.3.bb
b/packages/tcpdump/tcpdump_3.9.3.bb
index
2caaa3a
..
0e52268
100644
(file)
--- 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 = "r
1
"
+DEPENDS = "libpcap-0.9.3"
+PR = "r
2
"
SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz \
file://tcpdump_configure_no_-O2.patch;patch=1"