summaryrefslogtreecommitdiffstats
path: root/recipes-qt/automotive/neptune-ui_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/automotive/neptune-ui_git.bb')
-rw-r--r--recipes-qt/automotive/neptune-ui_git.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/recipes-qt/automotive/neptune-ui_git.bb b/recipes-qt/automotive/neptune-ui_git.bb
index bb188f8..d4ef8e4 100644
--- a/recipes-qt/automotive/neptune-ui_git.bb
+++ b/recipes-qt/automotive/neptune-ui_git.bb
@@ -42,7 +42,7 @@ SRC_URI += " \
42 file://neptune.service \ 42 file://neptune.service \
43 " 43 "
44 44
45SRCREV = "3d36a7b8e53770c91db60cec9586ef572a2f2814" 45SRCREV = "fd18dcbb9f53eb3948da890704530007327c476f"
46 46
47DEPENDS = "qtbase qtdeclarative" 47DEPENDS = "qtbase qtdeclarative"
48RDEPENDS_${PN} = "qtapplicationmanager qtivi qtvirtualkeyboard \ 48RDEPENDS_${PN} = "qtapplicationmanager qtivi qtvirtualkeyboard \
@@ -55,10 +55,6 @@ do_configure_prepend() {
55do_install_append() { 55do_install_append() {
56 install -m 0755 -d ${D}${systemd_unitdir}/system 56 install -m 0755 -d ${D}${systemd_unitdir}/system
57 install -m 0644 ${WORKDIR}/neptune.service ${D}${systemd_unitdir}/system/ 57 install -m 0644 ${WORKDIR}/neptune.service ${D}${systemd_unitdir}/system/
58
59 install -m 0644 ${S}/Main*.qml ${D}/opt/neptune
60 install -m 0644 ${S}/MainWithCluster.qml ${D}/opt/neptune
61 install -m 0644 ${S}/am-config.yaml ${D}/opt/neptune
62} 58}
63 59
64PACKAGES =+ "${PN}-apps" 60PACKAGES =+ "${PN}-apps"