diff options
| author | Armin Kuster <akuster808@gmail.com> | 2016-07-01 07:30:41 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2016-08-20 10:23:37 -0700 |
| commit | 98d705a3bc2d36a094515b9168c22d82c0431424 (patch) | |
| tree | 1e4899c59dce645674881f1291aeb5944c8e7b99 /recipes-devtools/python | |
| parent | cd59718eb066b8c1682503a0621f2202044131de (diff) | |
| download | meta-security-98d705a3bc2d36a094515b9168c22d82c0431424.tar.gz | |
python-pycrypto: fix build error
| DEBUG: Executing shell function do_compile
| make: *** No targets specified and no makefile found. Stop.
add null do_compile
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-devtools/python')
| -rw-r--r-- | recipes-devtools/python/python-pycrypto_2.6.1.bb | 4 |
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 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 16 | 16 | ||
| 17 | inherit distutils | 17 | inherit setuptools |
| 18 | 18 | ||
| 19 | export STAGING_INCDIR | 19 | export STAGING_INCDIR |
| 20 | export STAGING_LIBDIR | 20 | export STAGING_LIBDIR |
| @@ -25,6 +25,8 @@ inherit autotools autotools-brokensep distutils | |||
| 25 | 25 | ||
| 26 | DEPENDS += " gmp" | 26 | DEPENDS += " gmp" |
| 27 | 27 | ||
| 28 | do_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. |
