]> code.ossystems Code Review - openembedded-core.git/commitdiff
lame_3.98.4.bb: Fix recipe metadata
authorDongxiao Xu <dongxiao.xu@intel.com>
Sat, 26 Jun 2010 09:44:24 +0000 (17:44 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 30 Jun 2010 12:13:47 +0000 (13:13 +0100)
Fix DESCRIPTION and LICENSE information
Add HOMEPAGE, BUGTRACKER, and LIC_FILES_CHKSUM
Use blank space to replace the tab

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/packages/lame/lame_3.98.4.bb

index a783dd554a2edffabef90ac719fba116c35fb9c8..316933495c9529dc435d7c42f11ba6708b2c042e 100644 (file)
@@ -1,10 +1,14 @@
+DESCRIPTION = "LAME is an educational tool to be used for learning about MP3 encoding."
+HOMEPAGE = "http://sourceforge.net/projects/lame/files/lame/"
+BUGTRACKER = "http://sourceforge.net/tracker/?group_id=290&atid=100290"
 SECTION = "console/utils"
-DESCRIPTION = "Not an MP3 encoder"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9 \
+                    file://include/lame.h;beginline=1;endline=20;md5=d3ff8cae3e79c4e9da7169c7928dc3a2"
 PR = "r0"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/lame/lame-${PV}.tar.gz \
-       file://no-gtk1.patch;patch=1"
+           file://no-gtk1.patch;patch=1"
 
 inherit autotools