summaryrefslogtreecommitdiffstats
path: root/recipes-qt/automotive/neptune-ui_git.bb
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2016-04-04 16:56:31 +0200
committerDominik Holland <dominik.holland@pelagicore.com>2016-04-07 19:53:56 +0000
commita8f449b298bdbd6e94b62a77eaf3bf184a6eb7cb (patch)
treea98f6e3d45d156966da81b5d6993af39477be926 /recipes-qt/automotive/neptune-ui_git.bb
parent856015411d555cf14665491f18abf71b5121f5ed (diff)
downloadmeta-boot2qt-a8f449b298bdbd6e94b62a77eaf3bf184a6eb7cb.tar.gz
neptune-ui: Updated to the latest version
Change-Id: Ifca5ba3a117e47b6186dca7a7be48c823f43a2a7 Reviewed-by: Samuli Piippo <samuli.piippo@theqtcompany.com>
Diffstat (limited to 'recipes-qt/automotive/neptune-ui_git.bb')
-rw-r--r--recipes-qt/automotive/neptune-ui_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-qt/automotive/neptune-ui_git.bb b/recipes-qt/automotive/neptune-ui_git.bb
index aef6034..a71cce6 100644
--- a/recipes-qt/automotive/neptune-ui_git.bb
+++ b/recipes-qt/automotive/neptune-ui_git.bb
@@ -30,7 +30,7 @@ SRC_URI = " \
30 file://neptune.service \ 30 file://neptune.service \
31 " 31 "
32 32
33SRCREV = "b3f10d156349727310ec30b27d01e639cce4f570" 33SRCREV = "9b05221285ce2369e1e87e88c86970b943797294"
34BRANCH = "master" 34BRANCH = "master"
35 35
36S = "${WORKDIR}/git" 36S = "${WORKDIR}/git"
@@ -48,6 +48,7 @@ do_install_append() {
48 install -m 0644 ${WORKDIR}/neptune.service ${D}${systemd_unitdir}/system/ 48 install -m 0644 ${WORKDIR}/neptune.service ${D}${systemd_unitdir}/system/
49 49
50 install -m 0644 ${S}/Main*.qml ${D}/opt/neptune 50 install -m 0644 ${S}/Main*.qml ${D}/opt/neptune
51 install -m 0644 ${S}/ClusterAndHUD.qml ${D}/opt/neptune
51 install -m 0644 ${S}/am-config.yaml ${D}/opt/neptune 52 install -m 0644 ${S}/am-config.yaml ${D}/opt/neptune
52} 53}
53 54