From 3d1a82ffa752aa6ee56092fbcd201ccdd9ff307c Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 31 Jul 2010 17:34:48 +0200 Subject: alsa-lib: removed various old versions These are already quite old, not pinned by anyone, and using legacy staging as per TSC suggestion (minutes may 2010) removed it Signed-off-by: Frans Meulenbroeks --- recipes/alsa/alsa-lib_1.0.14.bb | 50 ----------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 recipes/alsa/alsa-lib_1.0.14.bb (limited to 'recipes/alsa/alsa-lib_1.0.14.bb') diff --git a/recipes/alsa/alsa-lib_1.0.14.bb b/recipes/alsa/alsa-lib_1.0.14.bb deleted file mode 100644 index 6ad5f31e6c..0000000000 --- a/recipes/alsa/alsa-lib_1.0.14.bb +++ /dev/null @@ -1,50 +0,0 @@ -DESCRIPTION = "Alsa sound library" -HOMEPAGE = "http://www.alsa-project.org" -SECTION = "libs/multimedia" -LICENSE = "LGPLv2.1" - -PR = "r2" - -# 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 \ - file://fix-tstamp-declaration.patch \ - file://unbreak_plugindir.patch" - -inherit autotools pkgconfig - -require alsa-fpu.inc -EXTRA_OECONF += "${@get_alsa_fpu_setting(bb, d)} " - -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 =+ "alsa-server libasound alsa-conf-base alsa-conf alsa-doc alsa-dev" -FILES_${PN}-dbg += "${libdir}/alsa-lib/*/.debu*" -FILES_libasound = "${libdir}/libasound.so.*" -FILES_alsa-server = "${bindir}/*" -FILES_alsa-conf = "${datadir}/alsa/" -FILES_alsa-dev += "${libdir}/pkgconfig/ /usr/include/ ${datadir}/aclocal/*" -FILES_alsa-conf-base = "\ -${datadir}/alsa/alsa.conf \ -${datadir}/alsa/cards/aliases.conf \ -${datadir}/alsa/pcm/default.conf \ -${datadir}/alsa/pcm/dmix.conf \ -${datadir}/alsa/pcm/dsnoop.conf" - -RDEPENDS_libasound = "alsa-conf-base" - -SRC_URI[md5sum] = "1ef39fb723f9209109134d6f4860cb21" -SRC_URI[sha256sum] = "01e693daf4c0e2af2e10082a635559d390f9127556a86d25105abfa646a9b0a3" -- cgit 1.2.3-korg