blob: eda51bb7f5a0b5727e01aa618d2898999dad7109 [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"
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07007LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=10f0474a2f0e5dccfca20f69d6598ad8"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05008
9SRC_URI = "https://github.com/appneta/tcpreplay/releases/download/v${PV}/tcpreplay-${PV}.tar.gz"
10
William A. Kennington IIIb95905d2021-06-02 12:40:56 -070011SRC_URI[md5sum] = "305a84d84265705bd28f148698142188"
12SRC_URI[sha256sum] = "ee065310806c22e2fd36f014e1ebb331b98a7ec4db958e91c3d9cbda0640d92c"
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