]> code.ossystems Code Review - openembedded-core.git/commitdiff
tremor_20100422.bb: Fix recipe metadata
authorDongxiao Xu <dongxiao.xu@intel.com>
Sat, 26 Jun 2010 08:47:28 +0000 (16:47 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 30 Jun 2010 12:19:01 +0000 (13:19 +0100)
Add LIC_FILES_CHKSUM information
Adjust variables order according to styleguide

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/packages/tremor/tremor_20100422.bb

index b13b4b374865419f8e9da78f91cb5c4c39765070..5c66b2ab7bed07fcdc9011391d2fdd2008db040e 100644 (file)
@@ -1,8 +1,10 @@
+DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
 SECTION = "libs"
 PRIORITY = "optional"
-DEPENDS = "libogg"
-DESCRIPTION = "tremor is a fixed point implementation of the vorbis codec."
 LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=db1b7a668b2a6f47b2af88fb008ad555 \
+                    file://os.h;beginline=3;endline=14;md5=5c0af5e1bedef3ce8178c89f48cd6f1f"
+DEPENDS = "libogg"
 SRCDATE = "${PV}"
 PR = "r0"