From 726150b0e666bd6ce052bb631ac6034c6a2dd13e Mon Sep 17 00:00:00 2001 From: Julien Olivain Date: Sun, 6 Apr 2025 17:46:19 +0200 Subject: [PATCH] package/optee-test: fix license hash Commit [1] updated optee-test version but forgot to update the license hash which was changed upstream in [2] to include copies of the GPL-2.0 and BSD-2-Clause license files. While at it, this commit also include those two new files in the license hash file. [1] https://gitlab.com/buildroot.org/buildroot/-/commit/8c2b2314df768a0add1fe45a9ad7dbcf2192d26f [2] https://github.com/OP-TEE/optee_test/commit/a748f5fcd9ec8a574dc86a5aa56d05bc6ac174e7 Signed-off-by: Julien Olivain --- package/optee-test/optee-test.hash | 4 +++- package/optee-test/optee-test.mk | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package/optee-test/optee-test.hash b/package/optee-test/optee-test.hash index ba2cbaaa15..3192c72b93 100644 --- a/package/optee-test/optee-test.hash +++ b/package/optee-test/optee-test.hash @@ -1,3 +1,5 @@ # Locally computed sha256 cda3a4280a919cc6cd3cd3060e8c176cd42b968a9008305a6881e1fd433a6f1e optee-test-4.5.0.tar.gz -sha256 6e6810981f0ddab9e0d44399d0700a15d9f760a3c2843cc866659c2074139ae7 LICENSE.md +sha256 2b36458cd0292200e406a608efe7dfda17aae39646a86b730a2776b61d0fa410 LICENSE-BSD +sha256 a094472b51f57d0403953d087e410793519cb6f3a7cea2be34eb44e09a426a73 LICENSE-GPL +sha256 a562ab14c307d0e02b7bf6f1bdb0d1cf789409e6375a500e15dc7a0503e5c2c3 LICENSE.md diff --git a/package/optee-test/optee-test.mk b/package/optee-test/optee-test.mk index c250639d06..23874b51b9 100644 --- a/package/optee-test/optee-test.mk +++ b/package/optee-test/optee-test.mk @@ -6,7 +6,7 @@ OPTEE_TEST_VERSION = $(call qstrip,$(BR2_PACKAGE_OPTEE_TEST_VERSION)) OPTEE_TEST_LICENSE = GPL-2.0, BSD-2-Clause, -OPTEE_TEST_LICENSE_FILES = LICENSE.md +OPTEE_TEST_LICENSE_FILES = LICENSE-BSD LICENSE-GPL LICENSE.md ifeq ($(BR2_PACKAGE_OPTEE_TEST_CUSTOM_TARBALL),y) OPTEE_TEST_TARBALL = $(call qstrip,$(BR2_PACKAGE_OPTEE_TEST_CUSTOM_TARBALL_LOCATION))