agl-audio-plugin: Fix Pulseaudio version 13/9413/2
authorScott Murray <scott.murray@konsulko.com>
Wed, 17 May 2017 21:56:25 +0000 (17:56 -0400)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 19 May 2017 10:15:40 +0000 (10:15 +0000)
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>
meta-agl/recipes-multimedia/pulseaudio/agl-audio-plugin_0.1.bb

index fb377c4..196b76f 100644 (file)
@@ -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}"