diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-02-13 18:57:27 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2023-02-13 18:57:27 -0500 |
commit | 2b882188bd8d5b7a0ffe46e690147b3a8adda3f7 (patch) | |
tree | 50539b32e5ecd552f280f755111d47aab65fc5af /recipes-qt/qt/qtlocation_agldemo.inc | |
parent | a9dd7c22806f6628f7510cdd4196d612310e6590 (diff) |
qtlocation: remove bbappend
The qtlocation bbappend has been moved to meta-agl-core to avoid
collisions when combining with meta-agl-ic-container.
Bug-AGL: SPEC-4703
Change-Id: I3999ed49707de909e424ab7ecc93bda605d7e5ef
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-qt/qt/qtlocation_agldemo.inc')
-rw-r--r-- | recipes-qt/qt/qtlocation_agldemo.inc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes-qt/qt/qtlocation_agldemo.inc b/recipes-qt/qt/qtlocation_agldemo.inc deleted file mode 100644 index 60867aef0..000000000 --- a/recipes-qt/qt/qtlocation_agldemo.inc +++ /dev/null @@ -1,14 +0,0 @@ -FILESEXTRAPATHS:prepend := "${THISDIR}/qtlocation:" - -SRC_URI += "\ - file://0001-mapbox-update-API-url-to-match-new-schema.patch \ - " - -# Need to explicitly enable the various plugins -PACKAGECONFIG += " \ - geoservices_osm \ - geoservices_here \ - geoservices_itemsoverlay \ - geoservices_mapbox \ - geoservices_mapboxgl \ -" |