diff options
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, 23 insertions, 0 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 new file mode 100644 index 0000000000..1738081c85 --- /dev/null +++ b/meta/recipes-multimedia/alsa/alsa-tools_1.0.25.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 = "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'" | ||