aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2023-04-27 10:38:33 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-04-28 10:53:46 +0000
commit480fa1176906b56643a6c08b12de1e3b50811b05 (patch)
tree36549e1a8f37e3b7310f2443570ff66853545a49
parentbb6032794c17420f828d4081057cbbcc928432c2 (diff)
packagegroups: enable workaround for allarch packagegroup
Enable workaround for the sanity check of allarch packagegroups which caused ERROR: nativesdk-packagegroup-qt6-toolchain-host-essentials-1.0-r0 do_package_write_rpm: An allarch packagegroup shouldn't depend on packages which are dynamically renamed (nativesdk-qttools-dev to nativesdk-libqt6uitools-dev) Nativesdk changes the PACKAGE_ARCH correctly, but it cannot be inherited first because that would throw another sanity warning. Fixes: QTBUG-113178 Change-Id: Ifd77ef76f37b9fe39ef38adcc28c87130bf6d6d4 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> (cherry picked from commit 5b387fd78dc8fd40ae325af2a215b82d96086341) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host-essentials.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host-essentials.bb b/recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host-essentials.bb
index c055089..76e3292 100644
--- a/recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host-essentials.bb
+++ b/recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host-essentials.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Qt6 development host essential packages"
LICENSE = "MIT"
# disable sanity check for allarch packagegroup
-#PACKAGE_ARCH = ""
+PACKAGE_ARCH = ""
inherit packagegroup nativesdk