Files
operating-system/buildroot/package/sigrok-cli/sigrok-cli.mk
Stefan Agner f358f322da Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3

* Update Buildroot to 2021.02-rc3

* Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
2021-03-04 00:50:33 +01:00

21 lines
606 B
Makefile

################################################################################
#
# sigrok-cli
#
################################################################################
SIGROK_CLI_VERSION = 0.7.1
SIGROK_CLI_SITE = http://sigrok.org/download/source/sigrok-cli
SIGROK_CLI_LICENSE = GPL-3.0+
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))