diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-14 23:13:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-14 23:13:41 +0000 |
commit | f834d03f66a058ddb4d675127515a87f88d6b816 (patch) | |
tree | 0447ded3dfaab4e44f5ea4b5633e9798f11bb0f8 /meta/recipes-multimedia/alsa/alsa-tools_1.0.25.bb | |
parent | cb771ef55afc9acb0babdc4237bf5320cdc8ff6b (diff) | |
download | poky-f834d03f66a058ddb4d675127515a87f88d6b816.tar.gz |
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.bb | 23 |
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 1738081c85..0000000000 --- a/meta/recipes-multimedia/alsa/alsa-tools_1.0.25.bb +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | BROKEN = "1" | ||
2 | |||
3 | DESCRIPTION = "Alsa Tools package contains advanced tools for certain sound cards." | ||
4 | HOMEPAGE = "http://www.alsa-project.org" | ||
5 | BUGTRACKER = "https://bugtrack.alsa-project.org/alsa-bug/login_page.php" | ||
6 | SECTION = "console/utils" | ||
7 | LICENSE = "GPLv2 & LGPLv2+" | ||
8 | DEPENDS = "alsa-lib ncurses" | ||
9 | |||
10 | PR = "r0" | ||
11 | |||
12 | LIC_FILES_CHKSUM = "file://hdsploader/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
13 | file://ld10k1/COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34" | ||
14 | |||
15 | SRC_URI = "ftp://ftp.alsa-project.org/pub/tools/alsa-tools-${PV}.tar.bz2 \ | ||
16 | file://autotools.patch" | ||
17 | |||
18 | SRC_URI[md5sum] = "06fe5819020c6684b991dcffc5471304" | ||
19 | SRC_URI[sha256sum] = "5a1a805cf04106316d549ec650116ce6711a162e107ba8b3c551866680e286e6" | ||
20 | |||
21 | inherit autotools | ||
22 | |||
23 | 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'" | ||