summaryrefslogtreecommitdiffstats
path: root/package/python-libconfig/0001-Determine-boost_python-name-depending-on-current-Pyt.patch
Commit message (Collapse)AuthorAgeFilesLines
* python-libconfig: fix python-3.7 supportBernd Kuhls2018-08-241-2/+4
| | | | | | | | Fixes http://autobuild.buildroot.net/results/32f/32f7e38895e7c491916bd69ed91bbe016e8b3ff6/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* python-libconfig: fix build with python2Fabrice Fontaine2018-07-011-3/+3
| | | | | | | | | | | Since boost 1.67, libboost_python is now named libboost_python27 when python2 is enabled Fixes: - http://autobuild.buildroot.net/results/a1feb4c4b70b3c939ae1127417130ea33a91159b Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* python-libconfig: fix build with boost 1.67Fabrice Fontaine2018-06-251-2/+4
| | | | | | | | | | | Since boost 1.67, python3 boost library is boost_python36.so instead of boost_python3.so so update first patch Fixes: - http://autobuild.buildroot.net/results/6f973f2945727b302409405288ef0b9808c7317b Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* python-libconfig: fix Python3 buildYegor Yefremov2017-07-291-0/+40
boost_python library is named boost_python3, if boost is built under Python3 environment. The patch fixes setup.py accordingly. Fixes: http://autobuild.buildroot.net/results/975/97533965180436c2f7a99de07fdc360ef57f84b0 http://autobuild.buildroot.net/results/b49/b49de32704f0f7ce5a610cf4363c6dcc2d8bafa1 http://autobuild.buildroot.net/results/e26/e26b4b9b486c582fb55826817a3428569968320f Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud