diff options
author | Dominik Holland <dominik.holland@pelagicore.com> | 2016-04-04 16:56:31 +0200 |
---|---|---|
committer | Dominik Holland <dominik.holland@pelagicore.com> | 2016-04-07 19:53:56 +0000 |
commit | a8f449b298bdbd6e94b62a77eaf3bf184a6eb7cb (patch) | |
tree | a98f6e3d45d156966da81b5d6993af39477be926 /recipes-qt/automotive/neptune-ui_git.bb | |
parent | 856015411d555cf14665491f18abf71b5121f5ed (diff) | |
download | meta-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.bb | 3 |
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 | ||
33 | SRCREV = "b3f10d156349727310ec30b27d01e639cce4f570" | 33 | SRCREV = "9b05221285ce2369e1e87e88c86970b943797294" |
34 | BRANCH = "master" | 34 | BRANCH = "master" |
35 | 35 | ||
36 | S = "${WORKDIR}/git" | 36 | S = "${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 | ||