summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2010-11-27 23:09:03 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-12-02 05:24:55 -0800
commitfa3f028e8c9b2962c85a29019239f32a386cc84c (patch)
tree2752781efc3ff7bf5e8dd30a1d26050ca0f3bf68 /meta/recipes-multimedia/gstreamer
parentefc064340584a981ba094593d82616f48f087f83 (diff)
downloadpoky-fa3f028e8c9b2962c85a29019239f32a386cc84c.tar.gz
gst-ffmpeg: Update LICENSE and LIC_FILES_CHKSUM info
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb
index 9bd371e4d6..599492ff52 100644
--- a/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb
+++ b/meta/recipes-multimedia/gstreamer/gst-ffmpeg_0.10.1.bb
@@ -1,7 +1,10 @@
1DESCRIPTION = "FFmpeg-based GStreamer plug-in" 1DESCRIPTION = "FFmpeg-based GStreamer plug-in"
2SECTION = "multimedia" 2SECTION = "multimedia"
3PRIORITY = "optional" 3PRIORITY = "optional"
4LICENSE = "LGPL" 4LICENSE = "LGPLv2+ & GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
6 file://gst-libs/ext/ffmpeg/libavcodec/libpostproc/postprocess.h;beginline=1;endline=17;md5=a0c398349079dbd0ce70f03de8bc193a \
7 file://gst-libs/ext/ffmpeg/ffserver.c;beginlin=1;endline=18;md5=49bde48d6d5c631f6f49d74ed491ea08"
5HOMEPAGE = "http://www.gstreamer.net/" 8HOMEPAGE = "http://www.gstreamer.net/"
6DEPENDS = "gstreamer zlib gst-plugins-base" 9DEPENDS = "gstreamer zlib gst-plugins-base"
7PR = "r4" 10PR = "r4"