kbd: add license information

Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Simon Dawson 2013-04-14 21:48:56 +00:00 committed by Peter Korsgaard
parent 28a7f942ae
commit 46ecd9117d

View File

@ -1,6 +1,14 @@
#############################################################
#
# kbd
#
#############################################################
KBD_VERSION = 1.15.2
KBD_SOURCE = kbd-$(KBD_VERSION).tar.gz
KBD_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kbd
KBD_LICENSE = GPLv2+
KBD_LICENSE_FILES = COPYING
KBD_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)