summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2023-01-24 14:41:35 +0100
committerKhem Raj <raj.khem@gmail.com>2023-01-25 08:57:42 -0800
commiteda6fd9a038825f61a72900aa547bedfab6e1050 (patch)
tree4375ac0199cb3c79c7457936a5aef08174ef4bfc
parenta00a2d1040e0cc7281fcfc30bcc2b2e454e59822 (diff)
downloadmeta-openembedded-eda6fd9a038825f61a72900aa547bedfab6e1050.tar.gz
pcsc-lite: fix homepage URL
pcsclite.alioth.debian.org is not resolvable, so use the URL indicated in the README.md file. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.9.bb b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.9.bb
index dc572e46b4..c84c94dd5b 100644
--- a/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.9.bb
+++ b/meta-oe/recipes-support/pcsc-lite/pcsc-lite_1.9.9.bb
@@ -1,5 +1,5 @@
1SUMMARY = "PC/SC Lite smart card framework and applications" 1SUMMARY = "PC/SC Lite smart card framework and applications"
2HOMEPAGE = "http://pcsclite.alioth.debian.org/" 2HOMEPAGE = "https://pcsclite.apdu.fr/"
3LICENSE = "BSD-3-Clause & GPL-3.0-or-later" 3LICENSE = "BSD-3-Clause & GPL-3.0-or-later"
4LICENSE:${PN} = "BSD-3-Clause" 4LICENSE:${PN} = "BSD-3-Clause"
5LICENSE:${PN}-lib = "BSD-3-Clause" 5LICENSE:${PN}-lib = "BSD-3-Clause"