kumquat-buildroot/package/optee-benchmark/optee-benchmark.mk
Etienne Carriere 4ecb88f1d3 package/optee-benchmark: bump to version 3.12.0
Remove main-fix-typo patch since merged in OP-TEE OS 3.12.0 and
bump OP-TEE Benchmark package version to OP-TEE release 3.12.0.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-03-06 23:32:38 +01:00

15 lines
468 B
Makefile

################################################################################
#
# optee-benchmark
#
################################################################################
OPTEE_BENCHMARK_VERSION = 3.12.0
OPTEE_BENCHMARK_SITE = $(call github,linaro-swg,optee_benchmark,$(OPTEE_BENCHMARK_VERSION))
OPTEE_BENCHMARK_LICENSE = BSD-2-Clause
OPTEE_BENCHMARK_LICENSE_FILES = LICENSE
OPTEE_BENCHMARK_DEPENDENCIES = optee-client libyaml
$(eval $(cmake-package))