On Thu, Oct 19, 2023 at 03:04 PM, Jermain Horsman wrote:
On Wed, Oct 18, 2023 at 12:44 PM, akash hadke wrote:I only executed poky/scripts/contrib/convert-spdx-licenses.py script to update the LICENSEs as per kirkstone.
diff --git a/recipes-core/cacao/cacao_git.bb b/recipes-core/cacao/cacao_git.bbYou might want to double check the source,
index fef7f34..80129b1 100644
--- a/recipes-core/cacao/cacao_git.bb
+++ b/recipes-core/cacao/cacao_git.bb
@@ -1,6 +1,6 @@
SUMMARY = "CacaoVM for use as OpenEmbedded's Java VM"
HOMEPAGE = "http://www.cacaojvm.org/"
-LICENSE = "GPL-2.0"
+LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
SECTION = "interpreters"
a quick look at e.g. https://bitbucket.org/cacaovm/cacao/src/master/COPYING:
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
shows this should be 'GPL-2.0-or-later' instead.