aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-09-25 15:08:09 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2021-09-27 20:30:06 +0200
commit31de0922c82bff4d363b1c8343bf8bbf798ad397 (patch)
tree4a681ab4458b45c621a1a3f62ce095c7f20ab87a
parent0342cf1b2ba4f40f882c594b203b38327d110fa9 (diff)
libqofonoext: Inherit pkgconfig
Fixes Project ERROR: qofono-qt5 development package not found Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-connectivity/libqofono/libqofonoext_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-connectivity/libqofono/libqofonoext_git.bb b/recipes-connectivity/libqofono/libqofonoext_git.bb
index 0c9556a3..7587f067 100644
--- a/recipes-connectivity/libqofono/libqofonoext_git.bb
+++ b/recipes-connectivity/libqofono/libqofonoext_git.bb
@@ -11,7 +11,7 @@ S = "${WORKDIR}/git"
PV = "1.025+gitr${SRCPV}"
-inherit qmake5
+inherit pkgconfig qmake5
do_install:append() {
if ls ${D}${libdir}/pkgconfig/qofono-qt5.pc >/dev/null 2>/dev/null; then