summaryrefslogtreecommitdiff
path: root/meta/recipes-multimedia/alsa/alsa-tools_1.0.25.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-14 15:53:45 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-14 15:53:45 +0000
commit8567549a743cb5be157e7988e1f9227d91f48850 (patch)
tree80ca1fefe26c71050ba2d310f4b63d8e627aa677 /meta/recipes-multimedia/alsa/alsa-tools_1.0.25.bb
parent774b7a34de280aab696815a85cc81494a4ddb1ea (diff)
downloadopenembedded-core-8567549a743cb5be157e7988e1f9227d91f48850.tar.gz
openembedded-core-8567549a743cb5be157e7988e1f9227d91f48850.tar.bz2
openembedded-core-8567549a743cb5be157e7988e1f9227d91f48850.tar.xz
openembedded-core-8567549a743cb5be157e7988e1f9227d91f48850.zip
Revert "alsa-tools: update to 1.0.25"
This reverts commit b2d9f00a4e50180d96b3d201cc425349cc4dd530 since the checksums are incorrect and even when fixed, it doesn't actually build.
Diffstat (limited to 'meta/recipes-multimedia/alsa/alsa-tools_1.0.25.bb')
-rw-r--r--meta/recipes-multimedia/alsa/alsa-tools_1.0.25.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.0.25.bb b/meta/recipes-multimedia/alsa/alsa-tools_1.0.25.bb
deleted file mode 100644
index 1738081c8..000000000
--- a/meta/recipes-multimedia/alsa/alsa-tools_1.0.25.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-BROKEN = "1"
-
-DESCRIPTION = "Alsa Tools package contains advanced tools for certain sound cards."
-HOMEPAGE = "http://www.alsa-project.org"
-BUGTRACKER = "https://bugtrack.alsa-project.org/alsa-bug/login_page.php"
-SECTION = "console/utils"
-LICENSE = "GPLv2 & LGPLv2+"
-DEPENDS = "alsa-lib ncurses"
-
-PR = "r0"
-
-LIC_FILES_CHKSUM = "file://hdsploader/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
- file://ld10k1/COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34"
-
-SRC_URI = "ftp://ftp.alsa-project.org/pub/tools/alsa-tools-${PV}.tar.bz2 \
- file://autotools.patch"
-
-SRC_URI[md5sum] = "06fe5819020c6684b991dcffc5471304"
-SRC_URI[sha256sum] = "5a1a805cf04106316d549ec650116ce6711a162e107ba8b3c551866680e286e6"
-
-inherit autotools
-
-EXTRA_OEMAKE += "GITCOMPILE_ARGS='--host=${HOST_SYS} --build=${BUILD_SYS} --target=${TARGET_SYS} --with-libtool-sysroot=${STAGING_DIR_HOST}' ACLOCAL_FLAGS='-I ${STAGING_DATADIR}/aclocal'"