summaryrefslogtreecommitdiffstats
path: root/meta/packages/alsa/alsa-lib_1.0.23.bb
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-06-26 16:42:50 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-30 13:19:00 +0100
commit6daa344f8c45e5a56e6578bdb96be2b0bad7c432 (patch)
treec8dacb94e40827501ca1fc6ead1b604e28190b52 /meta/packages/alsa/alsa-lib_1.0.23.bb
parentf7ae2c83810c1dc6fede7691f5538355eba965ca (diff)
downloadpoky-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/packages/alsa/alsa-lib_1.0.23.bb')
-rw-r--r--meta/packages/alsa/alsa-lib_1.0.23.bb8
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 @@
1DESCRIPTION = "Alsa sound library" 1DESCRIPTION = "Alsa sound library"
2HOMEPAGE = "http://www.alsa-project.org" 2HOMEPAGE = "http://www.alsa-project.org"
3BUGTRACKER = "https://bugtrack.alsa-project.org/alsa-bug/login_page.php"
3SECTION = "libs/multimedia" 4SECTION = "libs/multimedia"
4LICENSE = "GPL" 5LICENSE = "LGPLv2.1 & GPLv2+"
5PR = "r0" 6LIC_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
11ARM_INSTRUCTION_SET = "arm" 13ARM_INSTRUCTION_SET = "arm"
12 14
15PR = "r0"
16
13SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \ 17SRC_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