diff options
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\ | |||
5 | keys on the smart card is possible with PKCS\ | 5 | 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 | |||
9 | HOMEPAGE = "https://github.com/OpenSC/OpenSC/wiki" | 8 | HOMEPAGE = "https://github.com/OpenSC/OpenSC/wiki" |
10 | SECTION = "System Environment/Libraries" | 9 | SECTION = "System Environment/Libraries" |
11 | LICENSE = "LGPL-2.0-or-later" | 10 | LICENSE = "LGPL-2.1-or-later" |
12 | LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7" |
12 | DEPENDS = "openssl" | ||
13 | |||
14 | SRCREV = "043343d2df7b09d1938bc3dc313d86a96be457cc" | ||
15 | SRC_URI = "git://github.com/OpenSC/OpenSC;branch=0.26.1;protocol=https" | ||
16 | |||
17 | CVE_STATUS[CVE-2024-8443] = "fixed-version: this is fixed since 0.26.0" | ||
13 | 18 | ||
14 | #v0.21.0 | ||
15 | SRCREV = "0a4b772d6fdab9bfaaa3123775a48a7cb6c5e7c6" | ||
16 | SRC_URI = "git://github.com/OpenSC/OpenSC;branch=stable-0.25;protocol=https" | ||
17 | DEPENDS = "virtual/libiconv openssl" | ||
18 | 19 | ||
19 | S = "${WORKDIR}/git" | ||
20 | inherit autotools pkgconfig bash-completion | 20 | inherit autotools pkgconfig bash-completion |
21 | 21 | ||
22 | EXTRA_OECONF = " \ | 22 | EXTRA_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 | " |
28 | EXTRA_OEMAKE = "DESTDIR=${D}" | 28 | EXTRA_OEMAKE = "DESTDIR=${D}" |
@@ -31,12 +31,10 @@ PACKAGECONFIG ??= "pcsc" | |||
31 | 31 | ||
32 | PACKAGECONFIG[openct] = "--enable-openct,--disable-openct,openct" | 32 | PACKAGECONFIG[openct] = "--enable-openct,--disable-openct,openct" |
33 | PACKAGECONFIG[pcsc] = "--enable-pcsc,--disable-pcsc,pcsc-lite,pcsc-lite pcsc-lite-lib" | 33 | PACKAGECONFIG[pcsc] = "--enable-pcsc,--disable-pcsc,pcsc-lite,pcsc-lite pcsc-lite-lib" |
34 | 34 | PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline" | |
35 | RDEPENDS:${PN} = "readline" | ||
36 | 35 | ||
37 | FILES:${PN} += "\ | 36 | FILES:${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 | " |
42 | FILES:${PN}-dev += "\ | 40 | FILES:${PN}-dev += "\ |