summaryrefslogtreecommitdiffstats
path: root/meta/packages/gstreamer/gst-plugins-ugly_0.10.15.bb
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-06-26 15:30:16 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-06-30 13:17:31 +0100
commitd7d147b98d35065acc601f84ff63642f595f2f22 (patch)
tree6169d1720f14b93a848738bc3d2a57e5be6446e5 /meta/packages/gstreamer/gst-plugins-ugly_0.10.15.bb
parent3bd948b1bc8cab7657088b2920f55a459cca05b0 (diff)
downloadpoky-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/packages/gstreamer/gst-plugins-ugly_0.10.15.bb')
-rw-r--r--meta/packages/gstreamer/gst-plugins-ugly_0.10.15.bb8
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 @@
1require gst-plugins.inc 1require gst-plugins.inc
2 2
3inherit gettext 3LICENSE = "GPLv2+ & LGPLv2.1+ & LGPLv2+"
4LIC_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
5DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" 9DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame"
6PR = "r0" 10PR = "r0"
7 11
12inherit gettext
13
8EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia" 14EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia"
9 15
10do_configure_prepend() { 16do_configure_prepend() {