summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2017-07-06 10:46:00 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2017-07-14 08:21:05 +0000
commita4fe4a8df79e91d724de690c0039e4da7b999f9b (patch)
tree78a9b5b9a450c1c5e6cf69836fc1eb9fa9abd86a
parent8c3a88809f88524f997f1422d66676878011f3be (diff)
downloadmeta-boot2qt-a4fe4a8df79e91d724de690c0039e4da7b999f9b.tar.gz
qtivi: Restructure the recipe according to the OE style guide
Change-Id: Ibb455bdf95c75d4d6d4f5c8c4758cd201e75c765 Reviewed-by: Gordan Markus <gordan.markus@pelagicore.com>
-rw-r--r--recipes-qt/automotive/qtivi_git.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-qt/automotive/qtivi_git.bb b/recipes-qt/automotive/qtivi_git.bb
index b471a89..3da3dde 100644
--- a/recipes-qt/automotive/qtivi_git.bb
+++ b/recipes-qt/automotive/qtivi_git.bb
@@ -35,6 +35,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
35 file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \ 35 file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
36 file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02" 36 file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02"
37 37
38DEPENDS = "qtbase qtdeclarative qtmultimedia"
39
40SRCREV = "40e8ba1c8dd89474c4d890a3e050890d0cd9654e"
41
38inherit qt5-module 42inherit qt5-module
39require recipes-qt/qt5/qt5-git.inc 43require recipes-qt/qt5/qt5-git.inc
40 44
@@ -44,6 +48,4 @@ PACKAGECONFIG[geniviextras-only] = "CONFIG+=geniviextras-only"
44 48
45EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" 49EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}"
46 50
47SRCREV = "40e8ba1c8dd89474c4d890a3e050890d0cd9654e"
48 51
49DEPENDS = "qtbase qtdeclarative qtmultimedia"