]> code.ossystems Code Review - openembedded-core.git/commitdiff
ptest-runner: Fix license as it contains 'or later' clause
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Oct 2020 21:31:50 +0000 (21:31 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 8 Nov 2020 14:03:16 +0000 (14:03 +0000)
The license headers are clear that the code is "or later", fix LICENSE
to match.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb

index 10b4c5b6a408e8d59c64ea3410bd2c2ae880788b..8b9938f572bf75ebb79af1ba15907623b6c320dd 100644 (file)
@@ -4,7 +4,7 @@ program which loops through all installed ptest test suites and \
 runs them in sequence."
 HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/about/"
 
-LICENSE = "GPLv2"
+LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
 
 SRCREV = "834670317bd3f6e427e1ac461c07ada6b8936dfd"