From e54ee19bfaf3cefe09e13283f44c859ae96ec10d Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 23 Mar 2023 07:24:41 +0000 Subject: Make python-html5lib optional Add python-html5lib to the SDK only if openembedded layer is available. Pick-to: 6.5 Change-Id: I381382c355e2834c2aadd5976e59007be0549ac9 Reviewed-by: Mikko Gronoff --- recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host.bb b/recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host.bb index e40a263..d41d0e3 100644 --- a/recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host.bb +++ b/recipes-qt/packagegroups/nativesdk-packagegroup-qt6-toolchain-host.bb @@ -18,5 +18,5 @@ FORLINUXHOST = " \ nativesdk-cmake \ nativesdk-ninja \ nativesdk-perl-modules \ - nativesdk-python3-html5lib \ + ${@bb.utils.contains('BBFILE_COLLECTIONS', 'openembedded-layer', 'nativesdk-python3-html5lib', '', d)} \ " -- cgit v1.2.3