summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/navigation/navigation_git.bb
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-06-26 17:34:48 -0400
committerScott Murray <scott.murray@konsulko.com>2019-06-26 17:34:48 -0400
commit2cba019cdfc24b49be57ee53e136d5fb7bf2af10 (patch)
tree3caecea01f3bfd6a646eacee44d4e87311ef44e7 /recipes-demo-hmi/navigation/navigation_git.bb
parenta5e31b6d6b1b1c9256d1338da18d3e157e7a181e (diff)
navigation: Update patches for pipewire and running as non-root
Changes include: * Replace the patch to add 4A support with a simpler one to just use ALSA via a gst-launch pipeline. gstreamer is used to provide the flexibility to easily switch to a pipewire output sink and likely add back setting a role via a property. * Add a patch to set the new audio and display permissions for running as non-root. Bug-AGL: SPEC-2557, SPEC-2571 Change-Id: Iae442b58c8d8feca51cc23c1378b264a4038bda7 Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-demo-hmi/navigation/navigation_git.bb')
-rw-r--r--[-rwxr-xr-x]recipes-demo-hmi/navigation/navigation_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-demo-hmi/navigation/navigation_git.bb b/recipes-demo-hmi/navigation/navigation_git.bb
index 80ef24ea..0a5f7579 100755..100644
--- a/recipes-demo-hmi/navigation/navigation_git.bb
+++ b/recipes-demo-hmi/navigation/navigation_git.bb
@@ -13,14 +13,15 @@ DEPENDS = " \
"
RDEPENDS_${PN} = " flite openjtalk glib-2.0 freetype sqlite3 wayland zlib expat openssl \
- wayland libdbus-c++ af-main "
+ wayland libdbus-c++ af-main gstreamer1.0"
RDEPENDS_${PN} += " agl-service-navigation "
SRCREV="89dc0052aced411ef09f8e0034fb5cf2c96ee637"
SRC_URI="git://github.com/AGLExport/gpsnavi.git;branch=agl \
- file://0001-add-4A-playback-support.patch \
+ file://0001-switch-to-alsa-output.patch \
file://0002-openssl-1.1-fixes.patch \
+ file://0003-update-permissions.patch \
file://download_mapdata_jp.sh \
file://download_mapdata_uk.sh \
file://org.agl.naviapi.conf \