From 7f2a76887d9cfe5cb1f27efd4f106d04097190eb Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 22 Jan 2020 18:32:31 -0500 Subject: meta-agl-profile-graphical-qt5: handle qtwayland upgrade Drop apparently no longer required qtwayland build fix patch since it does not apply to the newer version in meta-qt5 zeus branch. Bug-AGL: SPEC-2932 Change-Id: I8b218260da649aac9e5075100c271cf85c6a5c12 Signed-off-by: Scott Murray --- meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta-agl-profile-graphical-qt5/recipes-qt') diff --git a/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend b/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend index 33874cf44..792a09f15 100644 --- a/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend +++ b/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtwayland_%.bbappend @@ -23,5 +23,3 @@ FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" SRC_URI_append = "\ file://0010-Added-manifest-file-according-to-smack-3-domain-mode.patch \ " - -SRC_URI_append = " file://0099_qtwayland_no_evdev.patch " -- cgit 1.2.3-korg From 3de6f6ed81169ca9913563d4b3d531953734545d Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 27 Jan 2020 13:40:55 -0500 Subject: meta-agl-profile-graphical-qt5: enable qt5location services 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 --- .../recipes-qt/qt5/qtlocation_%.bbappend | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtlocation_%.bbappend (limited to 'meta-agl-profile-graphical-qt5/recipes-qt') 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 index 000000000..115cea131 --- /dev/null +++ b/meta-agl-profile-graphical-qt5/recipes-qt/qt5/qtlocation_%.bbappend @@ -0,0 +1,8 @@ +# Need to explicitly enable the various plugins +PACKAGECONFIG += " \ + geoservices_osm \ + geoservices_here \ + geoservices_itemsoverlay \ + geoservices_mapbox \ + geoservices_mapboxgl \ +" -- cgit 1.2.3-korg