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.24.1.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.24.1.bb')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb b/meta/recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb new file mode 100644 index 0000000000..ed2886d598 --- /dev/null +++ b/meta/recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb | |||
@@ -0,0 +1,23 @@ | |||
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 = "r3" | ||
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] = "08fe93a12006093e590d7ecc02b119dd" | ||
19 | SRC_URI[sha256sum] = "17d43de93ab2db98886d89a53e45341daa46a4ef6edd405db87f4b5a5dc64a05" | ||
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'" | ||