diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2014-05-09 09:07:49 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-21 13:28:47 -0400 |
| commit | fff92e6cd70137ac287b5a63c54d3dd0595f178b (patch) | |
| tree | 071f9caf8cc2e239606d81a8557281f84708331b /meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb | |
| parent | 257165e293068003d3e933718f6240790affdf4b (diff) | |
| download | meta-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/python-pycrypto_2.6.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb | 2 |
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 | |||
| 22 | export BUILD_SYS | 22 | export BUILD_SYS |
| 23 | export HOST_SYS | 23 | export HOST_SYS |
| 24 | 24 | ||
| 25 | inherit autotools distutils | 25 | inherit 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 |
