diff options
Diffstat (limited to 'meta-networking/recipes-support/tcpdump/tcpdump_4.99.4.bb')
-rw-r--r-- | meta-networking/recipes-support/tcpdump/tcpdump_4.99.4.bb | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.99.4.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.99.4.bb deleted file mode 100644 index 803a9bb5f5..0000000000 --- a/meta-networking/recipes-support/tcpdump/tcpdump_4.99.4.bb +++ /dev/null | |||
@@ -1,52 +0,0 @@ | |||
1 | SUMMARY = "A sophisticated network protocol analyzer" | ||
2 | HOMEPAGE = "http://www.tcpdump.org/" | ||
3 | SECTION = "net" | ||
4 | LICENSE = "BSD-3-Clause" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5eb289217c160e2920d2e35bddc36453" | ||
6 | |||
7 | DEPENDS = "libpcap" | ||
8 | |||
9 | RDEPENDS:${PN}-ptest += " make perl \ | ||
10 | perl-module-file-basename \ | ||
11 | perl-module-file-spec \ | ||
12 | perl-module-file-spec-unix \ | ||
13 | perl-module-file-path \ | ||
14 | perl-module-file-glob \ | ||
15 | perl-module-data-dumper \ | ||
16 | perl-module-bytes \ | ||
17 | perl-module-posix \ | ||
18 | perl-module-carp \ | ||
19 | perl-module-cwd \ | ||
20 | perl-module-constant \ | ||
21 | " | ||
22 | |||
23 | SRC_URI = " \ | ||
24 | http://www.tcpdump.org/release/${BP}.tar.gz \ | ||
25 | file://add-ptest.patch \ | ||
26 | file://run-ptest \ | ||
27 | " | ||
28 | |||
29 | SRC_URI[sha256sum] = "0232231bb2f29d6bf2426e70a08a7e0c63a0d59a9b44863b7f5e2357a6e49fea" | ||
30 | |||
31 | UPSTREAM_CHECK_REGEX = "tcpdump-(?P<pver>\d+(\.\d+)+)\.tar" | ||
32 | |||
33 | inherit autotools-brokensep pkgconfig ptest | ||
34 | |||
35 | PACKAGECONFIG ?= "openssl" | ||
36 | |||
37 | PACKAGECONFIG[libcap-ng] = "--with-cap-ng,--without-cap-ng,libcap-ng" | ||
38 | PACKAGECONFIG[openssl] = "--with-crypto,--without-crypto,openssl" | ||
39 | PACKAGECONFIG[smi] = "--with-smi,--without-smi,libsmi" | ||
40 | # Note: CVE-2018-10103 (SMB - partially fixed, but SMB printing disabled) | ||
41 | PACKAGECONFIG[smb] = "--enable-smb,--disable-smb" | ||
42 | |||
43 | EXTRA_AUTORECONF += "--exclude=aclocal" | ||
44 | |||
45 | do_install:append() { | ||
46 | # make install installs an unneeded extra copy of the tcpdump binary | ||
47 | rm ${D}${bindir}/tcpdump.${PV} | ||
48 | } | ||
49 | |||
50 | do_compile_ptest() { | ||
51 | oe_runmake buildtest-TESTS | ||
52 | } | ||