summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@theqtcompany.com>2016-01-13 16:26:13 +0200
committerSamuli Piippo <samuli.piippo@theqtcompany.com>2016-01-19 07:18:13 +0000
commit1b25c55a47d7a353c8dbd6a9f7c481d1e0a8a3be (patch)
tree356a5b8ee73e9065652653717c708c0b233ca49f
parent13ba6e84742d5c3d08b7a650968eb2e4bed144dd (diff)
downloadmeta-boot2qt-1b25c55a47d7a353c8dbd6a9f7c481d1e0a8a3be.tar.gz
qtcharts: repository is now public
Change-Id: Ieecfba62b82b998bbb6ec15105ce1f915dbf3f48 Reviewed-by: David Schulz <david.schulz@theqtcompany.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
-rw-r--r--recipes-qt/qt5-addons/qtcharts_git.bb (renamed from recipes-qt/qt5-addons/qtcharts_2.0.bb)11
1 files changed, 2 insertions, 9 deletions
diff --git a/recipes-qt/qt5-addons/qtcharts_2.0.bb b/recipes-qt/qt5-addons/qtcharts_git.bb
index 4c47fb5..1f79d25 100644
--- a/recipes-qt/qt5-addons/qtcharts_2.0.bb
+++ b/recipes-qt/qt5-addons/qtcharts_git.bb
@@ -24,16 +24,9 @@ DESCRIPTION = "Qt Charts"
24LICENSE = "QtEnterprise" 24LICENSE = "QtEnterprise"
25LIC_FILES_CHKSUM = "file://src/charts/qchart.h;md5=a712f087e2146153f45db2e8eb1a3985;beginline=1;endline=17" 25LIC_FILES_CHKSUM = "file://src/charts/qchart.h;md5=a712f087e2146153f45db2e8eb1a3985;beginline=1;endline=17"
26 26
27inherit qt5-module qtquickcompiler sdk-sources 27inherit qt5-module qtquickcompiler
28require recipes-qt/qt5/qt5-git.inc
28 29
29SRC_URI = " \
30 git://codereview.qt-project.org/qt/tqtc-qtcharts;branch=${BRANCH};protocol=ssh;sdk-uri=EnterpriseAddOns/Charts/2.0/Src \
31 "
32
33# v2.1.0
34SRCREV = "a801e78fb8d1000bdcd0d47e24edffbf219650e8" 30SRCREV = "a801e78fb8d1000bdcd0d47e24edffbf219650e8"
35BRANCH = "master"
36
37S = "${WORKDIR}/git"
38 31
39DEPENDS = "qtbase qtdeclarative qtmultimedia" 32DEPENDS = "qtbase qtdeclarative qtmultimedia"