agl-audio-plugin: update for pulse 8.0 97/6697/2
authorYannick Gicquel <yannick.gicquel@iot.bzh>
Mon, 3 Oct 2016 15:00:36 +0000 (17:00 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 5 Oct 2016 08:41:51 +0000 (08:41 +0000)
Change-Id: I72b8d8c7e31205e40665ff63be1c31c085da1816
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
meta-agl/recipes-multimedia/pulseaudio/agl-audio-plugin_0.1.bb

index 8e19b91..f64b116 100644 (file)
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
 DEPENDS = "json-c pulseaudio"
 RDEPENDS_${PN} = "pulseaudio-server pulseaudio-module-null-sink pulseaudio-module-loopback"
 
-SRCREV = "2d5b809de9d5b69fb9b1ad9e0f3ee5bd53eb2785"
+SRCREV = "bb324f335e123163c60b77e3719ee5ca0e7e4cd1"
 SRC_URI = "git://github.com/iotbzh/agl-audio-plugin;protocol=https"
 
 S = "${WORKDIR}/git"
@@ -20,5 +20,9 @@ inherit cmake pkgconfig
 
 FULL_OPTIMIZATION = "-O1 -pipe ${DEBUG_FLAGS}"
 
-FILES_${PN} += "${libdir}/pulse-6.0/modules/* ${sysconfdir}/pulse/*"
-FILES_${PN}-dbg += "${libdir}/pulse-6.0/modules/.debug/*"
+PULSE_PV="8.0"
+
+EXTRA_OECMAKE_append = " -DPULSE_PV:STRING=${PULSE_PV}"
+
+FILES_${PN} += "${libdir}/pulse-${PULSE_PV}/modules/* ${sysconfdir}/pulse/*"
+FILES_${PN}-dbg += "${libdir}/pulse-${PULSE_PV}/modules/.debug/*"