summaryrefslogtreecommitdiffstats
path: root/recipes-demo
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-demo')
-rw-r--r--recipes-demo/libqtappfw/libqtappfw_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-demo/libqtappfw/libqtappfw_git.bb b/recipes-demo/libqtappfw/libqtappfw_git.bb
index edf2af04..3b99ef1d 100644
--- a/recipes-demo/libqtappfw/libqtappfw_git.bb
+++ b/recipes-demo/libqtappfw/libqtappfw_git.bb
@@ -10,11 +10,11 @@ DEPENDS = "qtbase qtdeclarative glib-2.0 bluez-glib"
SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/libqtappfw;protocol=https;branch=${AGL_BRANCH}"
SRCREV = "0fee9bfb0f656b78f34c44542329760be2980892"
-S = "${WORKDIR}/git/"
+S = "${WORKDIR}/git"
# PV needs to be modified with SRCPV to work AUTOREV correctly
PV = "2.0+git${SRCPV}"
-inherit cmake_qt5
+inherit cmake_qt5 pkgconfig
BBCLASSEXTEND = "nativesdk"