From: Gustavo Zacarias Date: Wed, 11 Dec 2013 13:23:37 +0000 (-0300) Subject: libreplaygain: add licensing info X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f29e5768ca3ba67346ee27d879722226b6fb3aba;p=buildroot.git libreplaygain: add licensing info Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/libreplaygain/libreplaygain.mk b/package/libreplaygain/libreplaygain.mk index 8818e16969..05074fcb76 100644 --- a/package/libreplaygain/libreplaygain.mk +++ b/package/libreplaygain/libreplaygain.mk @@ -10,5 +10,7 @@ LIBREPLAYGAIN_SOURCE = libreplaygain_$(LIBREPLAYGAIN_VERSION).tar.gz # upstream doesn't ship configure LIBREPLAYGAIN_AUTORECONF = YES LIBREPLAYGAIN_INSTALL_STAGING = YES +LIBREPLAYGAIN_LICENSE = LGPLv2.1+ +LIBREPLAYGAIN_LICENSE_FILES = src/gain_analysis.c $(eval $(autotools-package))