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:
frankmorgner
2011-02-01 13:33:08 +00:00
parent dba8a45ed4
commit beac0a2890
16 changed files with 32 additions and 144 deletions

18
bitbake/vsmartcard/npa.bb Normal file
View File

@@ -0,0 +1,18 @@
DESCRIPTION = "API and Tools for the new German identity card (neuer Personalausweis, nPA)"
LICENSE = "GPL"
DEPENDS = "openssl opensc"
RDEPENDS = "libcrypto"
SRC_URI = "svn://vsmartcard.svn.sourceforge.net/svnroot;module=vsmartcard;proto=https;rev=396"
S = "${WORKDIR}/vsmartcard/npa"
inherit autotools pkgconfig
EXTRA_OECONF = ""
FILES_${PN} += "\
${bindir}/* \
${libdir}/* \
"