diff options
author | Niko Mauno <niko.mauno@vaisala.com> | 2024-08-21 15:34:15 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-21 08:47:06 -0700 |
commit | cef49b830fe765457072e956cf3a5916d60bf2ce (patch) | |
tree | dc29d101761009357b62e05f432e52a49c75539f /meta-oe/recipes-support | |
parent | f70274aa2b1b7303a9cf7e66b05b0972d30002be (diff) | |
download | meta-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.bb | 2 |
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 40a8dc320e..1a31cdbdaf 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 | ||
9 | HOMEPAGE = "https://github.com/OpenSC/OpenSC/wiki" | 9 | HOMEPAGE = "https://github.com/OpenSC/OpenSC/wiki" |
10 | SECTION = "System Environment/Libraries" | 10 | SECTION = "System Environment/Libraries" |
11 | LICENSE = "LGPL-2.0-or-later" | 11 | LICENSE = "LGPL-2.1-or-later" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7" |
13 | 13 | ||
14 | #v0.21.0 | 14 | #v0.21.0 |