From 65e530e5b7fcbf2d91f7bdc286eba800a953c927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Fri, 25 Jul 2014 20:45:32 +0200 Subject: [PATCH] libftdi: add license. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- libs/libftdi/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/libftdi/Makefile b/libs/libftdi/Makefile index a6b40918fc..78fec95dab 100644 --- a/libs/libftdi/Makefile +++ b/libs/libftdi/Makefile @@ -16,6 +16,9 @@ PKG_SOURCE_URL:=http://www.intra2net.com/en/developer/libftdi/download/ PKG_MD5SUM:=355d4474e3faa81b485d6a604b06951f PKG_MAINTAINER:=Álvaro Fernández Rojas +PKG_LICENSE:=LGPL-2.0 +PKG_LICENSE_FILES:=COPYING.LIB + PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk