]> code.ossystems Code Review - openembedded-core.git/commitdiff
alsa-lib_1.0.23: Fix recipe metadata
authorDongxiao Xu <dongxiao.xu@intel.com>
Sat, 26 Jun 2010 08:42:50 +0000 (16:42 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 30 Jun 2010 12:19:00 +0000 (13:19 +0100)
Change LICENSE information
Add BUGTRACKER and LIC_FILES_CHKSUM
Adjust variables order according to styleguide

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/packages/alsa/alsa-lib_1.0.23.bb

index a20762c2fd39406835441b7f46174732ec7dc7ff..b0a2a305c0f6cc65ef1d34ea9a0559a350286f17 100644 (file)
@@ -1,8 +1,10 @@
 DESCRIPTION = "Alsa sound library"
 HOMEPAGE = "http://www.alsa-project.org"
+BUGTRACKER = "https://bugtrack.alsa-project.org/alsa-bug/login_page.php"
 SECTION = "libs/multimedia"
-LICENSE = "GPL"
-PR = "r0"
+LICENSE = "LGPLv2.1 & GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34 \
+                    file://src/socket.c;beginline=1;endline=26;md5=11ff89a8a7a4a690a5c78effe8159545"
 
 # configure.in sets -D__arm__ on the command line for any arm system
 # (not just those with the ARM instruction set), this should be removed,
@@ -10,6 +12,8 @@ PR = "r0"
 #FIXME: remove the following
 ARM_INSTRUCTION_SET = "arm"
 
+PR = "r0"
+
 SRC_URI = "ftp://ftp.alsa-project.org/pub/lib/alsa-lib-${PV}.tar.bz2 \
            file://fix-tstamp-declaration.patch;patch=1"