summaryrefslogtreecommitdiff
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
parent3bd948b1bc8cab7657088b2920f55a459cca05b0 (diff)
downloadopenembedded-core-d7d147b98d35065acc601f84ff63642f595f2f22.tar.gz
openembedded-core-d7d147b98d35065acc601f84ff63642f595f2f22.tar.bz2
openembedded-core-d7d147b98d35065acc601f84ff63642f595f2f22.tar.xz
openembedded-core-d7d147b98d35065acc601f84ff63642f595f2f22.zip
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>
-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 46966c286..7dda68500 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 @@
require gst-plugins.inc
-inherit gettext
+LICENSE = "GPLv2+ & LGPLv2.1+ & LGPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \
+ file://gst/synaesthesia/synaescope.h;beginline=1;endline=20;md5=99f301df7b80490c6ff8305fcc712838 \
+ file://tests/check/elements/xingmux.c;beginline=1;endline=21;md5=4c771b8af188724855cb99cadd390068 \
+ file://gst/mpegstream/gstmpegparse.h;beginline=1;endline=18;md5=ff65467b0c53cdfa98d0684c1bc240a9"
DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame"
PR = "r0"
+inherit gettext
+
EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia"
do_configure_prepend() {