summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiko Mauno <niko.mauno@vaisala.com>2024-08-21 15:34:16 +0000
committerKhem Raj <raj.khem@gmail.com>2024-08-21 08:47:07 -0700
commit990955ba0941f207b5f4c9ead9f316c4afb5c6b9 (patch)
tree167d6f1819b0bf20f36391a3ba4f0d83d9743fd6
parentcef49b830fe765457072e956cf3a5916d60bf2ce (diff)
downloadmeta-openembedded-990955ba0941f207b5f4c9ead9f316c4afb5c6b9.tar.gz
opensc: Cosmetic fixes
Apply some suggestions from oe-stylize.py and sort configure options alphabetically, and remove stale version comment line which has not been updated for some time. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/opensc/opensc_0.25.1.bb7
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\
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.1-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 13
14#v0.21.0
15SRCREV = "0a4b772d6fdab9bfaaa3123775a48a7cb6c5e7c6" 14SRCREV = "0a4b772d6fdab9bfaaa3123775a48a7cb6c5e7c6"
16SRC_URI = "git://github.com/OpenSC/OpenSC;branch=stable-0.25;protocol=https" 15SRC_URI = "git://github.com/OpenSC/OpenSC;branch=stable-0.25;protocol=https"
17DEPENDS = "openssl"
18 16
19S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
18
20inherit autotools pkgconfig bash-completion 19inherit autotools pkgconfig bash-completion
21 20
22EXTRA_OECONF = " \ 21EXTRA_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"
28EXTRA_OEMAKE = "DESTDIR=${D}" 27EXTRA_OEMAKE = "DESTDIR=${D}"