summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pycrypto_2.6.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pycrypto_2.6.1.bb b/meta-openstack/recipes-devtools/python/python-pycrypto_2.6.1.bb
index a2ad4d1..b823224 100644
--- a/meta-openstack/recipes-devtools/python/python-pycrypto_2.6.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-pycrypto_2.6.1.bb
@@ -25,6 +25,8 @@ inherit autotools autotools-brokensep distutils
25 25
26DEPENDS += " gmp" 26DEPENDS += " gmp"
27 27
28do_compile[noexec] = "1"
29
28# We explicitly call distutils_do_install, since we want it to run, but 30# We explicitly call distutils_do_install, since we want it to run, but
29# *don't* want the autotools install to run, since this package doesn't 31# *don't* want the autotools install to run, since this package doesn't
30# provide a "make install" target. 32# provide a "make install" target.