From c7c2f7d75a97383d5256d26963b07bc8b2d26e57 Mon Sep 17 00:00:00 2001 From: oepen Date: Fri, 11 Jun 2010 22:10:53 +0000 Subject: [PATCH] Fixed recipes and added patch to include our packages in SHR minimal image git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@147 96b47cad-a561-4643-ad3b-153ac7d7599c --- bitbake/pace-gui.bb | 4 ++-- bitbake/shr-nfc.patch | 24 ++++++++++++++++++++++++ bitbake/vscarchitecture.bb | 2 +- 3 files changed, 27 insertions(+), 3 deletions(-) create mode 100644 bitbake/shr-nfc.patch diff --git a/bitbake/pace-gui.bb b/bitbake/pace-gui.bb index b6e21dd..b47ddb2 100644 --- a/bitbake/pace-gui.bb +++ b/bitbake/pace-gui.bb @@ -1,8 +1,8 @@ DESCRIPTION = "Simple GUI for entring a PIN and giving it to pace-tool" LICENSE = "GPL" -DEPENDS = "ccid-tool" -RDEPENDS = "ccid-tool python-pygtk libglade" +DEPENDS = "ccid-emulator" +RDEPENDS = "ccid-emulator python-pygtk libglade" SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard;module=pace-gui;proto=https;rev=145" diff --git a/bitbake/shr-nfc.patch b/bitbake/shr-nfc.patch new file mode 100644 index 0000000..88b9e92 --- /dev/null +++ b/bitbake/shr-nfc.patch @@ -0,0 +1,24 @@ +--- 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/vscarchitecture.bb b/bitbake/vscarchitecture.bb index da9477f..e78ced5 100644 --- a/bitbake/vscarchitecture.bb +++ b/bitbake/vscarchitecture.bb @@ -1,5 +1,5 @@ DESCRIPTION = "Virtual Smartcard with PCSC Driver and CCID to PCSC Gadget" LICENSE = "GPL" -DEPENDS = "ccid-tool virtualsmartcard picctopcsc" +DEPENDS = "ccid-emulator virtualsmartcard picctopcsc"