organized bitbake recipes in directories. deleted obsolete .bb files
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@398 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
16
bitbake/vsmartcard/eid-gui.bb
Normal file
16
bitbake/vsmartcard/eid-gui.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
DESCRIPTION = "Simple GUI for entring a PIN and giving it to pace-tool"
|
||||
LICENSE = "GPL"
|
||||
AUTHOR = "Dominik Oepen <oepen@informatik.hu-berlin.de>"
|
||||
|
||||
DEPENDS = "ccid-emulator"
|
||||
RDEPENDS = "ccid-emulator python-pygtk libglade"
|
||||
|
||||
SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard;module=eID_gui;proto=https;rev=237"
|
||||
|
||||
S = "${WORKDIR}/eID_gui"
|
||||
|
||||
inherit autotools_stage pkgconfig python-dir
|
||||
|
||||
FILES_${PN} += "${bindir}/* \
|
||||
${datadir}/eid_gui/* \
|
||||
${PYTHON_SITEPACKAGES_DIR}/eid/*"
|
||||
Reference in New Issue
Block a user