Browse Source

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 <ju.o@free.fr>
Julien Olivain 4 months ago
parent
commit
726150b0e6
2 changed files with 4 additions and 2 deletions
  1. 3 1
      package/optee-test/optee-test.hash
  2. 1 1
      package/optee-test/optee-test.mk

+ 3 - 1
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

+ 1 - 1
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))