diff options
author | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-01-13 16:26:13 +0200 |
---|---|---|
committer | Samuli Piippo <samuli.piippo@theqtcompany.com> | 2016-01-19 07:18:13 +0000 |
commit | 1b25c55a47d7a353c8dbd6a9f7c481d1e0a8a3be (patch) | |
tree | 356a5b8ee73e9065652653717c708c0b233ca49f | |
parent | 13ba6e84742d5c3d08b7a650968eb2e4bed144dd (diff) | |
download | meta-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" | |||
24 | LICENSE = "QtEnterprise" | 24 | LICENSE = "QtEnterprise" |
25 | LIC_FILES_CHKSUM = "file://src/charts/qchart.h;md5=a712f087e2146153f45db2e8eb1a3985;beginline=1;endline=17" | 25 | LIC_FILES_CHKSUM = "file://src/charts/qchart.h;md5=a712f087e2146153f45db2e8eb1a3985;beginline=1;endline=17" |
26 | 26 | ||
27 | inherit qt5-module qtquickcompiler sdk-sources | 27 | inherit qt5-module qtquickcompiler |
28 | require recipes-qt/qt5/qt5-git.inc | ||
28 | 29 | ||
29 | SRC_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 | ||
34 | SRCREV = "a801e78fb8d1000bdcd0d47e24edffbf219650e8" | 30 | SRCREV = "a801e78fb8d1000bdcd0d47e24edffbf219650e8" |
35 | BRANCH = "master" | ||
36 | |||
37 | S = "${WORKDIR}/git" | ||
38 | 31 | ||
39 | DEPENDS = "qtbase qtdeclarative qtmultimedia" | 32 | DEPENDS = "qtbase qtdeclarative qtmultimedia" |