summaryrefslogtreecommitdiff
path: root/alsa-lib
diff options
context:
space:
mode:
Diffstat (limited to 'alsa-lib')
-rw-r--r--alsa-lib/alsa-lib_0.9.8.oe0
-rw-r--r--alsa-lib/alsalib_0_9_8.oe31
2 files changed, 0 insertions, 31 deletions
diff --git a/alsa-lib/alsa-lib_0.9.8.oe b/alsa-lib/alsa-lib_0.9.8.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/alsa-lib/alsa-lib_0.9.8.oe
diff --git a/alsa-lib/alsalib_0_9_8.oe b/alsa-lib/alsalib_0_9_8.oe
deleted file mode 100644
index 81d7f13d9e..0000000000
--- a/alsa-lib/alsalib_0_9_8.oe
+++ /dev/null
@@ -1,31 +0,0 @@
-DESCRIPTION="Alsa sound library"
-MAINTAINER="Lorn Potter <lpotter@trolltech.com>"
-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
-}
-