From b4b672964cd89f94f2445ad1a88253ba09dc0ab5 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Tue, 20 Apr 2021 16:21:56 +0300 Subject: [PATCH] Don't append BBCLASSEXTENDs Be consistend about BBCLASSEXTENDS, there is no need to append them. Change-Id: I3b5838b23a6141b96fe7bdb128071335ec27a315 Reviewed-by: Mikko Gronoff --- recipes-qt/qt6/qtbase_git.bb | 2 +- recipes-qt/qt6/qtdeclarative_git.bb | 2 +- recipes-qt/qt6/qtquick3d_git.bb | 2 +- recipes-qt/qt6/qtscxml_git.bb | 2 +- recipes-qt/qt6/qtserialbus_git.bb | 2 +- recipes-qt/qt6/qtserialport_git.bb | 2 +- recipes-qt/qt6/qtshadertools_git.bb | 2 +- recipes-qt/qt6/qttools_git.bb | 2 +- recipes-qt/qt6/qtwayland_git.bb | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/recipes-qt/qt6/qtbase_git.bb b/recipes-qt/qt6/qtbase_git.bb index b47e664..fa5d0f9 100644 --- a/recipes-qt/qt6/qtbase_git.bb +++ b/recipes-qt/qt6/qtbase_git.bb @@ -150,6 +150,6 @@ FILES_${PN}-tools += "\ ${QT6_INSTALL_LIBEXECDIR}/syncqt.pl \ " -BBCLASSEXTEND =+ "native nativesdk" +BBCLASSEXTEND = "native nativesdk" SRCREV = "d05118bf10e9a8ab419248a31d45a694a4622cb0" diff --git a/recipes-qt/qt6/qtdeclarative_git.bb b/recipes-qt/qt6/qtdeclarative_git.bb index 7a3c3ed..73bec71 100644 --- a/recipes-qt/qt6/qtdeclarative_git.bb +++ b/recipes-qt/qt6/qtdeclarative_git.bb @@ -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" diff --git a/recipes-qt/qt6/qtquick3d_git.bb b/recipes-qt/qt6/qtquick3d_git.bb index 9b241bb..d775249 100644 --- a/recipes-qt/qt6/qtquick3d_git.bb +++ b/recipes-qt/qt6/qtquick3d_git.bb @@ -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" diff --git a/recipes-qt/qt6/qtscxml_git.bb b/recipes-qt/qt6/qtscxml_git.bb index f48a9ba..39b7cef 100644 --- a/recipes-qt/qt6/qtscxml_git.bb +++ b/recipes-qt/qt6/qtscxml_git.bb @@ -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" diff --git a/recipes-qt/qt6/qtserialbus_git.bb b/recipes-qt/qt6/qtserialbus_git.bb index 957d0a2..9356805 100644 --- a/recipes-qt/qt6/qtserialbus_git.bb +++ b/recipes-qt/qt6/qtserialbus_git.bb @@ -13,6 +13,6 @@ include recipes-qt/qt6/qt6.inc DEPENDS += "qtbase qtserialport qtserialbus-native" -BBCLASSEXTEND =+ "native nativesdk" +BBCLASSEXTEND = "native nativesdk" SRCREV = "6c2cca7060ea039f5d64c3bba6bd23e9a3d034d8" diff --git a/recipes-qt/qt6/qtserialport_git.bb b/recipes-qt/qt6/qtserialport_git.bb index b9a9f0f..addd319 100644 --- a/recipes-qt/qt6/qtserialport_git.bb +++ b/recipes-qt/qt6/qtserialport_git.bb @@ -14,6 +14,6 @@ include recipes-qt/qt6/qt6.inc DEPENDS += "qtbase" -BBCLASSEXTEND =+ "native nativesdk" +BBCLASSEXTEND = "native nativesdk" SRCREV = "d8f276627a788d435169008952fc75c693c21c79" diff --git a/recipes-qt/qt6/qtshadertools_git.bb b/recipes-qt/qt6/qtshadertools_git.bb index 72307c6..68e696b 100644 --- a/recipes-qt/qt6/qtshadertools_git.bb +++ b/recipes-qt/qt6/qtshadertools_git.bb @@ -10,6 +10,6 @@ include recipes-qt/qt6/qt6.inc DEPENDS = "qtbase qtshadertools-native" -BBCLASSEXTEND =+ "native nativesdk" +BBCLASSEXTEND = "native nativesdk" SRCREV = "b9949c1d097a8189cd0239d6dd6ab73e49db8d17" diff --git a/recipes-qt/qt6/qttools_git.bb b/recipes-qt/qt6/qttools_git.bb index 0dba19e..c3960af 100644 --- a/recipes-qt/qt6/qttools_git.bb +++ b/recipes-qt/qt6/qttools_git.bb @@ -16,6 +16,6 @@ DEPENDS += "qtbase qtdeclarative qttools-native" FILES_${PN}-tools += "${QT6_INSTALL_DATADIR}/phrasebooks" -BBCLASSEXTEND =+ "native nativesdk" +BBCLASSEXTEND = "native nativesdk" SRCREV = "93bf4b72941884ab2eae7240ec6657b945e970ac" diff --git a/recipes-qt/qt6/qtwayland_git.bb b/recipes-qt/qt6/qtwayland_git.bb index 0f453ec..ac243e7 100644 --- a/recipes-qt/qt6/qtwayland_git.bb +++ b/recipes-qt/qt6/qtwayland_git.bb @@ -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"