mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
8
package/kbd/Config.in
Normal file
8
package/kbd/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_KBD
|
||||
bool "kbd"
|
||||
# Uses fork()
|
||||
depends on BR2_USE_MMU
|
||||
help
|
||||
Keytable files and keyboard utilities.
|
||||
|
||||
http://kernel.org/pub/linux/utils/kbd/
|
||||
2
package/kbd/kbd.hash
Normal file
2
package/kbd/kbd.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# From https://www.kernel.org/pub/linux/utils/kbd/sha256sums.asc
|
||||
sha256 5fd90af6beb225a9bb9b9fb414c090fba53c9a55793e172f508cd43652e59a88 kbd-2.0.4.tar.xz
|
||||
21
package/kbd/kbd.mk
Normal file
21
package/kbd/kbd.mk
Normal file
@@ -0,0 +1,21 @@
|
||||
################################################################################
|
||||
#
|
||||
# kbd
|
||||
#
|
||||
################################################################################
|
||||
|
||||
KBD_VERSION = 2.0.4
|
||||
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
|
||||
|
||||
KBD_INSTALL_TARGET_OPTS = MKINSTALLDIRS=$(@D)/config/mkinstalldirs DESTDIR=$(TARGET_DIR) install
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user