diff options
author | Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> | 2017-01-10 12:54:56 +0100 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-02-22 08:31:58 -0500 |
commit | 681df62a30e53e1681fdb2bf6be0fa6276496e50 (patch) | |
tree | f7de9818e34f9ce14f79a934717a70ebe95d9e15 /meta-networking/recipes-support | |
parent | a2e075ba656a89da58ca4f849c2f08ec6d50a96f (diff) | |
download | meta-openembedded-681df62a30e53e1681fdb2bf6be0fa6276496e50.tar.gz |
tcpdump: upgrade to 4.8.1
Upgraded tcpdump to version 4.8.1 and removed deprecated ipv6 configure
flag.
Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r-- | meta-networking/recipes-support/tcpdump/tcpdump_4.8.1.bb (renamed from meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb) | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb b/meta-networking/recipes-support/tcpdump/tcpdump_4.8.1.bb index e18228f26..35a5cfed1 100644 --- a/meta-networking/recipes-support/tcpdump/tcpdump_4.7.4.bb +++ b/meta-networking/recipes-support/tcpdump/tcpdump_4.8.1.bb | |||
@@ -12,16 +12,15 @@ SRC_URI = " \ | |||
12 | file://add-ptest.patch \ | 12 | file://add-ptest.patch \ |
13 | file://run-ptest \ | 13 | file://run-ptest \ |
14 | " | 14 | " |
15 | SRC_URI[md5sum] = "58af728de36f499341918fc4b8e827c3" | 15 | SRC_URI[md5sum] = "32f57943649f276e09236ba66622bb0c" |
16 | SRC_URI[sha256sum] = "6be520269a89036f99c0b2126713a60965953eab921002b07608ccfc0c47d9af" | 16 | SRC_URI[sha256sum] = "20e4341ec48fcf72abcae312ea913e6ba6b958617b2f3fb496d51f0ae88d831c" |
17 | export LIBS=" -lpcap" | 17 | export LIBS=" -lpcap" |
18 | 18 | ||
19 | inherit autotools-brokensep ptest | 19 | inherit autotools-brokensep ptest |
20 | CACHED_CONFIGUREVARS = "ac_cv_linux_vers=${ac_cv_linux_vers=2}" | 20 | CACHED_CONFIGUREVARS = "ac_cv_linux_vers=${ac_cv_linux_vers=2}" |
21 | 21 | ||
22 | PACKAGECONFIG ??= "openssl ipv6" | 22 | PACKAGECONFIG ??= "openssl" |
23 | PACKAGECONFIG[openssl] = "--with-crypto=yes, --without-openssl --without-crypto, openssl" | 23 | PACKAGECONFIG[openssl] = "--with-crypto=yes, --without-openssl --without-crypto, openssl" |
24 | PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6," | ||
25 | PACKAGECONFIG[smi] = "--with-smi, --without-smi,libsmi" | 24 | PACKAGECONFIG[smi] = "--with-smi, --without-smi,libsmi" |
26 | PACKAGECONFIG[libcap-ng] = "--with-cap-ng=yes,--with-cap-ng=no,libcap-ng" | 25 | PACKAGECONFIG[libcap-ng] = "--with-cap-ng=yes,--with-cap-ng=no,libcap-ng" |
27 | 26 | ||