diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2022-01-30 22:39:24 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-02-03 08:41:05 -0800 |
| commit | d0454ed6e60f3c52f2cfe521d78012ccd155336a (patch) | |
| tree | ca0598296cee483be7add7970c71fb89b14bb50b /meta-networking/recipes-support/tcpdump/tcpslice_1.2a3.bb | |
| parent | 7a56dfe415683200ddb43f8d6ff09e9f564cce90 (diff) | |
| download | meta-openembedded-d0454ed6e60f3c52f2cfe521d78012ccd155336a.tar.gz | |
tcpslice: upgrade 1.2a3 -> 1.5
* Update SRC_URI to official download page
* Drop patches which had been fixed upstream.
* Add UPSTREAM_CHECK_REGEX
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/tcpdump/tcpslice_1.2a3.bb')
| -rw-r--r-- | meta-networking/recipes-support/tcpdump/tcpslice_1.2a3.bb | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/meta-networking/recipes-support/tcpdump/tcpslice_1.2a3.bb b/meta-networking/recipes-support/tcpdump/tcpslice_1.2a3.bb deleted file mode 100644 index e65739a5c7..0000000000 --- a/meta-networking/recipes-support/tcpdump/tcpslice_1.2a3.bb +++ /dev/null | |||
| @@ -1,36 +0,0 @@ | |||
| 1 | SUMMARY = "tcpslice" | ||
| 2 | DESCRIPTION = "A tool for extracting parts of a tcpdump packet trace." | ||
| 3 | HOMEPAGE = "http://www.tcpdump.org/related.html" | ||
| 4 | SECTION = "net" | ||
| 5 | |||
| 6 | LICENSE = "BSD-4-Clause" | ||
| 7 | LIC_FILES_CHKSUM = "file://tcpslice.c;endline=20;md5=99519e2e5234d1662a4ce16baa62c64e" | ||
| 8 | |||
| 9 | SRC_URI = "ftp://ftp.ee.lbl.gov/${BP}.tar.gz \ | ||
| 10 | file://tcpslice-1.2a3-time.patch \ | ||
| 11 | file://tcpslice-CVS.20010207-bpf.patch \ | ||
| 12 | " | ||
| 13 | SRC_URI[md5sum] = "e329cbeb7e589f132d92c3447c477190" | ||
| 14 | SRC_URI[sha256sum] = "4096e8debc898cfaa16b5306f1c42f8d18b19e30e60da8d4deb781c8f684c840" | ||
| 15 | |||
| 16 | inherit autotools-brokensep | ||
| 17 | |||
| 18 | DEPENDS += "libpcap" | ||
| 19 | |||
| 20 | # We do not want to autoreconf. We must specify srcdir as ".". | ||
| 21 | # We have to set the ac_cv_* cache variables as well as pass the normal | ||
| 22 | # cross-compilation options to configure! | ||
| 23 | # | ||
| 24 | do_configure () { | ||
| 25 | oe_runconf \ | ||
| 26 | --srcdir="." \ | ||
| 27 | ac_cv_build=${BUILD_SYS} \ | ||
| 28 | ac_cv_host=${HOST_SYS} \ | ||
| 29 | ac_cv_target=${HOST_SYS} | ||
| 30 | } | ||
| 31 | |||
| 32 | do_install () { | ||
| 33 | mkdir -p ${D}/usr/sbin | ||
| 34 | install -c -m 555 tcpslice ${D}/usr/sbin | ||
| 35 | } | ||
| 36 | |||
