mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
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. Pick-to: 6.5 6.2 Fixes: QTBUG-113178 Change-Id: Ifd77ef76f37b9fe39ef38adcc28c87130bf6d6d4 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
19 lines
422 B
BlitzBasic
19 lines
422 B
BlitzBasic
DESCRIPTION = "Qt6 development host essential packages"
|
|
LICENSE = "MIT"
|
|
|
|
# disable sanity check for allarch packagegroup
|
|
PACKAGE_ARCH = ""
|
|
|
|
inherit packagegroup nativesdk
|
|
|
|
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
nativesdk-qtbase-dev \
|
|
nativesdk-qtbase-tools \
|
|
nativesdk-qtdeclarative-dev \
|
|
nativesdk-qtdeclarative-tools \
|
|
nativesdk-qttools-dev \
|
|
nativesdk-qttools-tools \
|
|
"
|