diff options
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 | 7 |
1 files changed, 7 insertions, 0 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 b75f35d..9994fc9 100644 --- a/meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb +++ b/meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb | |||
| @@ -23,3 +23,10 @@ export BUILD_SYS | |||
| 23 | export HOST_SYS | 23 | export HOST_SYS |
| 24 | 24 | ||
| 25 | inherit autotools distutils | 25 | inherit autotools distutils |
| 26 | |||
| 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 | ||
| 29 | # provide a "make install" target. | ||
| 30 | do_install() { | ||
| 31 | distutils_do_install | ||
| 32 | } | ||
