diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2015-06-30 12:41:14 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-06-30 14:26:46 +0200 |
commit | 78214851f34acd3574454728393bc5aafbbae2a8 (patch) | |
tree | f5f917ed8d164905cf45ff93fffafcc3b3b21309 | |
parent | 6fd3caec0648bcd96bb24f6c08861307f96ecd88 (diff) | |
download | buildroot-78214851f34acd3574454728393bc5aafbbae2a8.tar.gz buildroot-78214851f34acd3574454728393bc5aafbbae2a8.zip |
pulseview: bump commit hash
Include commit ec6cc07f which fixes an issue causing build failures
on several architectures.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/pulseview/pulseview.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pulseview/pulseview.mk b/package/pulseview/pulseview.mk index 1c0e8192e8..67f293f10b 100644 --- a/package/pulseview/pulseview.mk +++ b/package/pulseview/pulseview.mk @@ -8,7 +8,7 @@ # No https access on upstream git PULSEVIEW_SITE = git://sigrok.org/pulseview -PULSEVIEW_VERSION = 198f9bc74d6c955a72e3e3282c2b0ba16ef39a62 +PULSEVIEW_VERSION = ec6cc07fed12f5070eee6b8cb11343e83d42533c PULSEVIEW_LICENSE = GPLv3+ PULSEVIEW_LICENSE_FILES = COPYING PULSEVIEW_DEPENDENCIES = libsigrok qt5base qt5svg boost |