mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
cae5944904
Update hash of COPYING and add CREDITS to license files as most of the
original COPYING content moved to CREDITS and COPYING now contains
GPL-2.0+ text since version 2.0.90 and
1304c0c11c
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
22 lines
586 B
Makefile
22 lines
586 B
Makefile
################################################################################
|
|
#
|
|
# kbd
|
|
#
|
|
################################################################################
|
|
|
|
KBD_VERSION = 2.3.0
|
|
KBD_SOURCE = kbd-$(KBD_VERSION).tar.xz
|
|
KBD_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kbd
|
|
KBD_CONF_OPTS = \
|
|
--disable-vlock \
|
|
--disable-tests
|
|
KBD_DEPENDENCIES = \
|
|
$(TARGET_NLS_DEPENDENCIES) \
|
|
host-pkgconf
|
|
KBD_LICENSE = GPL-2.0+
|
|
KBD_LICENSE_FILES = COPYING CREDITS
|
|
|
|
KBD_INSTALL_TARGET_OPTS = MKINSTALLDIRS=$(@D)/config/mkinstalldirs DESTDIR=$(TARGET_DIR) install
|
|
|
|
$(eval $(autotools-package))
|