[Buildroot] [PATCH 5/6] gst-plugins-ugly: add legal info

Gustavo Zacarias gustavo.zacarias at free-electrons.com
Thu Nov 19 22:06:49 UTC 2015


On 18/11/15 19:12, Arnout Vandecappelle wrote:

> On 18-11-15 13:39, gustavo.zacarias at free-electrons.com wrote:
>> From: Gustavo Zacarias <gustavo.zacarias at free-electrons.com>
>>
>> Signed-off-by: Gustavo Zacarias <gustavo.zacarias at free-electrons.com>
>> ---
>>   package/gstreamer/gst-plugins-ugly/gst-plugins-ugly.mk | 2 ++
>>   1 file changed, 2 insertions(+)
>>
>> diff --git a/package/gstreamer/gst-plugins-ugly/gst-plugins-ugly.mk b/package/gstreamer/gst-plugins-ugly/gst-plugins-ugly.mk
>> index e8f2362..9662623 100644
>> --- a/package/gstreamer/gst-plugins-ugly/gst-plugins-ugly.mk
>> +++ b/package/gstreamer/gst-plugins-ugly/gst-plugins-ugly.mk
>> @@ -7,6 +7,8 @@
>>   GST_PLUGINS_UGLY_VERSION = 0.10.19
>>   GST_PLUGINS_UGLY_SOURCE = gst-plugins-ugly-$(GST_PLUGINS_UGLY_VERSION).tar.xz
>>   GST_PLUGINS_UGLY_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-ugly
>> +GST_PLUGINS_UGLY_LICENSE = LGPLv2.1+
>
>   synaesthesia is GPLv2+ (and is always enabled)
>
>   All the rest is LGPLv2+...
>
>> +GST_PLUGINS_UGLY_LICENSE_FILES = COPYING
>
>   ...except this file which is 2.1...
>
>   I guess there's a reason it's called ugly :-)
>
>
>   Regards,
>   Arnout

Hi Arnout.
Actually it's more ugly, in fact tests/check/elements/xingmux.c is 
LGPLv2.1+ :)
So i'm going for:

# COPYING is in fact LGPLv2.1, but all of the code is v2+
# (except for one test, xingmux)
GST_PLUGINS_UGLY_LICENSE = LGPLv2+, GPLv2+ (synaesthesia)

Since in general we don't ship/use tests.
Regards.


More information about the buildroot mailing list