From patchwork Tue Nov 13 11:05:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [10/30] libffi: add license info Date: Tue, 13 Nov 2012 01:05:44 -0000 From: Arnout Vandecappelle X-Patchwork-Id: 198611 Message-Id: <1352804764-24026-10-git-send-email-arnout@mind.be> To: buildroot@busybox.net From: "Arnout Vandecappelle (Essensium/Mind)" Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/libffi/libffi.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/libffi/libffi.mk b/package/libffi/libffi.mk index 81ac043..7570583 100644 --- a/package/libffi/libffi.mk +++ b/package/libffi/libffi.mk @@ -6,6 +6,8 @@ LIBFFI_VERSION = 3.0.11 LIBFFI_SITE = ftp://sources.redhat.com/pub/libffi/ +LIBFFI_LICENSE = MIT +LIBFFI_LICENSE_FILES = LICENSE LIBFFI_INSTALL_STAGING = YES