mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Don't append BBCLASSEXTENDs
Be consistend about BBCLASSEXTENDS, there is no need to append them. Change-Id: I3b5838b23a6141b96fe7bdb128071335ec27a315 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
8dc000f55e
commit
b4b672964c
|
|
@ -150,6 +150,6 @@ FILES_${PN}-tools += "\
|
|||
${QT6_INSTALL_LIBEXECDIR}/syncqt.pl \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND =+ "native nativesdk"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
SRCREV = "d05118bf10e9a8ab419248a31d45a694a4622cb0"
|
||||
|
|
|
|||
|
|
@ -14,6 +14,6 @@ include recipes-qt/qt6/qt6.inc
|
|||
|
||||
DEPENDS += "qtbase qtshadertools qtshadertools-native qtdeclarative-native"
|
||||
|
||||
BBCLASSEXTEND =+ "native nativesdk"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
SRCREV = "849fb81148f5942307cdbe173f955476878bc2f6"
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ SRC_URI += " \
|
|||
|
||||
DEPENDS = "qtbase qtdeclarative qtshadertools qtshadertools-native qtquick3d-native"
|
||||
|
||||
BBCLASSEXTEND =+ "native nativesdk"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
PACKAGECONFIG[system-assimp] = "-DFEATURE_system_assimp=ON,-DFEATURE_system_assimp=OFF,assimp"
|
||||
|
||||
|
|
|
|||
|
|
@ -16,6 +16,6 @@ PACKAGECONFIG ?= "qml"
|
|||
PACKAGECONFIG[examples] = "-DQT_BUILD_EXAMPLES=ON,-DQT_BUILD_EXAMPLES=OFF,qtscxml-native"
|
||||
PACKAGECONFIG[qml] = ",,qtdeclarative qtdeclarative-native"
|
||||
|
||||
BBCLASSEXTEND =+ "native nativesdk"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
SRCREV = "bc8d968ec242fc4d05aa72ce980847a948fbf328"
|
||||
|
|
|
|||
|
|
@ -13,6 +13,6 @@ include recipes-qt/qt6/qt6.inc
|
|||
|
||||
DEPENDS += "qtbase qtserialport qtserialbus-native"
|
||||
|
||||
BBCLASSEXTEND =+ "native nativesdk"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
SRCREV = "6c2cca7060ea039f5d64c3bba6bd23e9a3d034d8"
|
||||
|
|
|
|||
|
|
@ -14,6 +14,6 @@ include recipes-qt/qt6/qt6.inc
|
|||
|
||||
DEPENDS += "qtbase"
|
||||
|
||||
BBCLASSEXTEND =+ "native nativesdk"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
SRCREV = "d8f276627a788d435169008952fc75c693c21c79"
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ include recipes-qt/qt6/qt6.inc
|
|||
|
||||
DEPENDS = "qtbase qtshadertools-native"
|
||||
|
||||
BBCLASSEXTEND =+ "native nativesdk"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
SRCREV = "b9949c1d097a8189cd0239d6dd6ab73e49db8d17"
|
||||
|
|
|
|||
|
|
@ -16,6 +16,6 @@ DEPENDS += "qtbase qtdeclarative qttools-native"
|
|||
|
||||
FILES_${PN}-tools += "${QT6_INSTALL_DATADIR}/phrasebooks"
|
||||
|
||||
BBCLASSEXTEND =+ "native nativesdk"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
SRCREV = "93bf4b72941884ab2eae7240ec6657b945e970ac"
|
||||
|
|
|
|||
|
|
@ -35,6 +35,6 @@ PACKAGECONFIG[dmabuf-server-buffer] = "-DFEATURE_wayland_dmabuf_server_buffer=ON
|
|||
|
||||
DEPENDS += "qtbase qtdeclarative qtwayland-native wayland wayland-native"
|
||||
|
||||
BBCLASSEXTEND =+ "native nativesdk"
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
SRCREV = "30393c9d5e1ddcb13ea5f29bc63343dd6746c51f"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user