relocate packages on recipes-base/recipes-enigma2/recipes-wlan.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-devtools / python / python-pycrypto_2.5.bb
diff --git a/meta-openvuplus/recipes-devtools/python/python-pycrypto_2.5.bb b/meta-openvuplus/recipes-devtools/python/python-pycrypto_2.5.bb
new file mode 100644 (file)
index 0000000..b7a4811
--- /dev/null
@@ -0,0 +1,17 @@
+SUMMARY = "A collection of cryptographic algorithms and protocols"
+SECTION = "devel/python"
+LICENSE = "PD & Python-2.0"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=35f354d199e8cb7667b059a23578e63d"
+DEPENDS = "gmp"
+PR = "r2"
+
+SRC_URI = "http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/pycrypto-${PV}.tar.gz \
+           file://no-usr-include.patch"
+SRC_URI[md5sum] = "783e45d4a1a309e03ab378b00f97b291"
+SRC_URI[sha256sum] = "e950a78184e2a7defccf5d45e0c29c1e9edeb29984433f0d110a21e9631e38de"
+
+S = "${WORKDIR}/pycrypto-${PV}"
+
+inherit autotools distutils
+
+BBCLASSEXTEND = "native"