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-20 10:44:34 +0000 |
commit | 5ff1ab8faa21e6e1badd9d9a070b2e84b44ba93e (patch) | |
tree | acbaf73d8d9f1e872aed2a2d543ce5d9febdeaa7 /meta | |
parent | 58369db211ce42124088fa793d61016c702c962a (diff) | |
download | poky-5ff1ab8faa21e6e1badd9d9a070b2e84b44ba93e.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: c0d1eb1efad160b7832abd87a168ca547c296d94)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 5f0b5cdfcb104ac50222a47652e090ad8770e49f)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/ptest-runner/ptest-runner_2.3.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.3.2.bb b/meta/recipes-support/ptest-runner/ptest-runner_2.3.2.bb index 187f22df04..3a0dbf84fd 100644 --- a/meta/recipes-support/ptest-runner/ptest-runner_2.3.2.bb +++ b/meta/recipes-support/ptest-runner/ptest-runner_2.3.2.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 = "7015e9199ce748c0717addeebe7a8c47448bab03" | 10 | SRCREV = "7015e9199ce748c0717addeebe7a8c47448bab03" |