Import buildroot 2016.02.01
This commit is contained in:
18
firmware/buildroot/package/sigrok-cli/Config.in
Normal file
18
firmware/buildroot/package/sigrok-cli/Config.in
Normal file
@@ -0,0 +1,18 @@
|
||||
config BR2_PACKAGE_SIGROK_CLI
|
||||
bool "sigrok-cli"
|
||||
select BR2_PACKAGE_LIBSIGROK
|
||||
# libsigrok->libglib2:
|
||||
depends on BR2_USE_WCHAR
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_USE_MMU
|
||||
# libsigrok
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|
||||
help
|
||||
Sigrok-cli is a command-line frontend for the sigrok
|
||||
software suite.
|
||||
|
||||
http://sigrok.org/wiki/Sigrok-cli
|
||||
|
||||
comment "sigrok-cli needs a toolchain w/ wchar, threads, gcc >= 4.7"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
|
||||
2
firmware/buildroot/package/sigrok-cli/sigrok-cli.hash
Normal file
2
firmware/buildroot/package/sigrok-cli/sigrok-cli.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 ab2ede4e245f3987e19a89a530bd204e0d792c07474d9fed3345d4af4e84723c sigrok-cli-0.6.0.tar.gz
|
||||
20
firmware/buildroot/package/sigrok-cli/sigrok-cli.mk
Normal file
20
firmware/buildroot/package/sigrok-cli/sigrok-cli.mk
Normal file
@@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
#
|
||||
# sigrok-cli
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SIGROK_CLI_VERSION = 0.6.0
|
||||
SIGROK_CLI_SITE = http://sigrok.org/download/source/sigrok-cli
|
||||
SIGROK_CLI_LICENSE = GPLv3+
|
||||
SIGROK_CLI_LICENSE_FILES = COPYING
|
||||
SIGROK_CLI_DEPENDENCIES = host-pkgconf libsigrok
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBSIGROKDECODE),y)
|
||||
SIGROK_CLI_CONF_OPTS += --with-libsigrokdecode
|
||||
SIGROK_CLI_DEPENDENCIES += libsigrokdecode
|
||||
else
|
||||
SIGROK_CLI_CONF_OPTS += --with-libsigrokdecode=NO
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user