diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-01-06 11:51:59 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-06 22:09:49 -0500 |
| commit | d6cc9319ac2e4aad2cd90d9126d15e265db9ca08 (patch) | |
| tree | 48ec5929b876cca9089d5eaa382d2138ae16a6fa /meta-openstack/recipes-devtools/python/python-pycrypto_2.6.1.bb | |
| parent | d2de7a93b002979ac502f740c82c589c1b776cea (diff) | |
| download | meta-cloud-services-d6cc9319ac2e4aad2cd90d9126d15e265db9ca08.tar.gz | |
python-pycrypto: skip compile
There is nothing to compile. Attempting to compile results in a build
failure so skip it.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pycrypto_2.6.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pycrypto_2.6.1.bb | 2 |
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 | ||
| 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. |
