diff options
| author | Jan Luebbe <jlu@pengutronix.de> | 2023-01-24 14:49:05 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-01-25 08:57:42 -0800 |
| commit | c3e6365aead260638f21231782209aea41509c00 (patch) | |
| tree | 4a7a12dc05ee45c1978a04662b04face2d3593a4 | |
| parent | eda6fd9a038825f61a72900aa547bedfab6e1050 (diff) | |
| download | meta-openembedded-c3e6365aead260638f21231782209aea41509c00.tar.gz | |
opensc: fix homepage URL
The opensc-project.org domain has not been active for a long time [1],
so use the current wiki (which is also linked from the projects GitHub
landing page).
[1] https://opensc-devel.narkive.com/48b09iig/www-opensc-project-org
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/opensc/opensc_0.23.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/opensc/opensc_0.23.0.bb b/meta-oe/recipes-support/opensc/opensc_0.23.0.bb index 078e4e6868..b0f147c798 100644 --- a/meta-oe/recipes-support/opensc/opensc_0.23.0.bb +++ b/meta-oe/recipes-support/opensc/opensc_0.23.0.bb | |||
| @@ -6,7 +6,7 @@ keys on the smart card is possible with PKCS\ | |||
| 6 | such as the FINEID (Finnish Electronic IDentity) card. Swedish Posten\ | 6 | such as the FINEID (Finnish Electronic IDentity) card. Swedish Posten\ |
| 7 | eID cards have also been confirmed to work." | 7 | eID cards have also been confirmed to work." |
| 8 | 8 | ||
| 9 | HOMEPAGE = "http://www.opensc-project.org/opensc/" | 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.0-or-later" |
| 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7" |
