diff mbox

[16/54] librsvg: add license information

Message ID 1403636160-11807-16-git-send-email-gustavo@zacarias.com.ar
State Accepted
Commit 1f8f4fc990c118978fc31a476f038a7cf2cad0b4
Headers show

Commit Message

Gustavo Zacarias June 24, 2014, 6:55 p.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/librsvg/librsvg.mk | 2 ++
 1 file changed, 2 insertions(+)

Comments

Yann E. MORIN June 25, 2014, 7:34 p.m. UTC | #1
Gustavo, All,

On 2014-06-24 15:55 -0300, Gustavo Zacarias spake thusly:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/librsvg/librsvg.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/librsvg/librsvg.mk b/package/librsvg/librsvg.mk
> index 9385fe9..86dce41 100644
> --- a/package/librsvg/librsvg.mk
> +++ b/package/librsvg/librsvg.mk
> @@ -10,6 +10,8 @@ LIBRSVG_SITE = http://ftp.gnome.org/pub/GNOME/sources/librsvg/$(LIBRSVG_VERSION_
>  LIBRSVG_INSTALL_STAGING = YES
>  LIBRSVG_CONF_OPT = --disable-tools
>  LIBRSVG_DEPENDENCIES = libxml2 cairo pango libglib2 gdk-pixbuf
> +LIBRSVG_LICENSE = LGPLv2+

We will have to be *extra* carefull when we bump this: there is one file
that is LGPLv2.1+ in the current master, so the result would be LGPLV2.1+,
I think:
    https://git.gnome.org/browse/librsvg/tree/rsvg-xml.c

But since we only package the 2.26, this file is not yet present. So:

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> +LIBRSVG_LICENSE_FILES = COPYING.LIB
>  
>  # If we have Gtk2, let's build it first to benefit from librsvg Gtk
>  # support.
> -- 
> 1.8.5.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard June 25, 2014, 8:55 p.m. UTC | #2
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed, thanks.
diff mbox

Patch

diff --git a/package/librsvg/librsvg.mk b/package/librsvg/librsvg.mk
index 9385fe9..86dce41 100644
--- a/package/librsvg/librsvg.mk
+++ b/package/librsvg/librsvg.mk
@@ -10,6 +10,8 @@  LIBRSVG_SITE = http://ftp.gnome.org/pub/GNOME/sources/librsvg/$(LIBRSVG_VERSION_
 LIBRSVG_INSTALL_STAGING = YES
 LIBRSVG_CONF_OPT = --disable-tools
 LIBRSVG_DEPENDENCIES = libxml2 cairo pango libglib2 gdk-pixbuf
+LIBRSVG_LICENSE = LGPLv2+
+LIBRSVG_LICENSE_FILES = COPYING.LIB
 
 # If we have Gtk2, let's build it first to benefit from librsvg Gtk
 # support.