projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd868ed
)
libhid: add license information
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Tue, 24 Jun 2014 18:55:18 +0000
(15:55 -0300)
committer
Peter Korsgaard
<peter@korsgaard.com>
Wed, 25 Jun 2014 20:44:39 +0000
(22:44 +0200)
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>
package/libhid/libhid.mk
patch
|
blob
|
history
diff --git
a/package/libhid/libhid.mk
b/package/libhid/libhid.mk
index 30501d543c6c23f2d62d407015a7534c922052ea..469a6072abdb534bd577c715fec8b0cb77658eec 100644
(file)
--- 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)