pulse uses a magic version file hidden in tarbal in order to determine
its version so set that to out ${PV} from OE.
Also git pulse has changed the default location of modules so set it
to be same as old location for compatability.
Signed-off-by: Graeme Gregory <dp@xora-build.xora.org.uk>
SRCREV = "f834150aceccd753e3ac5bab9f7d64bed9993624"
PV = "0.9.22+git"
-PR = "${INC_PR}.0-r${SRCPV}"
+PR = "${INC_PR}.1-r${SRCPV}"
DEPENDS += "orc gdbm speex"
S = "${WORKDIR}/git"
+EXTRA_OECONF += " --with-module-dir=${libdir}/pulse-${PV}/modules"
+
do_configure_prepend() {
touch config.rpath
+ echo "${PV}" >.tarball-version
+ echo "${PV}" >.version
}
# orc.m4 calls pkg-config ----variable=orcc orc-0.4 to get the path to orcc,