diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-09-13 12:03:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-14 09:50:28 +0100 |
commit | 447b53b8ca40c4acdef27ead35a305a539bd495e (patch) | |
tree | 9925574cca64a20f83903acc1ccb8bfbb1a3ad96 /meta | |
parent | f73e829585171f6a3e65f98a4138f8fdc26e1d13 (diff) | |
download | poky-447b53b8ca40c4acdef27ead35a305a539bd495e.tar.gz |
gst-fluendo-mpegdemux: add LICENSE_FLAGS
This likely requires some form of license to use in a commercial
product.
(From OE-Core rev: 6499d4900d8e078447335332d4e186f58b93d63b)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.71.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.71.bb b/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.71.bb index b939effc6b..580b9e8476 100644 --- a/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.71.bb +++ b/meta/recipes-multimedia/gstreamer/gst-fluendo-mpegdemux_0.10.71.bb | |||
@@ -4,6 +4,7 @@ DESCRIPTION = "Fluendo closed-format mpeg video GStreamer plug-in" | |||
4 | LICENSE = "MPLv1.1" | 4 | LICENSE = "MPLv1.1" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=be282f1c3cc9a98cc0dc5c2b25dfc510 \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=be282f1c3cc9a98cc0dc5c2b25dfc510 \ |
6 | file://src/gstmpegdemux.h;beginline=1;endline=19;md5=a9e90033f59897b91664d9f2a2ff01dd" | 6 | file://src/gstmpegdemux.h;beginline=1;endline=19;md5=a9e90033f59897b91664d9f2a2ff01dd" |
7 | LICENSE_FLAGS = "commercial" | ||
7 | 8 | ||
8 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" | 9 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" |
9 | 10 | ||