mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 08:52:35 +02:00
qmake5_base: add *.prf to SSTATE_SCAN_FILES
* 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 <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user