summaryrefslogtreecommitdiffstats
path: root/package/pulseview/pulseview.mk
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-01-31 14:58:58 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-01-31 23:30:32 +0100
commit0814553660e2a63dff959ca2082018a9e00ab858 (patch)
tree1530bd0c3c55ea5ea9171ce78ee9bddce681c2c4 /package/pulseview/pulseview.mk
parent7e4684a5f9332943155cc928da119905ce074eb8 (diff)
downloadbuildroot-0814553660e2a63dff959ca2082018a9e00ab858.tar.gz
buildroot-0814553660e2a63dff959ca2082018a9e00ab858.zip
package/pulseview: bump version to 0.3.0
Switch to upstream tarball, remove autoreconf, add hash. Upstream expects the boost unit tests being activated by default: http://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff;f=CMakeLists.txt;h=77b0137db22b7b6cab80d8aee7c97fecb8c542bf;hp=a82953cc166141af626ace0e5d2b3a285bf20eea;hb=f513bec599b8d626f914aa804a01325914bdb5e9;hpb=8ada6ef1319fa11fd594a34853967c1f9688913b Add some logic to pulseview.mk to disable them if needed. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/pulseview/pulseview.mk')
-rw-r--r--package/pulseview/pulseview.mk15
1 files changed, 12 insertions, 3 deletions
diff --git a/package/pulseview/pulseview.mk b/package/pulseview/pulseview.mk
index 67f293f10b..35d852c0c2 100644
--- a/package/pulseview/pulseview.mk
+++ b/package/pulseview/pulseview.mk
@@ -6,14 +6,23 @@
# TODO Pulseview can be built and linked against Qt4 as well.
-# No https access on upstream git
-PULSEVIEW_SITE = git://sigrok.org/pulseview
-PULSEVIEW_VERSION = ec6cc07fed12f5070eee6b8cb11343e83d42533c
+PULSEVIEW_VERSION = 0.3.0
+PULSEVIEW_SITE = http://sigrok.org/download/source/pulseview
+# bug fixed upstream
+# http://article.gmane.org/gmane.comp.debugging.sigrok.devel/1950
+PULSEVIEW_PATCH = \
+ https://github.com/abraxa/pulseview/commit/dcfe0a01f72021aab961245d0ebcc9f8d4504b40.patch
PULSEVIEW_LICENSE = GPLv3+
PULSEVIEW_LICENSE_FILES = COPYING
PULSEVIEW_DEPENDENCIES = libsigrok qt5base qt5svg boost
PULSEVIEW_CONF_OPTS = -DDISABLE_WERROR=TRUE
+ifeq ($(BR2_PACKAGE_BOOST_TEST),y)
+PULSEVIEW_CONF_OPTS += -DENABLE_TESTS=TRUE
+else
+PULSEVIEW_CONF_OPTS += -DENABLE_TESTS=FALSE
+endif
+
ifeq ($(BR2_PACKAGE_LIBSIGROKDECODE),y)
PULSEVIEW_CONF_OPTS += -DENABLE_DECODE=TRUE
PULSEVIEW_DEPENDENCIES += libsigrokdecode
OpenPOWER on IntegriCloud