diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-02-07 14:10:22 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-07 14:26:35 +0100 |
commit | 3492c511bfe5c97a937375c5ebc222a3ec543dee (patch) | |
tree | c23dc20ea06437be82533a6aa0897c59d30fd6bd /package/pulseview/pulseview.mk | |
parent | 391448a79a700ee6952558dc751e7e7437f7af3e (diff) |
package/pulseview: update musl patch
Upstream requested to update the source of the musl patch:
http://article.gmane.org/gmane.comp.debugging.sigrok.devel/1954
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.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/pulseview/pulseview.mk b/package/pulseview/pulseview.mk index 35d852c0c..cc9718712 100644 --- a/package/pulseview/pulseview.mk +++ b/package/pulseview/pulseview.mk @@ -8,10 +8,6 @@ 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 |