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-25 14:43:27 -0400 |
commit | 6f3f6139089e2f283b785bb31a222e1290d12eb0 (patch) | |
tree | 316361fd9882ff1d69527c5b5eaa3c4c2707114d /recipes-demo-hmi/navigation/navigation_git.bb | |
parent | 3aeb2b2f702ace67cf346cfa0fa6213017c16abe (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>
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 \ |