diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-23 16:30:55 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-23 16:30:55 +0800 |
commit | dd651f27f6c62a043e06025c9825f38264245229 (patch) | |
tree | 7ff76543692f5cfe6425ed13155bb348cfc3c2ce /recipes/libsamplerate/libsamplerate0_0.1.7.bb | |
parent | 0c77e1f49fdbf22cce43f2e794393bcf34cc652c (diff) |
libsamplerate0-0.1.7: Fix configure run with recent autoconf
* Remove the oe_runconf overload and just go through the normal
autoreconf process
* Take gentoo patch to fix the quoting of the macro and make
building go past the configure task.
Diffstat (limited to 'recipes/libsamplerate/libsamplerate0_0.1.7.bb')
-rw-r--r-- | recipes/libsamplerate/libsamplerate0_0.1.7.bb | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/recipes/libsamplerate/libsamplerate0_0.1.7.bb b/recipes/libsamplerate/libsamplerate0_0.1.7.bb index 1d377f1260..b41f97fe21 100644 --- a/recipes/libsamplerate/libsamplerate0_0.1.7.bb +++ b/recipes/libsamplerate/libsamplerate0_0.1.7.bb @@ -2,13 +2,12 @@ DESCRIPTION = "An audio Sample Rate Conversion library" SECTION = "libs" LICENSE = "GPL libsamplerate" -SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz" -S = "${WORKDIR}/libsamplerate-${PV}" +PR = "r1" -inherit autotools_stage pkgconfig +SRC_URI = "http://www.mega-nerd.com/SRC/libsamplerate-${PV}.tar.gz \ + file://libsamplerate-0.1.7-macro-quoting.patch;patch=1;pnum=0 \ + file://libsamplerate-0.1.7-tests.patch;patch=1 " +S = "${WORKDIR}/libsamplerate-${PV}" -do_configure() { - gnu-configize --force - oe_runconf -} +inherit autotools pkgconfig |