[Buildroot] [PATCH 12/54] libhid: add license information

Gustavo Zacarias gustavo at zacarias.com.ar
Tue Jun 24 18:55:18 UTC 2014


Signed-off-by: Gustavo Zacarias <gustavo at zacarias.com.ar>
---
 package/libhid/libhid.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/libhid/libhid.mk b/package/libhid/libhid.mk
index 30501d5..469a607 100644
--- a/package/libhid/libhid.mk
+++ b/package/libhid/libhid.mk
@@ -9,6 +9,8 @@ LIBHID_SITE = http://sources.buildroot.net/
 LIBHID_DEPENDENCIES = libusb-compat libusb
 LIBHID_INSTALL_STAGING = YES
 LIBHID_AUTORECONF = YES
+LIBHID_LICENSE = GPLv2
+LIBHID_LICENSE_FILES = COPYING
 # configure runs libusb-config for cflags/ldflags. Ensure it picks up
 # the target version
 LIBHID_CONF_ENV = PATH=$(STAGING_DIR)/usr/bin:$(BR_PATH)
-- 
1.8.5.5




More information about the buildroot mailing list