summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2014-05-09 09:07:49 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-05-13 09:42:02 -0400
commitc7185e4dfe4c49c6bbe0b3533257cd8bf8135f7c (patch)
tree22d9890f270dca52ecdf370a7b62a4804e8fb38e
parent8be0a0d6836439fd326fd94bc9332b2ee424e94a (diff)
downloadmeta-cloud-services-c7185e4dfe4c49c6bbe0b3533257cd8bf8135f7c.tar.gz
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 <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb2
1 files changed, 1 insertions, 1 deletions
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
22export BUILD_SYS 22export BUILD_SYS
23export HOST_SYS 23export HOST_SYS
24 24
25inherit autotools distutils 25inherit autotools autotools-brokensep distutils
26 26
27# We explicitly call distutils_do_install, since we want it to run, but 27# We explicitly call distutils_do_install, since we want it to run, but
28# *don't* want the autotools install to run, since this package doesn't 28# *don't* want the autotools install to run, since this package doesn't