From 7ff24f36c69161ec3fc488c7aa3b5396b158ef48 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Wed, 13 Oct 2021 07:17:54 +0900 Subject: 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 Change-Id: Icbc2378500a5230571a2f5a79e1e0ba0a1ddce97 --- meta-agl-lxc/recipes-qt5/qt5/qtlocation_git.bbappend | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 meta-agl-lxc/recipes-qt5/qt5/qtlocation_git.bbappend (limited to 'meta-agl-lxc/recipes-qt5/qt5/qtlocation_git.bbappend') 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" -- cgit 1.2.3-korg