diff options
author | Scott Murray <scott.murray@konsulko.com> | 2017-05-17 17:56:25 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-05-19 10:15:40 +0000 |
commit | 99a568b05d5f9850b79199f7273737a6e565925b (patch) | |
tree | eb13ea69630c1e960281f7da608cf63289064f1d | |
parent | efbf8d90317e935611c3fc1832ee2e715999334b (diff) |
agl-audio-plugin: Fix Pulseaudio version
Bump Pulseaudio version variable to 9.0 so that the plugin will be
installed in the correct location.
Change-Id: I9328a219b838ed951690a861a10034a87092f89d
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9413
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh>
Reviewed-by: Matt Porter <mporter@konsulko.com>
Reviewed-by: Changhyeok Bae <changhyeok.bae@lge.com>
-rw-r--r-- | meta-agl/recipes-multimedia/pulseaudio/agl-audio-plugin_0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl/recipes-multimedia/pulseaudio/agl-audio-plugin_0.1.bb b/meta-agl/recipes-multimedia/pulseaudio/agl-audio-plugin_0.1.bb index fb377c402..196b76f08 100644 --- a/meta-agl/recipes-multimedia/pulseaudio/agl-audio-plugin_0.1.bb +++ b/meta-agl/recipes-multimedia/pulseaudio/agl-audio-plugin_0.1.bb @@ -20,7 +20,7 @@ inherit cmake pkgconfig FULL_OPTIMIZATION = "-O1 -pipe ${DEBUG_FLAGS}" -PULSE_PV="8.0" +PULSE_PV="9.0" EXTRA_OECMAKE_append = " -DPULSE_PV:STRING=${PULSE_PV}" |