On Wed, Oct 18, 2023 at 12:44 PM, akash hadke wrote: > diff --git a/recipes-core/cacao/cacao_git.bb b/recipes-core/cacao/cacao_git.bb > 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" >
You might want to double check the source, 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.
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#105597): https://lists.openembedded.org/g/openembedded-devel/message/105597 Mute This Topic: https://lists.openembedded.org/mt/102036346/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
