]> 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)
committerSteve Sakoman <steve@sakoman.com>
Mon, 9 Nov 2020 16:52:34 +0000 (06:52 -1000)
The license headers are clear that the code is "or later", fix LICENSE
to match.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5f0b5cdfcb104ac50222a47652e090ad8770e49f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-support/ptest-runner/ptest-runner_2.3.2.bb

index 187f22df04cb50fc4f5764b83e389c23d1dabb18..3a0dbf84fd3b8fe7ac1d49317037fcc738a63018 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 = "7015e9199ce748c0717addeebe7a8c47448bab03"