summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-11-25 23:33:44 -0500
committerMartin Jansa <Martin.Jansa@gmail.com>2013-12-12 16:32:02 +0100
commit343101669c91d03d92e714a8cb2ff55a8bb4c924 (patch)
tree2f70e2ec6a1b34306adaf9dcc4e524fbf5d91eaa
parent512c859380a36b753b5fcca21a31aea4d85a1737 (diff)
downloadmeta-qt5-343101669c91d03d92e714a8cb2ff55a8bb4c924.tar.gz
qttools-native: remove previous license workaround
Previously license files were missing for qttools module, so we used to point to generic files with same license. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-qt/qt5/qttools-native.inc7
-rw-r--r--recipes-qt/qt5/qttools-native_5.1.1.bb5
2 files changed, 0 insertions, 12 deletions
diff --git a/recipes-qt/qt5/qttools-native.inc b/recipes-qt/qt5/qttools-native.inc
index cc1e0566..03b88cd1 100644
--- a/recipes-qt/qt5/qttools-native.inc
+++ b/recipes-qt/qt5/qttools-native.inc
@@ -1,10 +1,3 @@
1# doesn't have GFDL-1.3 like qtbase, LICENSE files are missing in 5.0.0 and 5.0.1, this is for 5.0.2 and git
2LICENSE = "LGPL-2.1 | GPL-3.0"
3LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=4193e7f1d47a858f6b7c0f1ee66161de \
4 file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \
5 file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \
6"
7
8DEPENDS = "qtbase-native" 1DEPENDS = "qtbase-native"
9 2
10QT_MODULE = "qttools" 3QT_MODULE = "qttools"
diff --git a/recipes-qt/qt5/qttools-native_5.1.1.bb b/recipes-qt/qt5/qttools-native_5.1.1.bb
index 82b8c01e..e10484e3 100644
--- a/recipes-qt/qt5/qttools-native_5.1.1.bb
+++ b/recipes-qt/qt5/qttools-native_5.1.1.bb
@@ -1,10 +1,5 @@
1require qt5-${PV}.inc 1require qt5-${PV}.inc
2require ${PN}.inc 2require ${PN}.inc
3 3
4# LICENSE files are missing in 5.0.0 and 5.0.1
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780 \
6 file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891 \
7"
8
9SRC_URI[md5sum] = "022073d32ff9d408de0182b5d1f01781" 4SRC_URI[md5sum] = "022073d32ff9d408de0182b5d1f01781"
10SRC_URI[sha256sum] = "2b42c6d5feeccffb67e890b86a150bae64dd2ff550be39a3cc449ee0e95462b6" 5SRC_URI[sha256sum] = "2b42c6d5feeccffb67e890b86a150bae64dd2ff550be39a3cc449ee0e95462b6"