summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb
diff options
context:
space:
mode:
authorCristian Iorga <cristian.iorga@intel.com>2013-01-29 12:15:07 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-30 14:03:58 +0000
commitb4f407c84ac5b2fde389dee97afa9ff75111e7d0 (patch)
tree2aa248a38a47cb4d7c103dea8e957e9788cb214a /meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb
parent27c8af1e3a9092caa19bd813c4dd0747de766dc5 (diff)
downloadast2050-yocto-poky-b4f407c84ac5b2fde389dee97afa9ff75111e7d0.zip
ast2050-yocto-poky-b4f407c84ac5b2fde389dee97afa9ff75111e7d0.tar.gz
alsa-tools: upgrade to 1.0.26.1
Removed the following tools: - all related to hdsp (required gtk+ and fltk-config) - ld10k1, qlo10k1 (required QT) - hdajackretask Fixed the automake issue for cross-compilation (From OE-Core rev: 9a148e6b100fe8bc3e162d79630552df5eb78fc0) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb')
-rw-r--r--meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb b/meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb
new file mode 100644
index 0000000..0fe4bee
--- /dev/null
+++ b/meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb
@@ -0,0 +1,28 @@
+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] = "805526ea5d6c40e1f2c94cee86141230"
+SRC_URI[sha256sum] = "553338693707fe6ddfc430b9edc4cd2677390e200c9e38de82ede3394e733841"
+
+inherit autotools
+
+EXTRA_OEMAKE += "GITCOMPILE_ARGS='--host=${HOST_SYS} --build=${BUILD_SYS} --target=${TARGET_SYS} --with-libtool-sysroot=${STAGING_DIR_HOST} --prefix=${prefix}' ACLOCAL_FLAGS='-I ${STAGING_DATADIR}/aclocal'"
+
+do_compile_prepend () {
+ #Automake dir is not correctly detected in cross compilation case
+ export AUTOMAKE_DIR=${STAGING_DATADIR_NATIVE}/$(ls ${STAGING_DATADIR_NATIVE} | grep automake)
+}
+
+FILES_${PN} += "${datadir}/ld10k1"
OpenPOWER on IntegriCloud