From c7185e4dfe4c49c6bbe0b3533257cd8bf8135f7c Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Fri, 9 May 2014 09:07:49 -0400 Subject: pycrypto: void src/build separation distutils.bbclass does not work when there is a build/src separation so inherit autotools-brokensep so continue building in the src dir. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb') diff --git a/meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb b/meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb index 9994fc9..9c646e4 100644 --- a/meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb +++ b/meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb @@ -22,7 +22,7 @@ export STAGING_LIBDIR export BUILD_SYS export HOST_SYS -inherit autotools distutils +inherit autotools autotools-brokensep distutils # 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 -- cgit v1.2.3-54-g00ecf