blob: 3346daddb07d8c9c89e7e73a3d3ba2bdca2948c9 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "Use previously captured traffic to test network devices"
2
3HOMEPAGE = "http://tcpreplay.synfin.net/"
4SECTION = "net"
5
6LICENSE = "GPLv3"
7LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=890b830b22fd632e9ffd996df20338f8"
8
9SRC_URI = "https://github.com/appneta/tcpreplay/releases/download/v${PV}/tcpreplay-${PV}.tar.gz"
10
Andrew Geisslerc87764f2020-06-27 00:16:32 -050011SRC_URI[md5sum] = "53b52bf64f0b6b9443428e657b37bc6b"
12SRC_URI[sha256sum] = "ed2402caa9434ff5c74b2e7b31178c73e7c7c5c4ea1e1d0e2e39a7dc46958fde"
Brad Bishopd7bf8c12018-02-25 22:55:05 -050013
Andrew Geissler89770b02020-06-13 10:40:47 -050014UPSTREAM_CHECK_URI = "https://github.com/appneta/tcpreplay/releases"
15
Brad Bishopd7bf8c12018-02-25 22:55:05 -050016DEPENDS = "libpcap"
17
18EXTRA_OECONF += "--with-libpcap=${STAGING_DIR_HOST}/usr"
19
20inherit siteinfo autotools-brokensep
21