From d6cc9319ac2e4aad2cd90d9126d15e265db9ca08 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Fri, 6 Jan 2017 11:51:59 -0500 Subject: 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 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-pycrypto_2.6.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-openstack/recipes-devtools/python/python-pycrypto_2.6.1.bb') 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 DEPENDS += " gmp" +do_compile[noexec] = "1" + # We explicitly call distutils_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. -- cgit v1.2.3-54-g00ecf