mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
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 <samuli.piippo@qt.io>
This commit is contained in:
parent
c9dcbe825e
commit
e8c910995e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user