qcustomplot: go down to 1.3.2

qcustomplot was added for polyphone which does not build with 2.0.0-beta.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2017-01-08 04:04:18 +01:00
parent c5236322b2
commit 9d9ad6fdb8

View File

@@ -2,6 +2,9 @@ SUMMARY = "QCustomPlot is a Qt C++ widget for plotting and data visualization"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://GPL.txt;md5=d32239bcb673463ab874e80d47fae504"
# At the beginning we had to go backwards
PE = "1"
DEPENDS += " \
qtbase \
"
@@ -10,11 +13,11 @@ SRC_URI = " \
http://www.qcustomplot.com/release/${PV}/QCustomPlot-sharedlib.tar.gz;name=pro \
file://qcustomplot-qt5.pc \
"
SRC_URI[source.md5sum] = "dab45087e452562c3382eaa99d04dc97"
SRC_URI[source.sha256sum] = "bf60f7e8c44d2a021bd903b32838269c6d4da1c70427448d57b7e4ae0390909f"
SRC_URI[source.md5sum] = "1f673ac2347bebafa93e735550ca4303"
SRC_URI[source.sha256sum] = "a3649824c6d2d08efb0b54629e6ffe4cc57fa08ad9eb9f39edbb0c30b9659b51"
SRC_URI[pro.md5sum] = "294fdf8834e8ef0fa2c1e830f936b7fc"
SRC_URI[pro.sha256sum] = "b7f5105c75018b1cbf94432e10e6108f4cd9fc2ae8a4cd025b36e0669ed9f97d"
SRC_URI[pro.md5sum] = "82955a71538b18c23a320047ac32eace"
SRC_URI[pro.sha256sum] = "18af836d2ac32f0dc2a4b1485c3038f4f5f3acf07550d86077ba5871e54bb269"
S = "${WORKDIR}/qcustomplot-source"