diff options
author | Dominik Holland <dominik.holland@pelagicore.com> | 2017-07-06 10:46:00 +0200 |
---|---|---|
committer | Dominik Holland <dominik.holland@pelagicore.com> | 2017-07-14 08:21:05 +0000 |
commit | a4fe4a8df79e91d724de690c0039e4da7b999f9b (patch) | |
tree | 78a9b5b9a450c1c5e6cf69836fc1eb9fa9abd86a | |
parent | 8c3a88809f88524f997f1422d66676878011f3be (diff) | |
download | meta-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.bb | 6 |
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 | ||
38 | DEPENDS = "qtbase qtdeclarative qtmultimedia" | ||
39 | |||
40 | SRCREV = "40e8ba1c8dd89474c4d890a3e050890d0cd9654e" | ||
41 | |||
38 | inherit qt5-module | 42 | inherit qt5-module |
39 | require recipes-qt/qt5/qt5-git.inc | 43 | require recipes-qt/qt5/qt5-git.inc |
40 | 44 | ||
@@ -44,6 +48,4 @@ PACKAGECONFIG[geniviextras-only] = "CONFIG+=geniviextras-only" | |||
44 | 48 | ||
45 | EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" | 49 | EXTRA_QMAKEVARS_PRE += "${PACKAGECONFIG_CONFARGS}" |
46 | 50 | ||
47 | SRCREV = "40e8ba1c8dd89474c4d890a3e050890d0cd9654e" | ||
48 | 51 | ||
49 | DEPENDS = "qtbase qtdeclarative qtmultimedia" | ||