diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-07 16:18:38 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-12 12:06:02 +0200 |
| commit | e2aa5eca92fabc5c90909b00700782b7030beec1 (patch) | |
| tree | 6651d5453552418a3f843e0e1a54e489f37578d5 | |
| parent | 83872967b3784c9f006a6dd17ac46f466e3f2038 (diff) | |
| download | meta-openembedded-e2aa5eca92fabc5c90909b00700782b7030beec1.tar.gz | |
portaudio: inherit pkgconfig
* without pkgconfig it's failing to expand PKG_CHECK_MODULES macro:
| portaudio-v19/v19+svnr1387-r0/trunk/configure:
line 11721: syntax error near unexpected token `JACK,'
| portaudio-v19/v19+svnr1387-r0/trunk/configure:
line 11721: `PKG_CHECK_MODULES(JACK, jack, have_jack=yes, have_jack=no)'
| Configure failed. The contents of all config.log files follows to aid debugging
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb | 3 |
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 b35d1d84e0..ced4b6b8ff 100644 --- a/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb +++ b/meta-oe/recipes-support/portaudio/portaudio-v19_svn.bb | |||
| @@ -4,12 +4,11 @@ LICENSE = "PortAudio" | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26107732c2ab637c5710446fcfaf02df" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=26107732c2ab637c5710446fcfaf02df" |
| 5 | SRCREV = "1387" | 5 | SRCREV = "1387" |
| 6 | PV = "v19+svnr${SRCPV}" | 6 | PV = "v19+svnr${SRCPV}" |
| 7 | PR = "r0" | ||
| 8 | 7 | ||
| 9 | SRC_URI = "svn://subversion.assembla.com/svn/portaudio/portaudio;module=trunk;protocol=http" | 8 | SRC_URI = "svn://subversion.assembla.com/svn/portaudio/portaudio;module=trunk;protocol=http" |
| 10 | S = "${WORKDIR}/trunk" | 9 | S = "${WORKDIR}/trunk" |
| 11 | 10 | ||
| 12 | inherit autotools | 11 | inherit autotools pkgconfig |
| 13 | 12 | ||
| 14 | TESTS = " pa_devs patest1 patest_hang patest_many patest_prime patest_sine patest_stop patest_write_sine \ | 13 | TESTS = " pa_devs patest1 patest_hang patest_many patest_prime patest_sine patest_stop patest_write_sine \ |
| 15 | pa_fuzz patest_buffer patest_in_overflow patest_maxsines patest_read_record patest_sine8 patest_sync \ | 14 | pa_fuzz patest_buffer patest_in_overflow patest_maxsines patest_read_record patest_sine8 patest_sync \ |
