summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/python/python-pycrypto_2.6.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-pycrypto_2.6.1.bb b/recipes-devtools/python/python-pycrypto_2.6.1.bb
index a2ad4d1..8036158 100644
--- a/recipes-devtools/python/python-pycrypto_2.6.1.bb
+++ b/recipes-devtools/python/python-pycrypto_2.6.1.bb
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528
14 14
15S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16
17inherit distutils 17inherit setuptools
18 18
19export STAGING_INCDIR 19export STAGING_INCDIR
20export STAGING_LIBDIR 20export STAGING_LIBDIR
@@ -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.