diff options
author | Scott Murray <scott.murray@konsulko.com> | 2019-07-25 14:43:27 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2019-07-27 16:05:43 +0000 |
commit | 22b149d1fb2513554c19e131c404466ebc7a6976 (patch) | |
tree | 33eb251e762a4cb7e5218545c3f35a2cab4ff211 /recipes-demo-hmi/navigation/navigation_git.bb | |
parent | 2ff6c518ebf0183f9471cbf40af0a2bee7e8ee03 (diff) |
navigation: Switch to pipewire output
Update patch for the navigation app's talk scripts to use the gstreamer
pipewire output sink, and set the media role stream property
appropriately.
Bug-AGL: SPEC-2634
Change-Id: Ibb1e588688be8af9eff9c8e3efa1ca4983920df7
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
(cherry picked from commit 6f3f6139089e2f283b785bb31a222e1290d12eb0)
Diffstat (limited to 'recipes-demo-hmi/navigation/navigation_git.bb')
-rw-r--r-- | recipes-demo-hmi/navigation/navigation_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo-hmi/navigation/navigation_git.bb b/recipes-demo-hmi/navigation/navigation_git.bb index 0a5f75797..fefc05841 100644 --- a/recipes-demo-hmi/navigation/navigation_git.bb +++ b/recipes-demo-hmi/navigation/navigation_git.bb @@ -19,7 +19,7 @@ RDEPENDS_${PN} += " agl-service-navigation " SRCREV="89dc0052aced411ef09f8e0034fb5cf2c96ee637" SRC_URI="git://github.com/AGLExport/gpsnavi.git;branch=agl \ - file://0001-switch-to-alsa-output.patch \ + file://0001-switch-to-pipewire-output.patch \ file://0002-openssl-1.1-fixes.patch \ file://0003-update-permissions.patch \ file://download_mapdata_jp.sh \ |