It may be hidden by the huge work that is done by the community, so I ask it again.
Hello, if I do a bitbake -c clean for qt4-embedded or qt4-native all libraries and binaries of QT are left in the sysroots and all created packages are left in deploy. This is an result of splitting qt into several sub packages and install them. This behavior makes problems if I change the used QT Version of the distro. If qt recipe builds, it first searches for the libraries in sysroot (standard library path of OE) and then it search in its working directory. While the sysroots contain libraries of a different QT version now, the build will fail. Is there a way to clean all sub packages of qt if I clean the qt4-embedded or qt4-native package ? An other solution may be to switch the order of the library paths in the linker command (-L) to search libraries in the package working path first. But how to do this in a proper way? Regards Wolfgang Hauser _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core