summaryrefslogtreecommitdiffstats
path: root/meta-agl-lxc/recipes-qt5/qt5/qtlocation_git.bbappend
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2021-10-13 07:17:54 +0900
committerNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2021-11-22 15:39:06 +0900
commit4a19c32921e12a0897a4546281da271408047b4c (patch)
treea0b4a9c1bcac55b7f1ace06402d681ad36b2e902 /meta-agl-lxc/recipes-qt5/qt5/qtlocation_git.bbappend
parentd4cfeea4e2ab3d830b81c8022744e2a6511528fd (diff)
BUG FIX: mominavi is not showing map
Current ivi-demo is not showing map. It has some bugs. Not enabling the mapbox plugin in qtlocation. Not enabling the sqlite in qt-base. Not including the font in image. Not including the ca-certificates in image. This patch fix these issue. Bug-AGL: SPEC-4095 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> Change-Id: Icbc2378500a5230571a2f5a79e1e0ba0a1ddce97
Diffstat (limited to 'meta-agl-lxc/recipes-qt5/qt5/qtlocation_git.bbappend')
-rw-r--r--meta-agl-lxc/recipes-qt5/qt5/qtlocation_git.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-agl-lxc/recipes-qt5/qt5/qtlocation_git.bbappend b/meta-agl-lxc/recipes-qt5/qt5/qtlocation_git.bbappend
new file mode 100644
index 00000000..674aabcd
--- /dev/null
+++ b/meta-agl-lxc/recipes-qt5/qt5/qtlocation_git.bbappend
@@ -0,0 +1,7 @@
+FILESEXTRAPATHS:prepend := "${THISDIR}/qtlocation:"
+
+SRC_URI += "\
+ file://0001-mapbox-update-API-url-to-match-new-schema.patch \
+ "
+
+PACKAGECONFIG:append:aglcontainerivi = " geoservices_mapbox geoservices_mapboxgl"