package/sigrok-cli: bump version to 0.6.0

Switch to upstream tarball, remove autoreconf, add hash.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2016-01-31 14:58:57 +01:00 committed by Thomas Petazzoni
parent 18ca5124a9
commit 7e4684a5f9
2 changed files with 4 additions and 11 deletions

View file

@ -0,0 +1,2 @@
# Locally computed
sha256 ab2ede4e245f3987e19a89a530bd204e0d792c07474d9fed3345d4af4e84723c sigrok-cli-0.6.0.tar.gz

View file

@ -4,13 +4,10 @@
#
################################################################################
SIGROK_CLI_VERSION = c59bf72b694ab1d08b2ea44de4349c277e206414
# No https access on upstream git
SIGROK_CLI_SITE = git://sigrok.org/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
# Git checkout has no configure script
SIGROK_CLI_AUTORECONF = YES
SIGROK_CLI_DEPENDENCIES = host-pkgconf libsigrok
ifeq ($(BR2_PACKAGE_LIBSIGROKDECODE),y)
@ -20,10 +17,4 @@ else
SIGROK_CLI_CONF_OPTS += --with-libsigrokdecode=NO
endif
define SIGROK_CLI_ADD_MISSING
mkdir -p $(@D)/autostuff
endef
SIGROK_CLI_PRE_CONFIGURE_HOOKS += SIGROK_CLI_ADD_MISSING
$(eval $(autotools-package))