diff options
| author | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-09 21:17:24 -0700 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-15 22:43:57 -0700 |
| commit | 02a33916a2afbbdd62b263585edf701667671274 (patch) | |
| tree | d4e4880597df04b80ba0a4afc0412f902a8198c7 /meta-oe | |
| parent | 632a1ebcb7842ca9df8bc586864fc32b5891d18c (diff) | |
| download | meta-openembedded-02a33916a2afbbdd62b263585edf701667671274.tar.gz | |
ccid: upgrade 1.5.5 -> 1.8.0
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/ccid/ccid_1.8.0.bb (renamed from meta-oe/recipes-support/ccid/ccid_1.5.5.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/ccid/ccid_1.5.5.bb b/meta-oe/recipes-support/ccid/ccid_1.8.0.bb index e76881916e..576648e0a0 100644 --- a/meta-oe/recipes-support/ccid/ccid_1.5.5.bb +++ b/meta-oe/recipes-support/ccid/ccid_1.8.0.bb | |||
| @@ -1,16 +1,16 @@ | |||
| 1 | SUMMARY = "Generic USB CCID smart card reader driver" | 1 | SUMMARY = "Generic USB CCID smart card reader driver" |
| 2 | HOMEPAGE = "https://ccid.apdu.fr/" | 2 | HOMEPAGE = "https://ccid.apdu.fr/" |
| 3 | LICENSE = "LGPL-2.1-or-later" | 3 | LICENSE = "LGPL-2.1-or-later" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4bf661c1e3793e55c8d1051bc5e0ae21" |
| 5 | 5 | ||
| 6 | DEPENDS = "autoconf-archive-native virtual/libusb0 pcsc-lite" | 6 | DEPENDS = "autoconf-archive-native virtual/libusb0 pcsc-lite" |
| 7 | RDEPENDS:${PN} = "pcsc-lite" | 7 | RDEPENDS:${PN} = "pcsc-lite" |
| 8 | 8 | ||
| 9 | SRC_URI = "https://ccid.apdu.fr/files/ccid-${PV}.tar.bz2 \ | 9 | SRC_URI = "https://ccid.apdu.fr/files/ccid-${PV}.tar.xz \ |
| 10 | file://0001-Add-build-rule-for-README.patch \ | 10 | file://0001-Add-build-rule-for-README.patch \ |
| 11 | " | 11 | " |
| 12 | 12 | ||
| 13 | SRC_URI[sha256sum] = "194708f75fe369d45dd7c15e8b3e8a7db8b49cfc5557574ca2a2e76ef12ca0ca" | 13 | SRC_URI[sha256sum] = "531dc29e7c1b9e22e1918f0767b625d52ce8a98f266eb2144c5cf5dbd29c0f67" |
| 14 | 14 | ||
| 15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
| 16 | 16 | ||
