summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
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-21 13:28:47 -0400
commitfff92e6cd70137ac287b5a63c54d3dd0595f178b (patch)
tree071f9caf8cc2e239606d81a8557281f84708331b /meta-openstack/recipes-devtools/python
parent257165e293068003d3e933718f6240790affdf4b (diff)
downloadmeta-cloud-services-fff92e6cd70137ac287b5a63c54d3dd0595f178b.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>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-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