From patchwork Tue Nov 17 15:35:51 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [gatesgarth, 02/19] ptest-runner: Fix license as it contains 'or later' clause From: Anuj Mittal X-Patchwork-Id: 178006 Message-Id: To: openembedded-core@lists.openembedded.org Date: Tue, 17 Nov 2020 23:35:51 +0800 From: Richard Purdie The license headers are clear that the code is "or later", fix LICENSE to match. Signed-off-by: Richard Purdie (cherry picked from commit 5f0b5cdfcb104ac50222a47652e090ad8770e49f) Signed-off-by: Anuj Mittal --- meta/recipes-support/ptest-runner/ptest-runner_2.4.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.28.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#144711): https://lists.openembedded.org/g/openembedded-core/message/144711 Mute This Topic: https://lists.openembedded.org/mt/78318278/3616849 Group Owner: openembedded-core+owner@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [michael@yoctoproject.org] -=-=-=-=-=-=-=-=-=-=-=- 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 \ 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"