[oe] [meta-python PATCH 3/3] python3-pycrypto: Add recipe

Otavio Salvador otavio at ossystems.com.br
Mon Nov 20 17:43:31 UTC 2017


Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---

 meta-python/recipes-devtools/python/python3-pycrypto_2.6.1.bb | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-pycrypto_2.6.1.bb

diff --git a/meta-python/recipes-devtools/python/python3-pycrypto_2.6.1.bb b/meta-python/recipes-devtools/python/python3-pycrypto_2.6.1.bb
new file mode 100644
index 000000000..0f0999955
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pycrypto_2.6.1.bb
@@ -0,0 +1,9 @@
+inherit distutils3
+require python-pycrypto.inc
+
+# We explicitly call distutils3_do_install, since we want it to run, but
+# *don't* want the autotools install to run, since this package doesn't
+# provide a "make install" target.
+do_install() {
+       distutils3_do_install
+}
-- 
2.15.0




More information about the Openembedded-devel mailing list