summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-06-26 16:47:28 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-30 13:19:01 +0100
commit546926ac06b5aa1e92c797b619a347a9e5f3ca74 (patch)
tree029b6de504b828cb29005d97a956d3ee003b31a1
parent0bcc994c953875012b7f95945d31b7b8f6f2deb4 (diff)
downloadopenembedded-core-contrib-546926ac06b5aa1e92c797b619a347a9e5f3ca74.tar.gz
tremor_20100422.bb: Fix recipe metadata
Add LIC_FILES_CHKSUM information Adjust variables order according to styleguide Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-rw-r--r--meta/packages/tremor/tremor_20100422.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/packages/tremor/tremor_20100422.bb b/meta/packages/tremor/tremor_20100422.bb
index b13b4b3748..5c66b2ab7b 100644
--- a/meta/packages/tremor/tremor_20100422.bb
+++ b/meta/packages/tremor/tremor_20100422.bb
@@ -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"