There is nothing to compile. Attempting to compile results in a build failure so skip it.
Signed-off-by: Mark Asselstine <[email protected]> --- meta-openstack/recipes-devtools/python/python-pycrypto_2.6.1.bb | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
