diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-06-26 15:30:16 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-30 13:17:31 +0100 |
commit | d7d147b98d35065acc601f84ff63642f595f2f22 (patch) | |
tree | 6169d1720f14b93a848738bc3d2a57e5be6446e5 /meta | |
parent | 3bd948b1bc8cab7657088b2920f55a459cca05b0 (diff) | |
download | poky-d7d147b98d35065acc601f84ff63642f595f2f22.tar.gz |
gst-plugins-ugly_0.10.15.bb: Fix recipe metadata
Add LICENSE and LIC_FILES_CHKSUM information
Adjust variables order according to styleguide
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/gstreamer/gst-plugins-ugly_0.10.15.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-ugly_0.10.15.bb b/meta/packages/gstreamer/gst-plugins-ugly_0.10.15.bb index 46966c2869..7dda685002 100644 --- a/meta/packages/gstreamer/gst-plugins-ugly_0.10.15.bb +++ b/meta/packages/gstreamer/gst-plugins-ugly_0.10.15.bb | |||
@@ -1,10 +1,16 @@ | |||
1 | require gst-plugins.inc | 1 | require gst-plugins.inc |
2 | 2 | ||
3 | inherit gettext | 3 | LICENSE = "GPLv2+ & LGPLv2.1+ & LGPLv2+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | ||
5 | file://gst/synaesthesia/synaescope.h;beginline=1;endline=20;md5=99f301df7b80490c6ff8305fcc712838 \ | ||
6 | file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068 \ | ||
7 | file://gst/mpegstream/gstmpegparse.h;beginline=1;endline=18;md5=ff65467b0c53cdfa98d0684c1bc240a9" | ||
4 | 8 | ||
5 | DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" | 9 | DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" |
6 | PR = "r0" | 10 | PR = "r0" |
7 | 11 | ||
12 | inherit gettext | ||
13 | |||
8 | EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia" | 14 | EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia" |
9 | 15 | ||
10 | do_configure_prepend() { | 16 | do_configure_prepend() { |