From d882ef0fdc85cbeee0d2af12416fc61817eee31a Mon Sep 17 00:00:00 2001 From: Dominik Date: Fri, 18 Mar 2016 22:43:25 +0100 Subject: [PATCH] Remove bitbake files --- bitbake/ccid/ccid_1.4.4.bb | 19 ---------------- bitbake/ccid/ccid_1.4.4/ccid-1.4.4.patch | 1 - bitbake/libnfc/libnfc.bb | 16 -------------- bitbake/opensc/opensc.bb | 28 ------------------------ bitbake/pcsc-lite/pcsc-lite_1.7.2.bb | 26 ---------------------- bitbake/python/python-pycrypto_2.0.1.bb | 18 --------------- bitbake/shr-nfc.patch | 24 -------------------- bitbake/vsmartcard/ccid-emulator.bb | 21 ------------------ bitbake/vsmartcard/eid-gui.bb | 16 -------------- bitbake/vsmartcard/npa.bb | 21 ------------------ bitbake/vsmartcard/pcsc-relay.bb | 18 --------------- bitbake/vsmartcard/virtualsmartcard.bb | 28 ------------------------ bitbake/vsmartcard/vscarchitecture.bb | 5 ----- 13 files changed, 241 deletions(-) delete mode 100644 bitbake/ccid/ccid_1.4.4.bb delete mode 120000 bitbake/ccid/ccid_1.4.4/ccid-1.4.4.patch delete mode 100644 bitbake/libnfc/libnfc.bb delete mode 100644 bitbake/opensc/opensc.bb delete mode 100644 bitbake/pcsc-lite/pcsc-lite_1.7.2.bb delete mode 100644 bitbake/python/python-pycrypto_2.0.1.bb delete mode 100644 bitbake/shr-nfc.patch delete mode 100644 bitbake/vsmartcard/ccid-emulator.bb delete mode 100644 bitbake/vsmartcard/eid-gui.bb delete mode 100644 bitbake/vsmartcard/npa.bb delete mode 100644 bitbake/vsmartcard/pcsc-relay.bb delete mode 100644 bitbake/vsmartcard/virtualsmartcard.bb delete mode 100644 bitbake/vsmartcard/vscarchitecture.bb diff --git a/bitbake/ccid/ccid_1.4.4.bb b/bitbake/ccid/ccid_1.4.4.bb deleted file mode 100644 index cb3f013..0000000 --- a/bitbake/ccid/ccid_1.4.4.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Generic USB CCID smart card reader driver" -HOMEPAGE = "http://pcsclite.alioth.debian.org/ccid.html" -LICENSE = "LGPLv2.1+" -LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" -PR = "r0" - -DEPENDS = "virtual/libusb0 pcsc-lite" -RDEPENDS_${PN} = "pcsc-lite" - -SRC_URI = "https://alioth.debian.org/frs/download.php/3579/ccid-${PV}.tar.bz2 \ - file://ccid-1.4.4.patch;apply=yes" - -SRC_URI[md5sum] = "79ef91103bcdd99a3b31cb5c5721a829" -SRC_URI[sha256sum] = "953e430d2e37a67b99041f584249085656d73e72390dfe40589f4dd5c367edd0" - -inherit autotools - -FILES_${PN} += "${libdir}/pcsc/" -FILES_${PN}-dbg += "${libdir}/pcsc/drivers/*/*/*/.debug" diff --git a/bitbake/ccid/ccid_1.4.4/ccid-1.4.4.patch b/bitbake/ccid/ccid_1.4.4/ccid-1.4.4.patch deleted file mode 120000 index 8d8d0d2..0000000 --- a/bitbake/ccid/ccid_1.4.4/ccid-1.4.4.patch +++ /dev/null @@ -1 +0,0 @@ -../../../ccid/patches/ccid-1.4.4.patch \ No newline at end of file diff --git a/bitbake/libnfc/libnfc.bb b/bitbake/libnfc/libnfc.bb deleted file mode 100644 index c624282..0000000 --- a/bitbake/libnfc/libnfc.bb +++ /dev/null @@ -1,16 +0,0 @@ -SUMMARY = "Public platform independent Near Field Communication (NFC) library" -DESCRIPTION = "libnfc is a library which allows userspace application access to NFC devices." -HOMEPAGE = "http://www.libnfc.org/" -BUGTRACKER = "http://code.google.com/p/libnfc/issues/list" - -LICENSE = "LGPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=b52f2d57d10c4f7ee67a7eb9615d5d24" - -SRC_URI = "svn://libnfc.googlecode.com/svn/tags/;module=libnfc-1.5.1;proto=http" -SRCREV = "1326" -PV = "1.5.1+svnr${SRCPV}" -PR = "r0" - -S = "${WORKDIR}/libnfc-1.5.1" - -inherit autotools pkgconfig diff --git a/bitbake/opensc/opensc.bb b/bitbake/opensc/opensc.bb deleted file mode 100644 index 6ae5353..0000000 --- a/bitbake/opensc/opensc.bb +++ /dev/null @@ -1,28 +0,0 @@ -DESCRIPTION = "A set of libraries and utilities to work with smart cards" -HOMEPAGE = "http://www.opensc-project.org/opensc" - -LICENSE = "LGPL-2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34" - -DEPENDS = "pcsc-lite openssl" - -SRC_URI = "git://github.com/frankmorgner/OpenSC.git;" -SRCREV = "d818628bf9c62c750710649b0b234bc71eec4ee9" -PV = "0.12.3+gitr${SRCPV}" -PR = "r0" - -S = "${WORKDIR}/git" - -inherit autotools pkgconfig - - -EXTRA_OECONF = "--enable-pcsc=yes" - -FILES_${PN}-dev += "${libdir}/pkcs11-spy.so \ - ${libdir}/opensc-pkcs11.so \ - ${libdir}/onepin-opensc-pkcs11.so \ - ${libdir}/pkcs11/pkcs11-spy.so \ - ${libdir}/pkcs11/opensc-pkcs11.so \ - ${libdir}/pkcs11/onepin-opensc-pkcs11.so \ - " -FILES_${PN}-dbg += "${libdir}/pkcs11/.debug" diff --git a/bitbake/pcsc-lite/pcsc-lite_1.7.2.bb b/bitbake/pcsc-lite/pcsc-lite_1.7.2.bb deleted file mode 100644 index de980ff..0000000 --- a/bitbake/pcsc-lite/pcsc-lite_1.7.2.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "PC/SC Lite smart card framework and applications" -HOMEPAGE = "http://pcsclite.alioth.debian.org/" -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://COPYING;md5=c8e551349dc346258274f0007679e149" -DEPENDS = "udev" -RDEPENDS += "ccid" -PR = "r2" - -SRC_URI = "https://alioth.debian.org/frs/download.php/3533/pcsc-lite-${PV}.tar.bz2" - -SRC_URI[md5sum] = "47e7055cfc14399fdaa1b7a4aa06e5aa" -SRC_URI[sha256sum] = "41f13d552eaa2c3978fbb6f2125e81903a0767011d999052fd1a6ee03880b398" - -inherit autotools - -EXTRA_OECONF = " \ - --disable-libusb \ - --enable-libudev \ - --enable-usbdropdir=${libdir}/pcsc/drivers \ - " - -S = "${WORKDIR}/pcsc-lite-${PV}" - -PACKAGES =+ "${PN}-lib" - -FILES_${PN}-lib = "${libdir}/lib*${SOLIBS}" diff --git a/bitbake/python/python-pycrypto_2.0.1.bb b/bitbake/python/python-pycrypto_2.0.1.bb deleted file mode 100644 index 99e0c09..0000000 --- a/bitbake/python/python-pycrypto_2.0.1.bb +++ /dev/null @@ -1,18 +0,0 @@ -DESCRIPTION = "A collection of cryptographic algorithms and protocols" -SECTION = "devel/python" -PRIORITY = "optional" -DEPENDS = "gmp" -SRCNAME = "pycrypto" -LICENSE = "pycrypto" -PR = "ml1" - -SRC_URI = "http://www.amk.ca/files/python/crypto/${SRCNAME}-${PV}.tar.gz" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils - -SRC_URI[md5sum] = "4d5674f3898a573691ffb335e8d749cd" -SRC_URI[sha256sum] = "b08d4ed54c9403c77778a3803e53a4f33f359b42d94f6f3e14abb1bf4941e6ea" - -LICENSE = "PyCrypto" -LIC_FILES_CHKSUM = "file://LICENSE;md5=5f6acd2e613d7d23fc7e76d9aed7dceb" diff --git a/bitbake/shr-nfc.patch b/bitbake/shr-nfc.patch deleted file mode 100644 index 88b9e92..0000000 --- a/bitbake/shr-nfc.patch +++ /dev/null @@ -1,24 +0,0 @@ ---- recipes/tasks/task-shr-minimal.bb.org 2010-06-11 23:51:20.815393998 +0200 -+++ recipes/tasks/task-shr-minimal.bb 2010-06-11 23:54:15.036598596 +0200 -@@ -60,6 +60,7 @@ - ${PN}-x \ - ${PN}-apps \ - ${PN}-gtk \ -+ ${PN}-nfc \ - " - - -@@ -144,3 +145,13 @@ - matchbox-keyboard-im \ - " - -+RDEPENDS_${PN}-nfc = "\ -+ pcsc-lite \ -+ libpcsclite \ -+ ccid \ -+ opensc \ -+ libnfc \ -+ ifdnfc \ -+ ccid-emulator \ -+ pace-gui \ -+" diff --git a/bitbake/vsmartcard/ccid-emulator.bb b/bitbake/vsmartcard/ccid-emulator.bb deleted file mode 100644 index 9b40394..0000000 --- a/bitbake/vsmartcard/ccid-emulator.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "CCID Emulator" -DESCRIPTION = "Forward a PC/SC smartcard reader as a standard USB CCID reader" -HOMEPAGE = "http://vsmartcard.sourceforge.net" -BUGTRACKER = "http://sourceforge.net/projects/vsmartcard/support" - -LICENSE = "GPL-3" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" - -DEPENDS = "pcsc-lite linux-libc-headers openssl npa" -RDEPENDS += "kernel-module-gadgetfs" - -SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot;module=vsmartcard;proto=https" -SRCREV = "719" -PV = "0.6+svnr${SRCPV}" -PR = "r0" - -S = "${WORKDIR}/vsmartcard/ccid" - -inherit autotools pkgconfig - -EXTRA_OECONF = 'OPENSSL_LIBS="${STAGING_DIR_TARGET}/lib/libcrypto.a -ldl" --enable-pace' diff --git a/bitbake/vsmartcard/eid-gui.bb b/bitbake/vsmartcard/eid-gui.bb deleted file mode 100644 index 2e5b9bf..0000000 --- a/bitbake/vsmartcard/eid-gui.bb +++ /dev/null @@ -1,16 +0,0 @@ -DESCRIPTION = "Simple GUI for entring a PIN and giving it to npa-tool" -LICENSE = "GPL" -AUTHOR = "Dominik Oepen " - -DEPENDS = "npa" -RDEPENDS = "npa python-pygtk libglade" - -SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard;module=eID_gui;proto=https;rev=417" - -S = "${WORKDIR}/eID_gui" - -inherit autotools pkgconfig python-dir - -FILES_${PN} += "${bindir}/* \ - ${datadir}/eid_gui/* \ - ${PYTHON_SITEPACKAGES_DIR}/eid/*" diff --git a/bitbake/vsmartcard/npa.bb b/bitbake/vsmartcard/npa.bb deleted file mode 100644 index fc2e2b5..0000000 --- a/bitbake/vsmartcard/npa.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "nPA Smart Card Library" -DESCRIPTION = "API and Tool for the new German identity card (neuer Personalausweis, nPA)" -HOMEPAGE = "http://vsmartcard.sourceforge.net" -BUGTRACKER = "http://sourceforge.net/projects/vsmartcard/support" - -LICENSE = "GPL-3" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" - -DEPENDS = "opensc openssl" - -SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot;module=vsmartcard;proto=https" -SRCREV = "719" -PV = "0.4+svnr${SRCPV}" -PR = "r2" - -# statically link to openssl -EXTRA_OECONF += 'OPENSSL_LIBS="${STAGING_DIR_TARGET}/lib/libcrypto.a -ldl"' - -S = "${WORKDIR}/vsmartcard/npa" - -inherit autotools pkgconfig diff --git a/bitbake/vsmartcard/pcsc-relay.bb b/bitbake/vsmartcard/pcsc-relay.bb deleted file mode 100644 index 6ea97fa..0000000 --- a/bitbake/vsmartcard/pcsc-relay.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Relay a smart card via NFC" -DESCRIPTION = "Forward APDUs from the OpenPICC or from a libnfc device to a smart card via the PC/SC middleware." -HOMEPAGE = "http://vsmartcard.sourceforge.net" -BUGTRACKER = "http://sourceforge.net/projects/vsmartcard/support" - -LICENSE = "GPL-3" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" - -DEPENDS = "libnfc pcsc-lite" - -SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot;module=vsmartcard;proto=https" -SRCREV = "719" -PV = "0.4+svnr${SRCPV}" -PR = "r0" - -S = "${WORKDIR}/vsmartcard/pcsc-relay" - -inherit autotools pkgconfig diff --git a/bitbake/vsmartcard/virtualsmartcard.bb b/bitbake/vsmartcard/virtualsmartcard.bb deleted file mode 100644 index 30fb12a..0000000 --- a/bitbake/vsmartcard/virtualsmartcard.bb +++ /dev/null @@ -1,28 +0,0 @@ -SUMMARY = "Virtual Smart Card" -DESCRIPTION = "Virtual smart card with PC/SC Driver" -HOMEPAGE = "http://vsmartcard.sourceforge.net" -BUGTRACKER = "http://sourceforge.net/projects/vsmartcard/support" - -LICENSE = "GPL-3" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" - -DEPENDS = "pcsc-lite" -RDEPENDS += "python-pycrypto python-crypt python-textutils python-imaging python-pickle" - -SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot;module=vsmartcard;proto=https" -SRCREV = "719" -PV = "0.6+svnr${SRCPV}" -PR = "r0" - -S = "${WORKDIR}/vsmartcard/virtualsmartcard" - -EXTRA_OECONF = "--enable-serialdropdir=${libdir}/pcsc/drivers/serial" - -inherit autotools pkgconfig - -FILES_${PN} += "\ - ${libdir}/python2.7 \ - ${libdir}/pcsc/drivers/serial/libvpcd.so.0.5 \ -" -FILES_${PN}-dbg += "${libdir}/pcsc/drivers/serial/.debug" -FILES_${PN}-dev += "${libdir}/pcsc/drivers/serial/libvpcd.so" diff --git a/bitbake/vsmartcard/vscarchitecture.bb b/bitbake/vsmartcard/vscarchitecture.bb deleted file mode 100644 index 31b2232..0000000 --- a/bitbake/vsmartcard/vscarchitecture.bb +++ /dev/null @@ -1,5 +0,0 @@ -DESCRIPTION = "Virtual Smartcard with PCSC Driver and CCID to PCSC Gadget" -LICENSE = "GPL" - -DEPENDS = "npa ccid-emulator virtualsmartcard picctopcsc" -