package/libsigrokdecode: bump version to 0.4.0
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 31 Jan 2016 13:58:56 +0000 (14:58 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 31 Jan 2016 22:27:33 +0000 (23:27 +0100)
Switch to upstream tarball, remove autoreconf, add hash, fix typo.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libsigrokdecode/Config.in
package/libsigrokdecode/libsigrokdecode.hash [new file with mode: 0644]
package/libsigrokdecode/libsigrokdecode.mk

index a8f4e85c4a134344ec5184092da8d5322edd3d27..70f86ceb766ac1c600f1b1e8221d464b6cbe3ff6 100644 (file)
@@ -17,7 +17,7 @@ config BR2_PACKAGE_LIBSIGROKDECODE
 
          http://sigrok.org/wiki/Libsigrokdecode
 
-comment "libsigrokecode needs a toolchain w/ wchar, threads, dynamic library"
+comment "libsigrokdecode needs a toolchain w/ wchar, threads, dynamic library"
        depends on BR2_USE_MMU
        depends on !BR2_PACKAGE_PYTHON
        depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
diff --git a/package/libsigrokdecode/libsigrokdecode.hash b/package/libsigrokdecode/libsigrokdecode.hash
new file mode 100644 (file)
index 0000000..3ac8a76
--- /dev/null
@@ -0,0 +1,2 @@
+# Locally computed
+sha256 fd7e9d1b73245e844ead97a16d5321c766196f946c9b28a8646cab2e98ec3537        libsigrokdecode-0.4.0.tar.gz
index c0a4017c17f05addc481820a2dd9506620fc4313..b8b3c59a88dcd5fd76b56deb9d8d36a800d0d8a7 100644 (file)
@@ -4,20 +4,11 @@
 #
 ################################################################################
 
-LIBSIGROKDECODE_VERSION = 9177963de41c2d003d417049470eea3c98eeb2ef
-# No https access on upstream git
-LIBSIGROKDECODE_SITE = git://sigrok.org/libsigrokdecode
+LIBSIGROKDECODE_VERSION = 0.4.0
+LIBSIGROKDECODE_SITE = http://sigrok.org/download/source/libsigrokdecode
 LIBSIGROKDECODE_LICENSE = GPLv3+
 LIBSIGROKDECODE_LICENSE_FILES = COPYING
-# Git checkout has no configure script
-LIBSIGROKDECODE_AUTORECONF = YES
 LIBSIGROKDECODE_INSTALL_STAGING = YES
 LIBSIGROKDECODE_DEPENDENCIES = host-pkgconf libglib2 python3
 
-define LIBSIGROKDECODE_ADD_MISSING
-       mkdir -p $(@D)/autostuff
-endef
-
-LIBSIGROKDECODE_PRE_CONFIGURE_HOOKS += LIBSIGROKDECODE_ADD_MISSING
-
 $(eval $(autotools-package))