diff options
author | Kang Kai <kai.kang@windriver.com> | 2011-08-18 10:44:40 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-19 09:29:20 -0700 |
commit | 89034c2ab8c83e5f885be16f2014ceb9aba4eae8 (patch) | |
tree | 02834006d3598946848b73084321097f87fce3b9 /meta/recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb | |
parent | c7016bac665a8caf79e1821d61f9372e175911af (diff) | |
download | poky-89034c2ab8c83e5f885be16f2014ceb9aba4eae8.tar.gz |
alsa-tools: update license and add distro tracking fields
Update license and other informations, then bump up PR.
Update distro tracking fields.
(From OE-Core rev: b989bb90919eb28cb92e842e989aa5b1fd7f068c)
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 | 11 |
1 files changed, 7 insertions, 4 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 index 1bf9cd099a..ed2886d598 100644 --- a/meta/recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb +++ b/meta/recipes-multimedia/alsa/alsa-tools_1.0.24.1.bb | |||
@@ -1,13 +1,16 @@ | |||
1 | BROKEN = "1" | 1 | BROKEN = "1" |
2 | 2 | ||
3 | DESCRIPTION = "Alsa Tools" | 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" | ||
4 | SECTION = "console/utils" | 6 | SECTION = "console/utils" |
5 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2 & LGPLv2+" |
6 | DEPENDS = "alsa-lib ncurses" | 8 | DEPENDS = "alsa-lib ncurses" |
7 | 9 | ||
8 | PR = "r2" | 10 | PR = "r3" |
9 | 11 | ||
10 | LIC_FILES_CHKSUM = "file://hdsploader/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 12 | LIC_FILES_CHKSUM = "file://hdsploader/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
13 | file://ld10k1/COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34" | ||
11 | 14 | ||
12 | SRC_URI = "ftp://ftp.alsa-project.org/pub/tools/alsa-tools-${PV}.tar.bz2 \ | 15 | SRC_URI = "ftp://ftp.alsa-project.org/pub/tools/alsa-tools-${PV}.tar.bz2 \ |
13 | file://autotools.patch" | 16 | file://autotools.patch" |