feat(qt5): add qt5serialport and qt5serialbus packages#72
feat(qt5): add qt5serialport and qt5serialbus packages#72titobrasolin wants to merge 2 commits intoopenwrt:masterfrom
Conversation
6653108 to
2823979
Compare
CI Failure: Qt5 Source URLs (Ref: #101)Hi! I noticed the build tests failed. This is a known infrastructure issue caused by the Qt5 source URLs being moved to the official archives, as I documented in detail in issue #101 (which I opened with my corporate account @titobrasolin-ke). As shown in the logs, This failure is unrelated to the logic of my changes. This PR has already successfully passed the initial metadata and formatting checks (Signed-off-by, commit comments, etc.). I am available to rebase this PR or re-run the actions as soon as the fix for the Qt5 base URL (proposed in #101) is merged. Thanks! |
2823979 to
67158a9
Compare
The official_releases directory returns 404 for Qt 5.15.16. Switching to the archive path ensures a reliable primary download. Fixes openwrt#101 Relates to openwrt#72 Signed-off-by: Tito Brasolin <tito.brasolin@gmail.com>
Signed-off-by: Tito Brasolin <tito.brasolin@gmail.com>
Signed-off-by: Tito Brasolin <tito.brasolin@gmail.com>
67158a9 to
67dee9c
Compare
|
The build failed during the Meson configuration phase despite the logs showing a successful installation of the Python dependencies at the beginning of the process. Related Issue: mesa fails to build due to yaml module not being found · Issue #61 · openwrt/video Failure Analysis: The error
Relevant logs: 1. Python Dependencies Installation: 2. Meson Setup with matching PYTHONPATH: It seems the host-python environment is being strictly isolated, or the installed modules are not being placed where the subsequent build steps expect them to be. |
These packages enable serial communication functionalities for Qt5 applications on OpenWrt targets.