From 546926ac06b5aa1e92c797b619a347a9e5f3ca74 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Sat, 26 Jun 2010 16:47:28 +0800 Subject: tremor_20100422.bb: Fix recipe metadata Add LIC_FILES_CHKSUM information Adjust variables order according to styleguide Signed-off-by: Dongxiao Xu --- meta/packages/tremor/tremor_20100422.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/packages/tremor/tremor_20100422.bb b/meta/packages/tremor/tremor_20100422.bb index b13b4b374..5c66b2ab7 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" -- cgit v1.2.3