From 44a5a5aabf3439fecdecd132c58c206972997dbd Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 17 Nov 2003 23:10:15 +0000 Subject: Merge openembedded@openembedded.bkbits.net:packages into direwolf.ppp.ti.com:/home/kergoth/coding/projects/user/oe-metadata/packages 2003/11/17 17:10:05-06:00 ti.com!kergoth Make the alsa packages compile. BKrev: 3fb95557AoQSKXn3XYGI5YjPX2cp2w --- alsa-lib/alsa-lib_0.9.8.oe | 0 alsa-lib/alsalib_0_9_8.oe | 31 ------------------------------- 2 files changed, 31 deletions(-) create mode 100644 alsa-lib/alsa-lib_0.9.8.oe delete mode 100644 alsa-lib/alsalib_0_9_8.oe (limited to 'alsa-lib') 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 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 " -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 -} - -- cgit v1.2.3