summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-29 21:31:50 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-20 10:53:20 +0000
commitbb0524e189e48697e09b5a6770e1ad01ee1ecd0e (patch)
tree499cfcdb994d2d427bde81dd89feef222c6c6ef3
parent7d58c8bed682d3069d877060940a38a8989aa57d (diff)
downloadpoky-bb0524e189e48697e09b5a6770e1ad01ee1ecd0e.tar.gz
ptest-runner: Fix license as it contains 'or later' clause
The license headers are clear that the code is "or later", fix LICENSE to match. (From OE-Core rev: daa16f56f1596fa2987499d6b48b98f5b7aedca2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 5f0b5cdfcb104ac50222a47652e090ad8770e49f) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb b/meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb
index 10b4c5b6a4..8b9938f572 100644
--- a/meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb
+++ b/meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb
@@ -4,7 +4,7 @@ program which loops through all installed ptest test suites and \
4runs them in sequence." 4runs them in sequence."
5HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/about/" 5HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/about/"
6 6
7LICENSE = "GPLv2" 7LICENSE = "GPLv2+"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
9 9
10SRCREV = "834670317bd3f6e427e1ac461c07ada6b8936dfd" 10SRCREV = "834670317bd3f6e427e1ac461c07ada6b8936dfd"