summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@vaisala.com>2024-08-21 15:34:15 +0000
committerKhem Raj <raj.khem@gmail.com>2024-08-21 08:47:06 -0700
commitcef49b830fe765457072e956cf3a5916d60bf2ce (patch)
treedc29d101761009357b62e05f432e52a49c75539f /meta-oe/recipes-support
parentf70274aa2b1b7303a9cf7e66b05b0972d30002be (diff)
downloadmeta-openembedded-cef49b830fe765457072e956cf3a5916d60bf2ce.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>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/opensc/opensc_0.25.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/opensc/opensc_0.25.1.bb b/meta-oe/recipes-support/opensc/opensc_0.25.1.bb
index 40a8dc320..1a31cdbda 100644
--- a/meta-oe/recipes-support/opensc/opensc_0.25.1.bb
+++ b/meta-oe/recipes-support/opensc/opensc_0.25.1.bb
@@ -8,7 +8,7 @@ eID cards have also been confirmed to work."
8 8
9HOMEPAGE = "https://github.com/OpenSC/OpenSC/wiki" 9HOMEPAGE = "https://github.com/OpenSC/OpenSC/wiki"
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