package/linux-serial-test: new package

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
[yann.morin.1998@free.fr: add hash for license file]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Yegor Yefremov 2019-11-05 12:56:07 +01:00 committed by Yann E. MORIN
parent a751f6ba8a
commit 91aaa93436
5 changed files with 23 additions and 0 deletions

View File

@ -2504,6 +2504,7 @@ F: package/libsocketcan/
F: package/libubox/
F: package/libuci/
F: package/linux-firmware/
F: package/linux-serial-test/
F: package/modem-manager/
F: package/nftables/
F: package/nuttcp/

View File

@ -470,6 +470,7 @@ endmenu
source "package/libubootenv/Config.in"
source "package/libuio/Config.in"
source "package/linux-backports/Config.in"
source "package/linux-serial-test/Config.in"
source "package/linuxconsoletools/Config.in"
source "package/lirc-tools/Config.in"
source "package/lm-sensors/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_LINUX_SERIAL_TEST
bool "linux-serial-test"
help
Serial port test utility.
https://github.com/cbrake/linux-serial-test

View File

@ -0,0 +1,3 @@
# Locally computed
sha256 d04f4420abfeda5ee62662e790ea6ae5ddc2e758870e04ab76fa35d6de9cdce0 linux-serial-test-9965dad53ba63eea0eea05a0f9d5cb851425fcba.tar.gz
sha256 a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c LICENSES/MIT

View File

@ -0,0 +1,12 @@
################################################################################
#
# linux-serial-test
#
################################################################################
LINUX_SERIAL_TEST_VERSION = 9965dad53ba63eea0eea05a0f9d5cb851425fcba
LINUX_SERIAL_TEST_SITE = $(call github,cbrake,linux-serial-test,$(LINUX_SERIAL_TEST_VERSION))
LINUX_SERIAL_TEST_LICENSE = MIT
LINUX_SERIAL_TEST_LICENSE_FILES = LICENSES/MIT
$(eval $(cmake-package))