* e.g. maliit-framework-qt5 is staging sysroot specific paths in sysroot-destdir/usr/lib/qt5/mkspecs/features/maliit-plugins.prf sysroot-destdir/usr/lib/qt5/mkspecs/features/maliit-framework.prf make sure they are replaced with correct ones on sstate reuse
Signed-off-by: Martin Jansa <[email protected]> --- classes/qmake5_base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/qmake5_base.bbclass b/classes/qmake5_base.bbclass index f1a0945..e7b85e3 100644 --- a/classes/qmake5_base.bbclass +++ b/classes/qmake5_base.bbclass @@ -14,7 +14,7 @@ OE_QMAKE_PLATFORM = "linux-oe-g++" OE_QMAKE_DEBUG_OUTPUT ?= "" # Paths in .prl files contain SYSROOT value -SSTATE_SCAN_FILES += "*.pri *.prl" +SSTATE_SCAN_FILES += "*.pri *.prl *.prf" # drop default -e and add needed OE_QMAKE vars explicitly # the problem is that when generated Makefile has: -- 2.2.1 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
