kumquat-buildroot/package/perftest/perftest.mk
Julien Olivain 170c218e44 package/perftest: bump to version 23.04.0-0.23
For release note, see:
https://github.com/linux-rdma/perftest/releases/tag/23.04.0-0.23

Note: the version scheme changed since the previous version, from
"v4.5-0.20" to "23.04.0-0.23" (the "v" was removed).

Signed-off-by: Julien Olivain <ju.o@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-07-12 21:29:48 +02:00

16 lines
504 B
Makefile

################################################################################
#
# perftest
#
################################################################################
PERFTEST_VERSION = 23.04.0-0.23
PERFTEST_SITE = $(call github,linux-rdma,perftest,$(PERFTEST_VERSION))
PERFTEST_LICENSE = GPL-2.0 or BSD-2-Clause
PERFTEST_LICENSE_FILES = COPYING
PERFTEST_DEPENDENCIES = pciutils rdma-core
# Fetched from Github, with no configure script
PERFTEST_AUTORECONF = YES
$(eval $(autotools-package))