diff mbox series

[meta-oe,5/5] opensc: Cosmetic fixes

Message ID 20240821152946.650107-5-niko.mauno@vaisala.com
State New
Headers show
Series [meta-oe,1/5] opensc: Amend FILES:${PN} declaration | expand

Commit Message

Niko Mauno Aug. 21, 2024, 3:29 p.m. UTC
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>
---
 meta-oe/recipes-support/opensc/opensc_0.25.1.bb | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
diff mbox series

Patch

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 1a31cdbda..636bfa036 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\
 keys on the smart card is possible with PKCS\
 such as the FINEID (Finnish Electronic IDentity) card. Swedish Posten\
 eID cards have also been confirmed to work."
-
 HOMEPAGE = "https://github.com/OpenSC/OpenSC/wiki"
 SECTION = "System Environment/Libraries"
 LICENSE = "LGPL-2.1-or-later"
 LIC_FILES_CHKSUM = "file://COPYING;md5=cb8aedd3bced19bd8026d96a8b6876d7"
+DEPENDS = "openssl"
 
-#v0.21.0
 SRCREV = "0a4b772d6fdab9bfaaa3123775a48a7cb6c5e7c6"
 SRC_URI = "git://github.com/OpenSC/OpenSC;branch=stable-0.25;protocol=https"
-DEPENDS = "openssl"
 
 S = "${WORKDIR}/git"
+
 inherit autotools pkgconfig bash-completion
 
 EXTRA_OECONF = " \
-    --disable-static \
     --disable-ctapi \
     --disable-doc \
+    --disable-static \
     --disable-strict \
 "
 EXTRA_OEMAKE = "DESTDIR=${D}"