diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-29 21:31:50 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-08 14:03:20 +0000 |
commit | 744a463831016abdac3433db8ca9d1b656881915 (patch) | |
tree | d834bcd701ab472f99b10391d9834ce699971b72 | |
parent | 1dd508683d56395528fc939be430884f49fa1d42 (diff) | |
download | poky-744a463831016abdac3433db8ca9d1b656881915.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: 5f0b5cdfcb104ac50222a47652e090ad8770e49f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb | 2 |
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 \ | |||
4 | runs them in sequence." | 4 | runs them in sequence." |
5 | HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/about/" | 5 | HOMEPAGE = "http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/about/" |
6 | 6 | ||
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2+" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" |
9 | 9 | ||
10 | SRCREV = "834670317bd3f6e427e1ac461c07ada6b8936dfd" | 10 | SRCREV = "834670317bd3f6e427e1ac461c07ada6b8936dfd" |