diff options
| author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-06-26 14:40:50 +0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-30 13:14:34 +0100 |
| commit | 52f5ad8ec703452094c0166a5a159877cc4bb9ba (patch) | |
| tree | 862fe3f4237f4bfa8bfe214417f50ab504a50ae3 /meta/packages/mpeg2dec | |
| parent | 6b58719a8c5bc2cdf08ed1dd261d1563c42be0b8 (diff) | |
| download | poky-52f5ad8ec703452094c0166a5a159877cc4bb9ba.tar.gz | |
mpeg2dec_0.4.1.bb: Fix recipe metadata
Change LICENSE information and add LIC_FILES_CHKSUM
Adjust the variables order according to styleguide
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/packages/mpeg2dec')
| -rw-r--r-- | meta/packages/mpeg2dec/mpeg2dec_0.4.1.bb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/packages/mpeg2dec/mpeg2dec_0.4.1.bb b/meta/packages/mpeg2dec/mpeg2dec_0.4.1.bb index e042bc81e3..a769e5a70e 100644 --- a/meta/packages/mpeg2dec/mpeg2dec_0.4.1.bb +++ b/meta/packages/mpeg2dec/mpeg2dec_0.4.1.bb | |||
| @@ -1,14 +1,16 @@ | |||
| 1 | DESCRIPTION = "Library and test program for decoding mpeg-2 and mpeg-1 video streams" | 1 | DESCRIPTION = "Library and test program for decoding mpeg-2 and mpeg-1 video streams" |
| 2 | HOMEPAGE = "http://libmpeg2.sourceforge.net/" | 2 | HOMEPAGE = "http://libmpeg2.sourceforge.net/" |
| 3 | LICENSE = "GPL" | ||
| 4 | PRIORITY = "optional" | ||
| 5 | SECTION = "libs" | 3 | SECTION = "libs" |
| 6 | PR = "r0" | 4 | PRIORITY = "optional" |
| 5 | LICENSE = "GPLv2+" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | ||
| 7 | file://include/mpeg2.h;beginline=1;endline=22;md5=ead62602d4638329d3b5b86a55803154" | ||
| 7 | 8 | ||
| 8 | DEPENDS = "virtual/libx11" | 9 | DEPENDS = "virtual/libx11" |
| 9 | 10 | ||
| 11 | PR = "r0" | ||
| 12 | |||
| 10 | SRC_URI = "http://libmpeg2.sourceforge.net/files/mpeg2dec-${PV}.tar.gz" | 13 | SRC_URI = "http://libmpeg2.sourceforge.net/files/mpeg2dec-${PV}.tar.gz" |
| 11 | S = "${WORKDIR}/mpeg2dec-0.4.1" | ||
| 12 | 14 | ||
| 13 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |
| 14 | 16 | ||
| @@ -27,5 +29,3 @@ FILES_libmpeg2convert-dev = "${libdir}/libmpeg2convert.so \ | |||
| 27 | ${libdir}/libmpeg2convert.*a \ | 29 | ${libdir}/libmpeg2convert.*a \ |
| 28 | ${libdir}/pkgconfig/libmpeg2convert.pc \ | 30 | ${libdir}/pkgconfig/libmpeg2convert.pc \ |
| 29 | ${includedir}/mpeg2dec/mpeg2convert.h" | 31 | ${includedir}/mpeg2dec/mpeg2convert.h" |
| 30 | |||
| 31 | |||
