diff options
author | Kang Kai <kai.kang@windriver.com> | 2012-03-14 17:03:41 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-14 13:17:43 +0000 |
commit | e42e6959516e7b10afcb4aad9eb8b944016420ef (patch) | |
tree | 8f48bad66f0ee57fdf8938e89ecc7ba31716ead7 /meta/recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb | |
parent | f7c743040e8469d6727d4ea4b3d29fd7c8db48f5 (diff) | |
download | poky-e42e6959516e7b10afcb4aad9eb8b944016420ef.tar.gz |
alsa-tools: update to 1.0.25
Update to version 1.0.25
(From OE-Core rev: b2d9f00a4e50180d96b3d201cc425349cc4dd530)
Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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, 0 insertions, 23 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 deleted file mode 100644 index ed2886d598..0000000000 --- a/meta/recipes-multimedia/alsa/alsa-tools_1.0.24.1.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 = "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'" | ||