This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

View File

@@ -2,7 +2,12 @@ config BR2_PACKAGE_KBD
bool "kbd"
# Uses fork()
depends on BR2_USE_MMU
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # _Generic
help
Keytable files and keyboard utilities.
http://kernel.org/pub/linux/utils/kbd/
comment "kbd needs a toolchain w/ gcc >= 4.9"
depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9

View File

@@ -1,2 +1,4 @@
# From https://www.kernel.org/pub/linux/utils/kbd/sha256sums.asc
sha256 5fd90af6beb225a9bb9b9fb414c090fba53c9a55793e172f508cd43652e59a88 kbd-2.0.4.tar.xz
sha256 685056143cb8effd0a1d44b5c391eb50d80dcfd014b1a4d6e2650a28d61cb82a kbd-2.3.0.tar.xz
sha256 ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7 COPYING
sha256 5a16340fe773f422144b436df90319114a2884933c56e9be6fad642e59be5e1f CREDITS

View File

@@ -4,7 +4,7 @@
#
################################################################################
KBD_VERSION = 2.0.4
KBD_VERSION = 2.3.0
KBD_SOURCE = kbd-$(KBD_VERSION).tar.xz
KBD_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/kbd
KBD_CONF_OPTS = \
@@ -14,7 +14,7 @@ KBD_DEPENDENCIES = \
$(TARGET_NLS_DEPENDENCIES) \
host-pkgconf
KBD_LICENSE = GPL-2.0+
KBD_LICENSE_FILES = COPYING
KBD_LICENSE_FILES = COPYING CREDITS
KBD_INSTALL_TARGET_OPTS = MKINSTALLDIRS=$(@D)/config/mkinstalldirs DESTDIR=$(TARGET_DIR) install