mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-09 23:54:36 +02:00
qt5-native.inc, nativesdk-qt5.inc, nativesdk-packagegroup-qt5-toolchain-host: reorder inherits to fix new QA check
* 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>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
SUMMARY = "Host packages for the Qt5 standalone SDK or external toolchain"
|
||||
LICENSE = "MIT"
|
||||
|
||||
inherit nativesdk packagegroup
|
||||
inherit packagegroup nativesdk
|
||||
|
||||
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
inherit nativesdk qmake5_base
|
||||
inherit qmake5_base nativesdk
|
||||
|
||||
# we don't want conflicts with qt4
|
||||
OE_QMAKE_PATH_HEADERS = "${OE_QMAKE_PATH_QT_HEADERS}"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
inherit native qmake5_base
|
||||
inherit qmake5_base native
|
||||
|
||||
# we don't want conflicts with qt4
|
||||
OE_QMAKE_PATH_HEADERS = "${OE_QMAKE_PATH_QT_HEADERS}"
|
||||
|
||||
Reference in New Issue
Block a user