From e8c910995e481d0d305025f0d6251bbefe79c036 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 21 Sep 2021 07:06:27 -0700 Subject: [PATCH] qtbase: inherit pkgconfig Newer oe-core doesn't pull many default dependencies anymore: https://lists.openembedded.org/g/openembedded-core/message/156185 add explicit dependency on pkgconfig through webos_pkgconfig.bbclass as we're using it here. Fixes: -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) ... ERROR: Feature "zstd": Forcing to "ON" breaks its condition: ERROR: Feature "libudev": Forcing to "ON" breaks its condition: Pick-to: 6.2 Change-Id: I0705e15d57f30b5aeb908631d269db3dfd3413f3 Reviewed-by: Samuli Piippo --- recipes-qt/qt6/qtbase_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt/qt6/qtbase_git.bb b/recipes-qt/qt6/qtbase_git.bb index 41b7201..b3fac25 100644 --- a/recipes-qt/qt6/qtbase_git.bb +++ b/recipes-qt/qt6/qtbase_git.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = " \ file://LICENSE.QT-LICENSE-AGREEMENT;md5=c8b6dd132d52c6e5a545df07a4e3e283 \ " -inherit qt6-cmake +inherit qt6-cmake pkgconfig include recipes-qt/qt6/qt6-git.inc include recipes-qt/qt6/qt6.inc