diff options
Diffstat (limited to 'alsa-oss')
-rw-r--r-- | alsa-oss/alsa-oss_0.9.8.oe | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/alsa-oss/alsa-oss_0.9.8.oe b/alsa-oss/alsa-oss_0.9.8.oe index aa366654b2..7b024abc72 100644 --- a/alsa-oss/alsa-oss_0.9.8.oe +++ b/alsa-oss/alsa-oss_0.9.8.oe @@ -1,11 +1,11 @@ -DESCRIPTION="Alsa OSS Compatibility Package" -MAINTAINER="Lorn Potter <lpotter@trolltech.com>" -LICENSE="GPL" -DEPENDS="virtual/libc alsa-lib" +DESCRIPTION = "Alsa OSS Compatibility Package" +MAINTAINER = "Lorn Potter <lpotter@trolltech.com>" +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" +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" inherit autotools libtool |