updated bitbake recipes of support packages

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@720 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2012-02-23 11:58:24 +00:00
parent 5b10df505b
commit a0536f54ef
11 changed files with 94 additions and 419 deletions

View File

@@ -0,0 +1,15 @@
DESCRIPTION = "A collection of cryptographic algorithms and protocols"
SECTION = "devel/python"
PRIORITY = "optional"
DEPENDS = "gmp"
SRCNAME = "pycrypto"
LICENSE = "pycrypto"
PR = "ml1"
SRC_URI = "http://www.amk.ca/files/python/crypto/${SRCNAME}-${PV}.tar.gz"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit distutils
SRC_URI[md5sum] = "4d5674f3898a573691ffb335e8d749cd"
SRC_URI[sha256sum] = "b08d4ed54c9403c77778a3803e53a4f33f359b42d94f6f3e14abb1bf4941e6ea"