diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-11-27 23:36:28 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-12-02 05:24:55 -0800 |
commit | a3c1bb3408cdc3160c423563542becd4b945b5f3 (patch) | |
tree | c5b14ea1561423ba7d869efc4ab880fc409a72a6 /meta/recipes-multimedia | |
parent | 1d579ec75c5a9e48e0526899f9c713c015ed489d (diff) | |
download | poky-a3c1bb3408cdc3160c423563542becd4b945b5f3.tar.gz |
gst-fluendo-mpegdemux: Fix LICENSE info
Add LIC_FILES_CHKSUM information
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.7.bb | 4 | ||||
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-fluendo.inc | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.7.bb b/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.7.bb index 81645accd6..3757c5833c 100644 --- a/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.7.bb +++ b/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.7.bb | |||
@@ -1,2 +1,6 @@ | |||
1 | require gst-fluendo.inc | 1 | require gst-fluendo.inc |
2 | DESCRIPTION = "Fluendo closed-format mpeg video GStreamer plug-in" | 2 | DESCRIPTION = "Fluendo closed-format mpeg video GStreamer plug-in" |
3 | |||
4 | LICENSE = "MPLv1.1" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=be282f1c3cc9a98cc0dc5c2b25dfc510 \ | ||
6 | file://src/gstmpegdemux.h;beginline=1;endline=19;md5=3321040ac920ff350d21dc3a62587882" | ||
diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo.inc b/meta/recipes-multimedia/gstreamer/gst-fluendo.inc index 76b76c2b02..0ec4b12386 100644 --- a/meta/recipes-multimedia/gstreamer/gst-fluendo.inc +++ b/meta/recipes-multimedia/gstreamer/gst-fluendo.inc | |||
@@ -1,7 +1,6 @@ | |||
1 | DESCRIPTION = "Fluendo closed-format GStreamer plug-in" | 1 | DESCRIPTION = "Fluendo closed-format GStreamer plug-in" |
2 | SECTION = "multimedia" | 2 | SECTION = "multimedia" |
3 | PRIORITY = "optional" | 3 | PRIORITY = "optional" |
4 | LICENSE = "MIT" | ||
5 | HOMEPAGE = "http://www.fluendo.com/resources/source-plugins.php" | 4 | HOMEPAGE = "http://www.fluendo.com/resources/source-plugins.php" |
6 | DEPENDS = "gstreamer zlib" | 5 | DEPENDS = "gstreamer zlib" |
7 | 6 | ||