From 7e710b0d74c0496711a32af5332502f8dced734c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 8 Jun 2020 16:24:41 +0200 Subject: [PATCH] qcustomplot: upgrade 1.3.2 -> 2.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The only user is polyphone and later versions of polyphone require qcustomplot V 2.x. Signed-off-by: Andreas Müller --- .../{qcustomplot_1.3.2.bb => qcustomplot_2.0.1.bb} | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) rename recipes-support/qcustomplot/{qcustomplot_1.3.2.bb => qcustomplot_2.0.1.bb} (62%) diff --git a/recipes-support/qcustomplot/qcustomplot_1.3.2.bb b/recipes-support/qcustomplot/qcustomplot_2.0.1.bb similarity index 62% rename from recipes-support/qcustomplot/qcustomplot_1.3.2.bb rename to recipes-support/qcustomplot/qcustomplot_2.0.1.bb index e727ce5..4e7e8f3 100644 --- a/recipes-support/qcustomplot/qcustomplot_1.3.2.bb +++ b/recipes-support/qcustomplot/qcustomplot_2.0.1.bb @@ -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"