diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-06-26 16:42:50 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-30 13:19:00 +0100 |
commit | 6daa344f8c45e5a56e6578bdb96be2b0bad7c432 (patch) | |
tree | c8dacb94e40827501ca1fc6ead1b604e28190b52 /meta | |
parent | f7ae2c83810c1dc6fede7691f5538355eba965ca (diff) | |
download | poky-6daa344f8c45e5a56e6578bdb96be2b0bad7c432.tar.gz |
alsa-lib_1.0.23: Fix recipe metadata
Change LICENSE information
Add BUGTRACKER and LIC_FILES_CHKSUM
Adjust variables order according to styleguide
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/alsa/alsa-lib_1.0.23.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/packages/alsa/alsa-lib_1.0.23.bb b/meta/packages/alsa/alsa-lib_1.0.23.bb index a20762c2fd..b0a2a305c0 100644 --- a/meta/packages/alsa/alsa-lib_1.0.23.bb +++ b/meta/packages/alsa/alsa-lib_1.0.23.bb | |||
@@ -1,8 +1,10 @@ | |||
1 | DESCRIPTION = "Alsa sound library" | 1 | DESCRIPTION = "Alsa sound library" |
2 | HOMEPAGE = "http://www.alsa-project.org" | 2 | HOMEPAGE = "http://www.alsa-project.org" |
3 | BUGTRACKER = "https://bugtrack.alsa-project.org/alsa-bug/login_page.php" | ||
3 | SECTION = "libs/multimedia" | 4 | SECTION = "libs/multimedia" |
4 | LICENSE = "GPL" | 5 | LICENSE = "LGPLv2.1 & GPLv2+" |
5 | PR = "r0" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \ |
7 | file://src/socket.c;beginline=1;endline=26;md5=11ff89a8a7a4a690a5c78effe8159545" | ||
6 | 8 | ||
7 | # configure.in sets -D__arm__ on the command line for any arm system | 9 | # configure.in sets -D__arm__ on the command line for any arm system |
8 | # (not just those with the ARM instruction set), this should be removed, | 10 | # (not just those with the ARM instruction set), this should be removed, |
@@ -10,6 +12,8 @@ PR = "r0" | |||
10 | #FIXME: remove the following | 12 | #FIXME: remove the following |
11 | ARM_INSTRUCTION_SET = "arm" | 13 | ARM_INSTRUCTION_SET = "arm" |
12 | 14 | ||
15 | PR = "r0" | ||
16 | |||
13 | SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \ | 17 | SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \ |
14 | file://fix-tstamp-declaration.patch;patch=1" | 18 | file://fix-tstamp-declaration.patch;patch=1" |
15 | 19 | ||