summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pycrypto_2.6.bb
Commit message (Collapse)AuthorAgeFilesLines
* pycrypto: void src/build separationMark Asselstine2014-05-131-1/+1
| | | | | | | | 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>
* python-pycrypto: override do_installBruce Ashfield2013-10-031-0/+7
| | | | | | | | | | | | python-pycrypto must inherit autotools to have the proper parameters passed to its configuration phase. But this same package doesn't have a "make install" target, so the autotools added install rule errors when run against the package. To fix this, we pick and chose what we execute by implementing our own do_install and calling the class routines explicitly. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-pycrypto: Fix configure failureMark Hatle2013-09-071-27/+1
| | | | Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* pycrypto: fix QA errors and configure failBruce Ashfield2013-09-061-1/+31
| | | | | | | | | Two fixes in this change, one is to clearly set capabilities and trigger configure, to avoid build and configuration issues. The second is to workaround an autoconf bug by exporting: ac_cv_func_malloc_0_nonnull=yes Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-pycrypto: change upstream referenceBruce Ashfield2013-08-281-1/+1
| | | | | | | ftp.dlitz.net is not always avaialble, switching the upstream to pypi.python.org results in reliable builds. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* python-pycrypto: added 2.6Mihai Prica2013-08-281-0/+21
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>