summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb b/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb
index a2b25cc9c..454bd3408 100644
--- a/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb
+++ b/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb
@@ -4,13 +4,12 @@ LICENSE = "PortAudio"
4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26107732c2ab637c5710446fcfaf02df" 4LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26107732c2ab637c5710446fcfaf02df"
5 5
6PV = "v19+svnr${SRCPV}" 6PV = "v19+svnr${SRCPV}"
7PR = "r0"
8 7
9SRCREV = "1387" 8SRCREV = "1387"
10SRC_URI = "svn://subversion.assembla.com/svn/portaudio/portaudio;module=trunk;protocol=http" 9SRC_URI = "svn://subversion.assembla.com/svn/portaudio/portaudio;module=trunk;protocol=http"
11S = "${WORKDIR}/trunk" 10S = "${WORKDIR}/trunk"
12 11
13inherit autotools 12inherit autotools pkgconfig
14 13
15PACKAGECONFIG ??= "alsa jack" 14PACKAGECONFIG ??= "alsa jack"
16PACKAGECONFIG[alsa] = "--with-alsa, --without-alsa, alsa-lib," 15PACKAGECONFIG[alsa] = "--with-alsa, --without-alsa, alsa-lib,"