when enabling python-pyqt5, many modules like PyQt5.QtSerialPort don't get built because python-pt5 only has qt5base as dependencies. So even if qt5serialport is enabled, the python module gets built first and fails to find qtserialport installed, as reported by this error: Project ERROR: Unknown module(s) in QT: serialport Test: A) Setup a regular buildroot build with python-qt5 and qt5 and qt5serialport enabled. The error pops up. B) Make clean. Run make qtserialport and then build python-qt5, and now the serialport modules get built.
Hi Sahaj, this patch should fix that bug: https://patchwork.ozlabs.org/patch/1151846/ Can you give a try a report if it works? Thanks Best regards Giulio Benetti
Thanks for the bug report. This has been fixed in commit https://git.buildroot.org/buildroot/commit/?id=2320dec34c87d28ab7ab3f445e3f6e429023f01f.