summaryrefslogtreecommitdiffstats
path: root/meta-boot2qt/recipes-qt/automotive/neptune3-ui_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-boot2qt/recipes-qt/automotive/neptune3-ui_git.bb')
-rw-r--r--meta-boot2qt/recipes-qt/automotive/neptune3-ui_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-boot2qt/recipes-qt/automotive/neptune3-ui_git.bb b/meta-boot2qt/recipes-qt/automotive/neptune3-ui_git.bb
index 3ad29b1..da0f658 100644
--- a/meta-boot2qt/recipes-qt/automotive/neptune3-ui_git.bb
+++ b/meta-boot2qt/recipes-qt/automotive/neptune3-ui_git.bb
@@ -32,7 +32,7 @@ DESCRIPTION = "Neptune 3 IVI UI"
32LICENSE = "Apache-2.0 & ( GPL-3.0 | The-Qt-Company-Commercial )" 32LICENSE = "Apache-2.0 & ( GPL-3.0 | The-Qt-Company-Commercial )"
33LIC_FILES_CHKSUM = "\ 33LIC_FILES_CHKSUM = "\
34 file://LICENSE.GPL3;md5=0d02f21f8e2533ecc519e2ed96bc94a2 \ 34 file://LICENSE.GPL3;md5=0d02f21f8e2533ecc519e2ed96bc94a2 \
35 file://imports/assets/fonts/LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \ 35 file://imports_shared/assets/fonts/LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \
36" 36"
37 37
38inherit qt5-module systemd 38inherit qt5-module systemd
@@ -45,7 +45,7 @@ SRC_URI += " \
45 file://neptune.service \ 45 file://neptune.service \
46 " 46 "
47 47
48SRCREV = "d8332c73ccda36e1da2661317d7ed3c787b17c68" 48SRCREV = "c80d9aba17b1b50618ae6311d48f35ec726a4007"
49 49
50QMAKE_PROFILES = "${S}/neptune3-ui.pro" 50QMAKE_PROFILES = "${S}/neptune3-ui.pro"
51 51
@@ -74,8 +74,8 @@ do_install_append() {
74 74
75 # Move the fonts to the system-wide font location 75 # Move the fonts to the system-wide font location
76 install -m 0755 -d ${D}${datadir}/fonts/ttf/ 76 install -m 0755 -d ${D}${datadir}/fonts/ttf/
77 mv ${D}/opt/neptune3/imports/assets/fonts/*.ttf ${D}${datadir}/fonts/ttf/ 77 mv ${D}/opt/neptune3/imports_shared/assets/fonts/*.ttf ${D}${datadir}/fonts/ttf/
78 rm -rf ${D}/opt/neptune3/imports/assets/fonts/ 78 rm -rf ${D}/opt/neptune3/imports_shared/assets/fonts/
79 79
80 # Don't package tests 80 # Don't package tests
81 rm -rf ${D}/usr/share/tests 81 rm -rf ${D}/usr/share/tests