diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2021-10-13 07:17:54 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-11-17 15:43:04 +0000 |
commit | 7ff24f36c69161ec3fc488c7aa3b5396b158ef48 (patch) | |
tree | 3382f42ef94d7d72a14452f4234e22e32324ab5b /meta-agl-lxc/recipes-qt5/qt5/qtbase_git.bbappend | |
parent | e2954337aee949935000ac81789ee8f550f0b130 (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/qtbase_git.bbappend')
-rw-r--r-- | meta-agl-lxc/recipes-qt5/qt5/qtbase_git.bbappend | 1 |
1 files changed, 1 insertions, 0 deletions
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" |