blob: cc6cd1e07dd554bfd4cbb6488dc7f87b33bb9b2b [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
Brad Bishop34ae6002019-04-08 15:21:03 -040011SRC_URI[md5sum] = "dfa0d1b3dfd2cd316291a7a20563b649"
12SRC_URI[sha256sum] = "4f479bd9196cafde70c58ab072ca4959ecc5278555cf1aa7cf42f7f210daa951"
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