meta-agl-profile-graphical-qt5: enable qt5location services 82/23682/1
authorScott Murray <scott.murray@konsulko.com>
Mon, 27 Jan 2020 18:40:55 +0000 (13:40 -0500)
committerScott Murray <scott.murray@konsulko.com>
Mon, 27 Jan 2020 18:40:55 +0000 (13:40 -0500)
Add bbappend for qt5location to enable the various geoservices
providers in its PACKAGECONFIG. They were previously enabled by
default, so this is required to yield the same location services
support that was present in pre-zeus builds.

Bug-AGL: SPEC-2932

Change-Id: Ic797e5d665560f21557b153f95a5d554bca0dc2e
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtlocation_%.bbappend [new file with mode: 0644]

diff --git a/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtlocation_%.bbappend b/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtlocation_%.bbappend
new file mode 100644 (file)
index 0000000..115cea1
--- /dev/null
@@ -0,0 +1,8 @@
+# Need to explicitly enable the various plugins
+PACKAGECONFIG += " \
+       geoservices_osm \
+       geoservices_here \
+       geoservices_itemsoverlay \
+       geoservices_mapbox \
+       geoservices_mapboxgl \
+"