diff options
| author | Niko Mauno <niko.mauno@vaisala.com> | 2024-08-21 15:34:16 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-21 08:47:07 -0700 |
| commit | 990955ba0941f207b5f4c9ead9f316c4afb5c6b9 (patch) | |
| tree | 167d6f1819b0bf20f36391a3ba4f0d83d9743fd6 | |
| parent | cef49b830fe765457072e956cf3a5916d60bf2ce (diff) | |
| download | meta-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.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}" |
