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
This commit is contained in:
oepen
2010-06-11 22:10:53 +00:00
parent c64e9ac527
commit c7c2f7d75a
3 changed files with 27 additions and 3 deletions

View File

@@ -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"