mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 03:29:59 +00:00
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>
This commit is contained in:
@@ -8,7 +8,7 @@ eID cards have also been confirmed to work."
|
|||||||
|
|
||||||
HOMEPAGE = "https://github.com/OpenSC/OpenSC/wiki"
|
HOMEPAGE = "https://github.com/OpenSC/OpenSC/wiki"
|
||||||
SECTION = "System Environment/Libraries"
|
SECTION = "System Environment/Libraries"
|
||||||
LICENSE = "LGPL-2.0-or-later"
|
LICENSE = "LGPL-2.1-or-later"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7"
|
||||||
|
|
||||||
#v0.21.0
|
#v0.21.0
|
||||||
|
|||||||
Reference in New Issue
Block a user