Pyqt5 build failure - source not found

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Pyqt5 build failure - source not found

605 Views
don_gunn
Contributor V

I have tried to add "python3-pyqt5" to my yocto image but when I run the build the source file is not available:

 

failed to fetch URL https://www.riverbankcomputing.com/static/Downloads/PyQt5/5.13.2/PyQt5-5.13.2.tar.gz

HTTP request sent, awaiting response... 404 Not Found

 

I am building for the MX8M Mini EVK with the 5.4.24 BSP release.  I checked the riverbank computing website and there doesn't seem to be a section that hosts older versions of their packages.  Where can I get this source file?  Will this be fixed in the recipe?

 

Don

0 Kudos
2 Replies

584 Views
don_gunn
Contributor V

Thank you,  That is how I ended up fixing it.  I switched to the master branch of meta-qt5 and updated my sip version with a patch and it now builds python3-pyqt5.  Will the bsp be updated to fix this issue or is this going to have to be manually done by everyone?

 

Don

0 Kudos

598 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello don_gunn,

The correct link should be:

sip:
https://github.com/openembedded/meta-openembedded/tree/master/meta-oe/recipes-devtools/sip
pyqt5: https://github.com/meta-qt5/meta-qt5/tree/master/recipes-python/pyqt5

so added to that sources and now it compiles with "IMAGE_INSTALL_append +=
"python-pyqt5""

 

Regards

 

0 Kudos