kumquat-buildroot/package/optee-benchmark/optee-benchmark.mk
Etienne Carriere 2635966f8f package/optee-benchmark: bump version to 3.5.0
Bump OP-TEE Benchmark package version to release 3.5.0
which now provides an identified LICENSE file.

Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
[Thomas: add missing LICENSE_FILES variable, fix hash]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-05-14 18:13:22 +02:00

15 lines
467 B
Makefile

################################################################################
#
# optee-benchmark
#
################################################################################
OPTEE_BENCHMARK_VERSION = 3.5.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))