From: Chris Larson Date: Sat, 24 Jan 2004 18:34:20 +0000 (+0000) Subject: Fix builds of alsa-oss and alsa-utils when using automake 1.8 (which is more picky). X-Git-Tag: Release-2010-05/1~20242 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d9728f909a30279a3421532dedc3b8c3c25b491;p=openembedded.git Fix builds of alsa-oss and alsa-utils when using automake 1.8 (which is more picky). BKrev: 4012baacJsnuuWqXUxf5nEtyTxAIPQ --- diff --git a/alsa-oss/alsa-oss-0.9.8/m4.patch b/alsa-oss/alsa-oss-0.9.8/m4.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/alsa-oss/alsa-oss_0.9.8.oe b/alsa-oss/alsa-oss_0.9.8.oe index dd7868beac..aa366654b2 100644 --- a/alsa-oss/alsa-oss_0.9.8.oe +++ b/alsa-oss/alsa-oss_0.9.8.oe @@ -4,7 +4,8 @@ LICENSE="GPL" DEPENDS="virtual/libc alsa-lib" SRC_URI="ftp://ftp.alsa-project.org/pub/oss-lib/alsa-oss-${PV}.tar.bz2 \ - file://${FILESDIR}/configure.patch" + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/m4.patch;patch=1" inherit autotools libtool diff --git a/alsa-utils/alsa-utils-0.9.8/autotools.patch b/alsa-utils/alsa-utils-0.9.8/autotools.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/alsa-utils/alsa-utils-0.9.8/m4.patch b/alsa-utils/alsa-utils-0.9.8/m4.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/alsa-utils/alsa-utils_0.9.8.oe b/alsa-utils/alsa-utils_0.9.8.oe index 8ae86cd5b6..1e23e13131 100644 --- a/alsa-utils/alsa-utils_0.9.8.oe +++ b/alsa-utils/alsa-utils_0.9.8.oe @@ -3,6 +3,8 @@ MAINTAINER="Lorn Potter " LICENSE="GPL" DEPENDS="virtual/libc" -SRC_URI="ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2" +SRC_URI="ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ + file://${FILESDIR}/autotools.patch;patch=1 \ + file://${FILESDIR}/m4.patch;patch=1" inherit autotools