diff options
-rw-r--r-- | alsa-oss/alsa-oss-0.9.8/m4.patch | 0 | ||||
-rw-r--r-- | alsa-oss/alsa-oss_0.9.8.oe | 3 | ||||
-rw-r--r-- | alsa-utils/alsa-utils-0.9.8/autotools.patch | 0 | ||||
-rw-r--r-- | alsa-utils/alsa-utils-0.9.8/m4.patch | 0 | ||||
-rw-r--r-- | alsa-utils/alsa-utils_0.9.8.oe | 4 |
5 files changed, 5 insertions, 2 deletions
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 --- /dev/null +++ b/alsa-oss/alsa-oss-0.9.8/m4.patch 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 --- /dev/null +++ b/alsa-utils/alsa-utils-0.9.8/autotools.patch 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 --- /dev/null +++ b/alsa-utils/alsa-utils-0.9.8/m4.patch 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 <lpotter@trolltech.com>" 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 |