blob: 981d4a95cccd1d7eb1ec1b251ffbf293d5dfa19b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
DESCRIPTION = "A sophisticated network protocol dumper"
SECTION = "base"
PRIORITY = "optional"
DEPENDS = "libpcap-0.8.1"
SRC_URI = "http://www.tcpdump.org/release/tcpdump-${PV}.tar.gz"
SRC_URI_append_mtx-1 = " file://tcpdump_configure_no_-O2.patch;patch=1;pnum=1"
inherit autotools
CFLAGS_mtx-1 := "${@'${CFLAGS}'.replace('-O2', '')}"
do_configure() {
gnu-configize
oe_runconf
}
|