qcustomplot: upgrade 1.3.2 -> 2.0.1

The only user is polyphone and later versions of polyphone require qcustomplot
V 2.x.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2020-06-08 16:24:41 +02:00
parent 29dabc5ab0
commit 7e710b0d74

View File

@@ -6,18 +6,20 @@ LIC_FILES_CHKSUM = "file://GPL.txt;md5=d32239bcb673463ab874e80d47fae504"
PE = "1"
DEPENDS += " \
qttools-native \
qtbase \
"
SRC_URI = " \
http://www.qcustomplot.com/release/${PV}/QCustomPlot-source.tar.gz;name=source \
http://www.qcustomplot.com/release/${PV}/QCustomPlot-sharedlib.tar.gz;name=pro \
https://www.qcustomplot.com/release/${PV}/QCustomPlot-source.tar.gz;name=source;downloadfilename=QCustomPlot-source-${PV}.tar.gz \
https://www.qcustomplot.com/release/${PV}/QCustomPlot-sharedlib.tar.gz;name=pro;downloadfilename=QCustomPlot-sharedlib-${PV}.tar.gz \
file://qcustomplot-qt5.pc \
"
SRC_URI[source.md5sum] = "1f673ac2347bebafa93e735550ca4303"
SRC_URI[source.sha256sum] = "a3649824c6d2d08efb0b54629e6ffe4cc57fa08ad9eb9f39edbb0c30b9659b51"
SRC_URI[source.md5sum] = "ba37869587f3073fb019ed45b085e972"
SRC_URI[source.sha256sum] = "574cee47def3251d080168a23428859214277cb9b6876bcdb9ce9d00b2403fe4"
SRC_URI[pro.md5sum] = "82955a71538b18c23a320047ac32eace"
SRC_URI[pro.sha256sum] = "18af836d2ac32f0dc2a4b1485c3038f4f5f3acf07550d86077ba5871e54bb269"
SRC_URI[pro.md5sum] = "1023b2db6e84d6821d1f863b31f2cb06"
SRC_URI[pro.sha256sum] = "cca0847dad29beff57b36e21efd1a0c40f74781f4648fb0921fb269d4f61d583"
S = "${WORKDIR}/qcustomplot-source"