From b6680da369626c932afb784fb28836881cd0457a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 26 Sep 2021 09:03:30 -0700 Subject: [PATCH] qtwebkit: Inherit pkgconfig Fixes Could NOT find LibXslt: Found unsuitable version "", but required is at Signed-off-by: Khem Raj --- recipes-qt/qt5/qtwebkit_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-qt/qt5/qtwebkit_git.bb b/recipes-qt/qt5/qtwebkit_git.bb index 6ff0eba..40ccb6f 100644 --- a/recipes-qt/qt5/qtwebkit_git.bb +++ b/recipes-qt/qt5/qtwebkit_git.bb @@ -1,6 +1,8 @@ require qt5.inc require qt5-git.inc +inherit pkgconfig + LICENSE = "BSD & LGPLv2+ | GPL-2.0" LIC_FILES_CHKSUM = " \ file://LICENSE.LGPLv21;md5=58a180e1cf84c756c29f782b3a485c29 \