summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/nativesdk-qt5.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-01-27 19:16:27 +0100
committerMartin 'JaMa' Jansa <Martin.Jansa@gmail.com>2021-01-30 15:20:56 +0100
commit2b33a5d5e888370bb56685b86aa82b73624f19f0 (patch)
tree6dc00dc95d73f00b5f6a67bdf5b2bc153bbbdbd9 /recipes-qt/qt5/nativesdk-qt5.inc
parenta66af3392070a722a806e116ef931c7d62504064 (diff)
downloadmeta-qt5-upstream/jansa/gatesgarth.tar.gz
qt5-native.inc, nativesdk-qt5.inc, nativesdk-packagegroup-qt5-toolchain-host: reorder inherits to fix new QA checkupstream/jansa/gatesgarthupstream/gatesgarth-nextupstream/gatesgarth
* fixes: WARNING: meta-qt5/recipes-qt/qt5/qtbase-native_git.bb: QA Issue: qtbase-native: native/nativesdk class is not inherited last, this can result in unexpected behaviour. [native-last] WARNING: meta-qt5/recipes-qt/qt5/nativesdk-qtbase_git.bb: QA Issue: nativesdk-qtbase: native/nativesdk class is not inherited last, this can result in unexpected behaviour. [native-last] WARNING: meta-qt5/recipes-qt/packagegroups/nativesdk-packagegroup-qt5-toolchain-host.bb: QA Issue: nativesdk-packagegroup-qt5-toolchain-host: native/nativesdk class is not inherited last, this can result in unexpected behaviour. [native-last] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/nativesdk-qt5.inc')
-rw-r--r--recipes-qt/qt5/nativesdk-qt5.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/nativesdk-qt5.inc b/recipes-qt/qt5/nativesdk-qt5.inc
index 2eb8c142..5472012c 100644
--- a/recipes-qt/qt5/nativesdk-qt5.inc
+++ b/recipes-qt/qt5/nativesdk-qt5.inc
@@ -1,4 +1,4 @@
1inherit nativesdk qmake5_base 1inherit qmake5_base nativesdk
2 2
3# we don't want conflicts with qt4 3# we don't want conflicts with qt4
4OE_QMAKE_PATH_HEADERS = "${OE_QMAKE_PATH_QT_HEADERS}" 4OE_QMAKE_PATH_HEADERS = "${OE_QMAKE_PATH_QT_HEADERS}"