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]8c2b2314df[2]a748f5fcd9Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user