Commit ed1d4b0b authored by Florent Revest's avatar Florent Revest

pulseaudio-modules-nemo: Fix module installation

parent 086fcd36
......@@ -3,7 +3,9 @@ HOMEPAGE = "https://git.merproject.org/mer-core/pulseaudio-modules-nemo"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
SRC_URI = "git://git.merproject.org/mer-core/pulseaudio-modules-nemo.git;protocol=https"
SRC_URI = "git://git.merproject.org/mer-core/pulseaudio-modules-nemo.git;protocol=https \
file://0001-configure.ac-Check-hardfp-from-cross-compilation-too.patch \
file://0002-Install-modules-to-usr-lib-pulse-10.0.patch"
SRCREV = "f4ddfe58bcee6a6928c9cf659c02c96520b24ba9"
PR = "r1"
PV = "+git${SRCPV}"
......@@ -18,6 +20,6 @@ do_configure_prepend() {
sed -i "s@pa_tagstruct_new(NULL, 0);@pa_tagstruct_new();@" src/stream-restore-nemo/module-stream-restore-nemo.c
}
FILES_${PN} += "/usr/lib/pulse-6.0/modules"
FILES_${PN}-dbg += "/usr/lib/pulse-6.0/modules/.debug/"
FILES_${PN}-staticdev += "/usr/lib/pulse-6.0/modules/*.a"
FILES_${PN} += "/usr/lib/pulse-10.0/modules"
FILES_${PN}-dbg += "/usr/lib/pulse-10.0/modules/.debug/"
FILES_${PN}-staticdev += "/usr/lib/pulse-10.0/modules/*.a"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment