diff --git a/bitbake/pace-gui.bb b/bitbake/eid-gui.bb similarity index 51% rename from bitbake/pace-gui.bb rename to bitbake/eid-gui.bb index b47ddb2..0dd2ecf 100644 --- a/bitbake/pace-gui.bb +++ b/bitbake/eid-gui.bb @@ -1,14 +1,16 @@ DESCRIPTION = "Simple GUI for entring a PIN and giving it to pace-tool" LICENSE = "GPL" +AUTHOR = "Dominik Oepen " 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" +SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard;module=eID_gui;proto=https;rev=237" -S = "${WORKDIR}/pace-gui" +S = "${WORKDIR}/eID_gui" -inherit autotools_stage pkgconfig +inherit autotools_stage pkgconfig python-dir FILES_${PN} += "${bindir}/* \ - ${datadir}/pinpad/*" + ${datadir}/eid_gui/* \ + ${PYTHON_SITEPACKAGES_DIR}/eid/*"