From: Gustavo Zacarias Date: Tue, 24 Jun 2014 18:55:11 +0000 (-0300) Subject: libart: add license information X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d6095a43a8dbbd2a8299e24fe63335d045844d14;p=buildroot.git libart: add license information Signed-off-by: Gustavo Zacarias Acked-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- diff --git a/package/libart/libart.mk b/package/libart/libart.mk index 39c72cc5ae..a103f23a04 100644 --- a/package/libart/libart.mk +++ b/package/libart/libart.mk @@ -11,5 +11,7 @@ LIBART_SITE = http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/$(LIBART_VERSIO LIBART_AUTORECONF = YES LIBART_INSTALL_STAGING = YES LIBART_CONFIG_SCRIPTS = libart2-config +LIBART_LICENSE = LGPLv2+ +LIBART_LICENSE_FILES = COPYING $(eval $(autotools-package))