From: Gustavo Zacarias Date: Wed, 2 Jul 2014 12:40:09 +0000 (-0300) Subject: libraw: add license information X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f7f177e00e20b60718186f2edb828b971804b24d;p=buildroot.git libraw: add license information [Peter: also add README to _LICENSE_FILES] Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/libraw/libraw.mk b/package/libraw/libraw.mk index bd52cc06d9..b9712cd301 100644 --- a/package/libraw/libraw.mk +++ b/package/libraw/libraw.mk @@ -7,10 +7,11 @@ LIBRAW_VERSION = 0.13.4 LIBRAW_SOURCE = LibRaw-$(LIBRAW_VERSION).tar.gz LIBRAW_SITE = http://www.libraw.org/data/ - LIBRAW_INSTALL_STAGING = YES LIBRAW_CONF_OPT += --disable-examples --disable-lcms \ --disable-openmp --disable-demosaic-pack-gpl2 \ --disable-demosaic-pack-gpl3 +LIBRAW_LICENSE = LGPLv2.1 or CDDL 1.0 or LibRaw Software License 27032010 +LIBRAW_LICENSE_FILES = LICENSE.LGPL LICENSE.CDDL LICENSE.LibRaw.pdf README $(eval $(autotools-package))