summaryrefslogtreecommitdiffstats
path: root/package/libserialport
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-01-31 14:58:53 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-01-31 23:09:24 +0100
commitff4d8da4984268571cc72a9a192aed617f9f5882 (patch)
tree4061174baad53acb44eef75dd6caac35f305abf8 /package/libserialport
parent723d86c265d8e1c1d89133d4099bc8b7b0dfe778 (diff)
downloadbuildroot-ff4d8da4984268571cc72a9a192aed617f9f5882.tar.gz
buildroot-ff4d8da4984268571cc72a9a192aed617f9f5882.zip
package/libserialport: bump version to 0.1.1
Switch to upstream tarball, remove autoreconf. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libserialport')
-rw-r--r--package/libserialport/libserialport.hash2
-rw-r--r--package/libserialport/libserialport.mk13
2 files changed, 4 insertions, 11 deletions
diff --git a/package/libserialport/libserialport.hash b/package/libserialport/libserialport.hash
new file mode 100644
index 0000000000..f2619029a2
--- /dev/null
+++ b/package/libserialport/libserialport.hash
@@ -0,0 +1,2 @@
+# Locally computed
+sha256 4a2af9d9c3ff488e92fb75b4ba38b35bcf9b8a66df04773eba2a7bbf1fa7529d libserialport-0.1.1.tar.gz
diff --git a/package/libserialport/libserialport.mk b/package/libserialport/libserialport.mk
index 3dcbccbffa..d8c3a3d173 100644
--- a/package/libserialport/libserialport.mk
+++ b/package/libserialport/libserialport.mk
@@ -4,20 +4,11 @@
#
################################################################################
-LIBSERIALPORT_VERSION = f77bb46df5d883527da8b7eb4a5328ea7e990dbb
-# No https access on upstream git
-LIBSERIALPORT_SITE = git://sigrok.org/libserialport
+LIBSERIALPORT_VERSION = 0.1.1
+LIBSERIALPORT_SITE = http://sigrok.org/download/source/libserialport
LIBSERIALPORT_LICENSE = LGPLv3+
LIBSERIALPORT_LICENSE_FILES = COPYING
-# Git checkout has no configure script
-LIBSERIALPORT_AUTORECONF = YES
LIBSERIALPORT_INSTALL_STAGING = YES
LIBSERIALPORT_DEPENDENCIES = host-pkgconf
-define LIBSERIALPORT_ADD_MISSING
- mkdir -p $(@D)/autostuff
-endef
-
-LIBSERIALPORT_PRE_CONFIGURE_HOOKS += LIBSERIALPORT_ADD_MISSING
-
$(eval $(autotools-package))
OpenPOWER on IntegriCloud