summaryrefslogtreecommitdiffstats
path: root/recipes-qt
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt')
-rw-r--r--recipes-qt/automotive/qtapplicationmanager_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-qt/automotive/qtapplicationmanager_git.bb b/recipes-qt/automotive/qtapplicationmanager_git.bb
index e1fadc3..bf6279e 100644
--- a/recipes-qt/automotive/qtapplicationmanager_git.bb
+++ b/recipes-qt/automotive/qtapplicationmanager_git.bb
@@ -24,7 +24,7 @@ DESCRIPTION = "Qt component for application lifecycle management"
24LICENSE = "GPLv3" 24LICENSE = "GPLv3"
25LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=311507adb75495acc0b61d69109485ce" 25LIC_FILES_CHKSUM = "file://LICENSE.GPLv3;md5=311507adb75495acc0b61d69109485ce"
26 26
27inherit qt5-module sdk-sources 27inherit qmake5 sdk-sources
28 28
29SRC_URI = " \ 29SRC_URI = " \
30 git://codereview.qt-project.org/qt/qtapplicationmanager;branch=${BRANCH};protocol=ssh;sdk-uri=5.6/Src/qtapplicationmanager \ 30 git://codereview.qt-project.org/qt/qtapplicationmanager;branch=${BRANCH};protocol=ssh;sdk-uri=5.6/Src/qtapplicationmanager \
@@ -56,3 +56,4 @@ FILES_${PN} += "\
56 ${libdir}/appman \ 56 ${libdir}/appman \
57 ${datadir}/dbus-1" 57 ${datadir}/dbus-1"
58FILES_${PN}-dbg += "${libdir}/appman/.debug" 58FILES_${PN}-dbg += "${libdir}/appman/.debug"
59FILES_${PN}-dev += "${OE_QMAKE_PATH_LIBS}/*.prl"