From 4a19c32921e12a0897a4546281da271408047b4c 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/qtbase_git.bbappend | 1 + 1 file changed, 1 insertion(+) create mode 100644 meta-agl-lxc/recipes-qt5/qt5/qtbase_git.bbappend (limited to 'meta-agl-lxc/recipes-qt5/qt5/qtbase_git.bbappend') diff --git a/meta-agl-lxc/recipes-qt5/qt5/qtbase_git.bbappend b/meta-agl-lxc/recipes-qt5/qt5/qtbase_git.bbappend new file mode 100644 index 00000000..7f2e9aa3 --- /dev/null +++ b/meta-agl-lxc/recipes-qt5/qt5/qtbase_git.bbappend @@ -0,0 +1 @@ +PACKAGECONFIG:append:aglcontainerivi = " sql-sqlite" -- cgit 1.2.3-korg