summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/alsa/alsa-tools_1.0.28.bb
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2015-05-19 09:08:12 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-20 21:41:09 +0100
commit14169863fd2b9038797dd73a21a80f9092562f08 (patch)
tree71cdf566f2edb042c0394837cee9e749e0ccc329 /meta/recipes-multimedia/alsa/alsa-tools_1.0.28.bb
parent3a864e5ec36a291ab0a259e3f0ca35c1766ad0b3 (diff)
downloadpoky-14169863fd2b9038797dd73a21a80f9092562f08.tar.gz
alsa-tools: upgrade to version 1.0.29
Upgrade alsa-tools from verion 1.0.28 to 1.0.29. * update autotools.patch * add file gitcompile which exists in git repo but missing in release tar ball for sub-directory hdajacksensetest (From OE-Core rev: 9174c8bfe1aba1b32417d52d923fe5fff996814e) Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/alsa/alsa-tools_1.0.28.bb')
-rw-r--r--meta/recipes-multimedia/alsa/alsa-tools_1.0.28.bb37
1 files changed, 0 insertions, 37 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.0.28.bb b/meta/recipes-multimedia/alsa/alsa-tools_1.0.28.bb
deleted file mode 100644
index d6842256dc..0000000000
--- a/meta/recipes-multimedia/alsa/alsa-tools_1.0.28.bb
+++ /dev/null
@@ -1,37 +0,0 @@
1SUMMARY = "Advanced tools for certain ALSA sound card drivers"
2HOMEPAGE = "http://www.alsa-project.org"
3BUGTRACKER = "https://bugtrack.alsa-project.org/alsa-bug/login_page.php"
4SECTION = "console/utils"
5LICENSE = "GPLv2 & LGPLv2+"
6DEPENDS = "alsa-lib ncurses"
7
8LIC_FILES_CHKSUM = "file://hdsploader/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
9 file://ld10k1/COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34"
10
11SRC_URI = "ftp://ftp.alsa-project.org/pub/tools/${BP}.tar.bz2 \
12 file://autotools.patch \
13 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \
14 'file://makefile_no_gtk.patch', d)}"
15
16SRC_URI[md5sum] = "e6c929175d8ee729c06d49b51439bad6"
17SRC_URI[sha256sum] = "76e59711c6d0f39cbddce83ce1ed8da00bad112fee021f94fa990d8685cc3761"
18
19inherit autotools-brokensep pkgconfig
20
21CLEANBROKEN = "1"
22
23EXTRA_OEMAKE += "GITCOMPILE_ARGS='--host=${HOST_SYS} --build=${BUILD_SYS} --target=${TARGET_SYS} --with-libtool-sysroot=${STAGING_DIR_HOST} --prefix=${prefix}'"
24
25PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk+', '', d)}"
26PACKAGECONFIG[gtk+] = ",,gtk+ gtk+3,"
27
28# configure.ac/.in doesn't exist so force copy
29AUTOTOOLS_COPYACLOCAL = "1"
30
31do_compile_prepend () {
32 #Automake dir is not correctly detected in cross compilation case
33 export AUTOMAKE_DIR="$(automake --print-libdir)"
34 export ACLOCAL_FLAGS="--system-acdir=${ACLOCALDIR}/"
35}
36
37FILES_${PN} += "${datadir}/ld10k1"