]> code.ossystems Code Review - openembedded-core.git/commitdiff
mpeg2dec_0.4.1.bb: Fix recipe metadata
authorDongxiao Xu <dongxiao.xu@intel.com>
Sat, 26 Jun 2010 06:40:50 +0000 (14:40 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 30 Jun 2010 12:14:34 +0000 (13:14 +0100)
Change LICENSE information and add LIC_FILES_CHKSUM
Adjust the variables order according to styleguide

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
meta/packages/mpeg2dec/mpeg2dec_0.4.1.bb

index e042bc81e3d8c313fb2f324437938a6f8a928cc4..a769e5a70e17172765c22f84edf12673060c3f22 100644 (file)
@@ -1,14 +1,16 @@
 DESCRIPTION = "Library and test program for decoding mpeg-2 and mpeg-1 video streams"
 HOMEPAGE = "http://libmpeg2.sourceforge.net/"
-LICENSE = "GPL"
-PRIORITY = "optional"
 SECTION = "libs"
-PR = "r0"
+PRIORITY = "optional"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
+                    file://include/mpeg2.h;beginline=1;endline=22;md5=ead62602d4638329d3b5b86a55803154"
 
 DEPENDS = "virtual/libx11"
 
+PR = "r0"
+
 SRC_URI = "http://libmpeg2.sourceforge.net/files/mpeg2dec-${PV}.tar.gz"
-S = "${WORKDIR}/mpeg2dec-0.4.1"
 
 inherit autotools pkgconfig
 
@@ -27,5 +29,3 @@ FILES_libmpeg2convert-dev = "${libdir}/libmpeg2convert.so \
                              ${libdir}/libmpeg2convert.*a \
                              ${libdir}/pkgconfig/libmpeg2convert.pc \
                              ${includedir}/mpeg2dec/mpeg2convert.h"
-
-