From: wind@(none) Date: Sun, 9 Nov 2003 10:47:11 +0000 (+0000) Subject: fixsmall X-Git-Tag: Release-2010-05/1~20568 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6ca083137ecc2afdfd28b6a298839dd7bcf044f;p=openembedded.git fixsmall BKrev: 3fae1b2fQkHFmVjl5qu5xyFFJD_5ig --- diff --git a/alsa-driver/alsadriver_0_9_8.oe b/alsa-driver/alsadriver_0_9_8.oe index e69de29bb2..0dbbcccab5 100644 --- a/alsa-driver/alsadriver_0_9_8.oe +++ b/alsa-driver/alsadriver_0_9_8.oe @@ -0,0 +1,12 @@ +DESCRIPTION="Alsa Drivers" +MAINTAINER="Lorn Potter " +LICENSE="GPL" +DEPENDS="virtual/libc" + +SCR_URI="ftp://ftp.alsa-project.org/pub/lib/alsa-driver-${PV}.tar.bz2" + +S="${WORKDIR}/${P}" + +inherit autotools +# libtool + diff --git a/alsa-lib/alsalib_0_9_8.oe b/alsa-lib/alsalib_0_9_8.oe index e69de29bb2..81d7f13d9e 100644 --- a/alsa-lib/alsalib_0_9_8.oe +++ b/alsa-lib/alsalib_0_9_8.oe @@ -0,0 +1,31 @@ +DESCRIPTION="Alsa sound library" +MAINTAINER="Lorn Potter " +LICENSE="GPL" +DEPENDS="virtual/libc" + +SCR_URI="ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2" + +S="${WORKDIR}/${P}" + +inherit autotools +# libtool + + +EXTRA_OECONF="--with-cards=pdaudiocf --with-oss=yes" + +#do_configure () { + +#} + +#do_configure_prepend () { +# touch NEWS AUTHORS ChangeLog +#} + +do_stage () { + cp pcmcia/pdaudio/pdaudiocf.conf ${STAGING_DIR}/etc/pcmcia +} + +do_install () { + oe_runmake 'bindir=${D}${bindir}' 'mandir=${D}${mandir}' install +} + diff --git a/alsa-oss/alsa-oss_0_9_8.oe b/alsa-oss/alsa-oss_0_9_8.oe index e69de29bb2..ff5af1811e 100644 --- a/alsa-oss/alsa-oss_0_9_8.oe +++ b/alsa-oss/alsa-oss_0_9_8.oe @@ -0,0 +1,11 @@ +DESCRIPTION="Alsa OSS Compatibility Package" +MAINTAINER="Lorn Potter " +LICENSE="GPL" +DEPENDS="virtual/libc" + +SCR_URI="ftp://ftp.alsa-project.org/pub/lib/alsa-oss-${PV}.tar.bz2" + +S="${WORKDIR}/${P}" + +inherit autotools +# libtool diff --git a/alsa-tools/alsa-tools_0_9_8.oe b/alsa-tools/alsa-tools_0_9_8.oe index e69de29bb2..5d924da1b1 100644 --- a/alsa-tools/alsa-tools_0_9_8.oe +++ b/alsa-tools/alsa-tools_0_9_8.oe @@ -0,0 +1,11 @@ +DESCRIPTION="Alsa Tools" +MAINTAINER="Lorn Potter " +LICENSE="GPL" +DEPENDS="virtual/libc" + +SCR_URI="ftp://ftp.alsa-project.org/pub/lib/alsa-tools-${PV}.tar.bz2" + +S="${WORKDIR}/${P}" + +inherit autotools +# libtool diff --git a/alsa-utils/alsa-utils_0_9_8.oe b/alsa-utils/alsa-utils_0_9_8.oe index e69de29bb2..b12adfcb51 100644 --- a/alsa-utils/alsa-utils_0_9_8.oe +++ b/alsa-utils/alsa-utils_0_9_8.oe @@ -0,0 +1,11 @@ +DESCRIPTION="Alsa Utilities" +MAINTAINER="Lorn Potter " +LICENSE="GPL" +DEPENDS="virtual/libc" + +SCR_URI="ftp://ftp.alsa-project.org/pub/lib/alsa-utils-${PV}.tar.bz2" + +S="${WORKDIR}/${P}" + +inherit autotools +# libtool