mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-08-15 17:28:04 +02:00
tcpreplay - a suite of GPLv3 licensed tools for UNIX operating systems which gives you the ability to use previously captured traffic in libpcap format to test a variety of network devices. Signed-off-by: Zongchun Yu <Zongchun.Yu@freescale.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
23 lines
774 B
BlitzBasic
23 lines
774 B
BlitzBasic
SUMMARY = "Use previously captured traffic to test network devices"
|
|
|
|
HOMEPAGE = "http://tcpreplay.synfin.net/"
|
|
SECTION = "console/network"
|
|
|
|
LICENSE = "GPLv3"
|
|
LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=c33cccf72cc1603e8a72a84811ae3ac8"
|
|
|
|
SRC_URI = "http://prdownloads.sourceforge.net/tcpreplay/${PV}/tcpreplay-${PV}.tar.gz \
|
|
file://tcpreplay-3.4.4-cross-compile.patch \
|
|
file://tcpreplay-3.4.4-no-bfp-support.patch \
|
|
file://tcpreplay-3.4.4-fix-unable-to-link-libpcap-issue.patch \
|
|
"
|
|
SRC_URI[md5sum] = "22725feb9b2590809f9350308ec65180"
|
|
SRC_URI[sha256sum] = "7a809c58ddec86407fd6e5597ac883d7874a19bea81d716bb2b1c6e3b0e7b58f"
|
|
|
|
DEPENDS = "libpcap"
|
|
|
|
EXTRA_OECONF += "--with-libpcap=${STAGING_DIR_HOST}/usr"
|
|
|
|
inherit siteinfo autotools
|
|
|