diff options
-rw-r--r-- | meta-oe/recipes-support/opensc/opensc_0.25.1.bb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/opensc/opensc_0.25.1.bb b/meta-oe/recipes-support/opensc/opensc_0.25.1.bb index 1a31cdbdaf..636bfa0366 100644 --- a/meta-oe/recipes-support/opensc/opensc_0.25.1.bb +++ b/meta-oe/recipes-support/opensc/opensc_0.25.1.bb | |||
@@ -5,24 +5,23 @@ 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.1-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 | 13 | ||
14 | #v0.21.0 | ||
15 | SRCREV = "0a4b772d6fdab9bfaaa3123775a48a7cb6c5e7c6" | 14 | SRCREV = "0a4b772d6fdab9bfaaa3123775a48a7cb6c5e7c6" |
16 | SRC_URI = "git://github.com/OpenSC/OpenSC;branch=stable-0.25;protocol=https" | 15 | SRC_URI = "git://github.com/OpenSC/OpenSC;branch=stable-0.25;protocol=https" |
17 | DEPENDS = "openssl" | ||
18 | 16 | ||
19 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | |||
20 | inherit autotools pkgconfig bash-completion | 19 | inherit autotools pkgconfig bash-completion |
21 | 20 | ||
22 | EXTRA_OECONF = " \ | 21 | EXTRA_OECONF = " \ |
23 | --disable-static \ | ||
24 | --disable-ctapi \ | 22 | --disable-ctapi \ |
25 | --disable-doc \ | 23 | --disable-doc \ |
24 | --disable-static \ | ||
26 | --disable-strict \ | 25 | --disable-strict \ |
27 | " | 26 | " |
28 | EXTRA_OEMAKE = "DESTDIR=${D}" | 27 | EXTRA_OEMAKE = "DESTDIR=${D}" |