diff options
Diffstat (limited to 'alsa-oss/alsa-oss_1.0.4.oe')
-rw-r--r-- | alsa-oss/alsa-oss_1.0.4.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/alsa-oss/alsa-oss_1.0.4.oe b/alsa-oss/alsa-oss_1.0.4.oe index 118da08dbe..bb52ddc38f 100644 --- a/alsa-oss/alsa-oss_1.0.4.oe +++ b/alsa-oss/alsa-oss_1.0.4.oe @@ -4,8 +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;patch=1 \ - file://${FILESDIR}/m4.patch;patch=1" + file://configure.patch;patch=1 \ + file://m4.patch;patch=1" inherit autotools |