summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@vaisala.com>2024-09-08 16:20:31 +0000
committerArmin Kuster <akuster808@gmail.com>2024-09-22 10:12:43 -0400
commit41dba5393208cd5e265d3d22ee1697350044e2ff (patch)
tree8b2fffd4d4a0764a418f86108661a60c0f48fe89 /meta-oe
parent07b6c57f4aa315f1a5292a2ed0c43f5f992e0a61 (diff)
downloadmeta-openembedded-41dba5393208cd5e265d3d22ee1697350044e2ff.tar.gz
opensc: Fix LICENSE declaration
According to https://github.com/OpenSC/OpenSC/wiki#license OpenSC is licensed under LGPL-2.1 or later, which seems to be affirmed also by the comments in the source code files, as well as the COPYING file. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/opensc/opensc_0.22.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/opensc/opensc_0.22.0.bb b/meta-oe/recipes-support/opensc/opensc_0.22.0.bb
index 770c2d686b..7915d8913b 100644
--- a/meta-oe/recipes-support/opensc/opensc_0.22.0.bb
+++ b/meta-oe/recipes-support/opensc/opensc_0.22.0.bb
@@ -8,7 +8,7 @@ eID cards have also been confirmed to work."
8 8
9HOMEPAGE = "http://www.opensc-project.org/opensc/" 9HOMEPAGE = "http://www.opensc-project.org/opensc/"
10SECTION = "System Environment/Libraries" 10SECTION = "System Environment/Libraries"
11LICENSE = "LGPL-2.0-or-later" 11LICENSE = "LGPL-2.1-or-later"
12LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7" 12LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7"
13 13
14#v0.21.0 14#v0.21.0