Import buildroot 2016.02.01
This commit is contained in:
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