summaryrefslogtreecommitdiff
path: root/package/libhid
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-06-24 15:55:18 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-06-25 22:44:39 +0200
commitcbcb8febe2b5cae692d53ab8ec8e14a9baa61a39 (patch)
tree3603a932a50307de8fc72802c2cf8ec1ad12f10e /package/libhid
parentfd868ed0b47296dbcab067a5105c5824b78ecc82 (diff)
libhid: add license information
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libhid')
-rw-r--r--package/libhid/libhid.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libhid/libhid.mk b/package/libhid/libhid.mk
index 30501d543..469a6072a 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)