diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2024-09-08 16:20:31 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2024-09-22 10:12:43 -0400 |
| commit | 41dba5393208cd5e265d3d22ee1697350044e2ff (patch) | |
| tree | 8b2fffd4d4a0764a418f86108661a60c0f48fe89 /meta-oe | |
| parent | 07b6c57f4aa315f1a5292a2ed0c43f5f992e0a61 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 9 | HOMEPAGE = "http://www.opensc-project.org/opensc/" | 9 | HOMEPAGE = "http://www.opensc-project.org/opensc/" |
| 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 |
