diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-01-06 15:57:54 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-01-06 15:58:55 +0100 |
commit | e2f5adc92c0f6223eb557c5dcbfe2eb9830deb73 (patch) | |
tree | 2a72175e3e3ffebc1ac95d3827eef4c875190be9 | |
parent | ad958ec94752371aa25bfbfd0f60489a20a45c0f (diff) | |
download | meta-qt5-e2f5adc92c0f6223eb557c5dcbfe2eb9830deb73.tar.gz |
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>
-rw-r--r-- | classes/qmake5_base.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/qmake5_base.bbclass b/classes/qmake5_base.bbclass index f1a09450..e7b85e35 100644 --- a/classes/qmake5_base.bbclass +++ b/classes/qmake5_base.bbclass | |||
@@ -14,7 +14,7 @@ OE_QMAKE_PLATFORM = "linux-oe-g++" | |||
14 | OE_QMAKE_DEBUG_OUTPUT ?= "" | 14 | OE_QMAKE_DEBUG_OUTPUT ?= "" |
15 | 15 | ||
16 | # Paths in .prl files contain SYSROOT value | 16 | # Paths in .prl files contain SYSROOT value |
17 | SSTATE_SCAN_FILES += "*.pri *.prl" | 17 | SSTATE_SCAN_FILES += "*.pri *.prl *.prf" |
18 | 18 | ||
19 | # drop default -e and add needed OE_QMAKE vars explicitly | 19 | # drop default -e and add needed OE_QMAKE vars explicitly |
20 | # the problem is that when generated Makefile has: | 20 | # the problem is that when generated Makefile has: |