aboutsummaryrefslogtreecommitdiffstats
path: root/packages/alsa/alsa-lib_1.0.8.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-07-12 12:25:33 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-12 12:25:33 +0000
commit6df79a3afff6232e7163594fa2c178798187c2d3 (patch)
tree8b7f258b3660e43fa925e85cf20d484a3c19c8de /packages/alsa/alsa-lib_1.0.8.bb
parent7c3dd55a8d04cf109ce752b14befdbaf6ccc404f (diff)
downloadopenembedded-6df79a3afff6232e7163594fa2c178798187c2d3.tar.gz
alsa: add HOMEPAGE, remove 1.0.8 and 1.0.10, mark alsa-driver as BROKEN
Diffstat (limited to 'packages/alsa/alsa-lib_1.0.8.bb')
-rw-r--r--packages/alsa/alsa-lib_1.0.8.bb33
1 files changed, 0 insertions, 33 deletions
diff --git a/packages/alsa/alsa-lib_1.0.8.bb b/packages/alsa/alsa-lib_1.0.8.bb
deleted file mode 100644
index 5dcd0b3446..0000000000
--- a/packages/alsa/alsa-lib_1.0.8.bb
+++ /dev/null
@@ -1,33 +0,0 @@
-DESCRIPTION = "Alsa sound library"
-"
-SECTION = "libs/multimedia"
-LICENSE = "GPL"
-PR = "r1"
-
-# configure.in sets -D__arm__ on the command line for any arm system
-# (not just those with the ARM instruction set), this should be removed,
-# (or replaced by a permitted #define).
-#FIXME: remove the following
-ARM_INSTRUCTION_SET = "arm"
-
-SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2"
-
-inherit autotools pkgconfig
-
-EXTRA_OECONF = "--with-cards=pdaudiocf --with-oss=yes"
-
-do_stage () {
- oe_libinstall -so -C src libasound ${STAGING_LIBDIR}/
- install -d ${STAGING_INCDIR}/alsa/sound
- install -m 0644 include/*.h ${STAGING_INCDIR}/alsa/
- install -m 0644 include/sound/ainstr*.h ${STAGING_INCDIR}/alsa/sound/
- install -d ${STAGING_DATADIR}/aclocal
- install -m 0644 utils/alsa.m4 ${STAGING_DATADIR}/aclocal/
-}
-
-PACKAGES = "libasound alsa-server alsa-conf alsa-doc alsa-dev"
-FILES_libasound = "${libdir}/libasound.so*"
-FILES_alsa-server = "${bindir}"
-FILES_alsa-conf = "${datadir}"
-FILES_alsa-dev = "${libdir}/pkgconfig/ ${incdir}"
-