Hey,
I'm trying to build a package incorporating a custom meta layer for
incorporating pylon5 package containing the bin, lib, include files.
During the build's do_package_qa, this error pops up :
ERROR: pylon-trial-1.0-r0 do_package_qa: QA Issue:
/opt/pylon5/bin/platforms/libqxcb.so contained
Answering my own question, having looked at what I dismissed as an irrelevant
post more thoroughly I spotted a potential source of the above. It appears the
python3 recipes pyconfig.h is getting clobbered by the tensorflow recipe which
I had previously built:
https://github.com/ribalda/meta-ten
I'm running into the below problem whilst trying to build python projects
against python3.12 under Scarthgap. Search engines turn up very little/nothing
relevant on the topic which leads me to think it must be something related to
my specific configuration but I am all out of ideas at this point