diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-28 13:03:59 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-28 15:55:09 +0200 |
commit | eed206da36737ab299599f87d8f3d08cb3838635 (patch) | |
tree | 87a649dd87f831438c22871a237e4de000a2041e /recipes-qt/qt5 | |
parent | 40cf08634741494df0c66fdfb151613b7ae29803 (diff) | |
download | meta-qt5-eed206da36737ab299599f87d8f3d08cb3838635.tar.gz |
qt5: move SSTATE_SCAN_FILES to qmake5_base.bbclass
* penalty for more replacements is better then to forget to add this
in some component which will also install .prl files
Diffstat (limited to 'recipes-qt/qt5')
-rw-r--r-- | recipes-qt/qt5/qtbase-native.inc | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtbase.inc | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtjsbackend-native.inc | 2 | ||||
-rw-r--r-- | recipes-qt/qt5/qtjsbackend.inc | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/recipes-qt/qt5/qtbase-native.inc b/recipes-qt/qt5/qtbase-native.inc index 5f88130d..764e010e 100644 --- a/recipes-qt/qt5/qtbase-native.inc +++ b/recipes-qt/qt5/qtbase-native.inc | |||
@@ -9,8 +9,6 @@ inherit native qmake5_base | |||
9 | 9 | ||
10 | QT_MODULE = "qtbase" | 10 | QT_MODULE = "qtbase" |
11 | 11 | ||
12 | SSTATE_SCAN_FILES += "*.pri *.prl" | ||
13 | |||
14 | SRC_URI += " \ | 12 | SRC_URI += " \ |
15 | file://0001-Add-linux-oe-g-platform.patch \ | 13 | file://0001-Add-linux-oe-g-platform.patch \ |
16 | file://0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ | 14 | file://0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ |
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc index a5ac60cb..f348c19d 100644 --- a/recipes-qt/qt5/qtbase.inc +++ b/recipes-qt/qt5/qtbase.inc | |||
@@ -27,8 +27,6 @@ QT_MODULE_FLAGS = "-no-xcb" | |||
27 | 27 | ||
28 | INC_PR = "r0" | 28 | INC_PR = "r0" |
29 | 29 | ||
30 | SSTATE_SCAN_FILES += "*.pri *.prl" | ||
31 | |||
32 | # Qt uses atomic instructions not supported in thumb mode | 30 | # Qt uses atomic instructions not supported in thumb mode |
33 | ARM_INSTRUCTION_SET = "arm" | 31 | ARM_INSTRUCTION_SET = "arm" |
34 | 32 | ||
diff --git a/recipes-qt/qt5/qtjsbackend-native.inc b/recipes-qt/qt5/qtjsbackend-native.inc index b73311ee..25de8e60 100644 --- a/recipes-qt/qt5/qtjsbackend-native.inc +++ b/recipes-qt/qt5/qtjsbackend-native.inc | |||
@@ -5,8 +5,6 @@ DEPENDS = "qtbase-native" | |||
5 | 5 | ||
6 | QT_MODULE = "qtjsbackend" | 6 | QT_MODULE = "qtjsbackend" |
7 | 7 | ||
8 | SSTATE_SCAN_FILES += "*.pri *.prl" | ||
9 | |||
10 | INC_PR = "r0" | 8 | INC_PR = "r0" |
11 | 9 | ||
12 | inherit native qmake5_base | 10 | inherit native qmake5_base |
diff --git a/recipes-qt/qt5/qtjsbackend.inc b/recipes-qt/qt5/qtjsbackend.inc index a7e956d8..9cbe9378 100644 --- a/recipes-qt/qt5/qtjsbackend.inc +++ b/recipes-qt/qt5/qtjsbackend.inc | |||
@@ -8,8 +8,6 @@ DEPENDS = "qtbase qtjsbackend-native" | |||
8 | 8 | ||
9 | INC_PR = "r0" | 9 | INC_PR = "r0" |
10 | 10 | ||
11 | SSTATE_SCAN_FILES += "*.pri *.prl" | ||
12 | |||
13 | inherit qmake5 | 11 | inherit qmake5 |
14 | 12 | ||
15 | SRC_URI += " \ | 13 | SRC_URI += " \ |