summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/opensc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/opensc')
-rw-r--r--meta-oe/recipes-support/opensc/opensc_0.26.1.bb (renamed from meta-oe/recipes-support/opensc/opensc_0.25.1.bb)20
1 files changed, 9 insertions, 11 deletions
diff --git a/meta-oe/recipes-support/opensc/opensc_0.25.1.bb b/meta-oe/recipes-support/opensc/opensc_0.26.1.bb
index 19fb78092e..78258c965a 100644
--- a/meta-oe/recipes-support/opensc/opensc_0.25.1.bb
+++ b/meta-oe/recipes-support/opensc/opensc_0.26.1.bb
@@ -5,24 +5,24 @@ functionality (e.g. SELECT FILE, READ BINARY) should work on any ISO\
5keys on the smart card is possible with PKCS\ 5keys on the smart card is possible with PKCS\
6such as the FINEID (Finnish Electronic IDentity) card. Swedish Posten\ 6such as the FINEID (Finnish Electronic IDentity) card. Swedish Posten\
7eID cards have also been confirmed to work." 7eID cards have also been confirmed to work."
8
9HOMEPAGE = "https://github.com/OpenSC/OpenSC/wiki" 8HOMEPAGE = "https://github.com/OpenSC/OpenSC/wiki"
10SECTION = "System Environment/Libraries" 9SECTION = "System Environment/Libraries"
11LICENSE = "LGPL-2.0-or-later" 10LICENSE = "LGPL-2.1-or-later"
12LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7" 11LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7"
12DEPENDS = "openssl"
13
14SRCREV = "043343d2df7b09d1938bc3dc313d86a96be457cc"
15SRC_URI = "git://github.com/OpenSC/OpenSC;branch=0.26.1;protocol=https"
16
17CVE_STATUS[CVE-2024-8443] = "fixed-version: this is fixed since 0.26.0"
13 18
14#v0.21.0
15SRCREV = "0a4b772d6fdab9bfaaa3123775a48a7cb6c5e7c6"
16SRC_URI = "git://github.com/OpenSC/OpenSC;branch=stable-0.25;protocol=https"
17DEPENDS = "virtual/libiconv openssl"
18 19
19S = "${WORKDIR}/git"
20inherit autotools pkgconfig bash-completion 20inherit autotools pkgconfig bash-completion
21 21
22EXTRA_OECONF = " \ 22EXTRA_OECONF = " \
23 --disable-static \
24 --disable-ctapi \ 23 --disable-ctapi \
25 --disable-doc \ 24 --disable-doc \
25 --disable-static \
26 --disable-strict \ 26 --disable-strict \
27" 27"
28EXTRA_OEMAKE = "DESTDIR=${D}" 28EXTRA_OEMAKE = "DESTDIR=${D}"
@@ -31,12 +31,10 @@ PACKAGECONFIG ??= "pcsc"
31 31
32PACKAGECONFIG[openct] = "--enable-openct,--disable-openct,openct" 32PACKAGECONFIG[openct] = "--enable-openct,--disable-openct,openct"
33PACKAGECONFIG[pcsc] = "--enable-pcsc,--disable-pcsc,pcsc-lite,pcsc-lite pcsc-lite-lib" 33PACKAGECONFIG[pcsc] = "--enable-pcsc,--disable-pcsc,pcsc-lite,pcsc-lite pcsc-lite-lib"
34 34PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline"
35RDEPENDS:${PN} = "readline"
36 35
37FILES:${PN} += "\ 36FILES:${PN} += "\
38 ${libdir}/opensc-pkcs11.so \ 37 ${libdir}/opensc-pkcs11.so \
39 ${libdir}/onepin-opensc-pkcs11.so \
40 ${libdir}/pkcs11-spy.so \ 38 ${libdir}/pkcs11-spy.so \
41" 39"
42FILES:${PN}-dev += "\ 40FILES:${PN}-dev += "\