summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-04-28 13:25:51 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-28 15:55:10 +0200
commit7354b4ffe5662fa321f97f821974eff4dbb29679 (patch)
tree90b9f7e80d9728d2c205791090fdd7306fccccaa
parent4d0f51ce9ae925a01f3d4bfad349bcc66425809a (diff)
downloadmeta-qt5-7354b4ffe5662fa321f97f821974eff4dbb29679.tar.gz
qtjsbackend: Update LICENSE info
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-qt/qt5/qtjsbackend-native.inc8
-rw-r--r--recipes-qt/qt5/qtjsbackend-native_5.0.0.bb5
-rw-r--r--recipes-qt/qt5/qtjsbackend-native_5.0.1.bb5
-rw-r--r--recipes-qt/qt5/qtjsbackend.inc9
-rw-r--r--recipes-qt/qt5/qtjsbackend_5.0.0.bb5
-rw-r--r--recipes-qt/qt5/qtjsbackend_5.0.1.bb5
6 files changed, 32 insertions, 5 deletions
diff --git a/recipes-qt/qt5/qtjsbackend-native.inc b/recipes-qt/qt5/qtjsbackend-native.inc
index d627156c..cc8ef3f3 100644
--- a/recipes-qt/qt5/qtjsbackend-native.inc
+++ b/recipes-qt/qt5/qtjsbackend-native.inc
@@ -1,5 +1,9 @@
1LICENSE = "LGPLv2.1" 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
2LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780" 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"
3 7
4DEPENDS = "qtbase-native" 8DEPENDS = "qtbase-native"
5 9
diff --git a/recipes-qt/qt5/qtjsbackend-native_5.0.0.bb b/recipes-qt/qt5/qtjsbackend-native_5.0.0.bb
index a6b77fd6..3bcbbef9 100644
--- a/recipes-qt/qt5/qtjsbackend-native_5.0.0.bb
+++ b/recipes-qt/qt5/qtjsbackend-native_5.0.0.bb
@@ -1,6 +1,11 @@
1require ${PN}.inc 1require ${PN}.inc
2require qt5-${PV}.inc 2require qt5-${PV}.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
4PR = "${INC_PR}.0" 9PR = "${INC_PR}.0"
5 10
6SRC_URI[md5sum] = "f7a745c09173abdd9cd21851557f76cc" 11SRC_URI[md5sum] = "f7a745c09173abdd9cd21851557f76cc"
diff --git a/recipes-qt/qt5/qtjsbackend-native_5.0.1.bb b/recipes-qt/qt5/qtjsbackend-native_5.0.1.bb
index 3b64f881..a215e7ab 100644
--- a/recipes-qt/qt5/qtjsbackend-native_5.0.1.bb
+++ b/recipes-qt/qt5/qtjsbackend-native_5.0.1.bb
@@ -1,6 +1,11 @@
1require ${PN}.inc 1require ${PN}.inc
2require qt5-${PV}.inc 2require qt5-${PV}.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
4PR = "${INC_PR}.0" 9PR = "${INC_PR}.0"
5 10
6SRC_URI[md5sum] = "af5ccb9d5ab589df03eb0b12fb5ab4cd" 11SRC_URI[md5sum] = "af5ccb9d5ab589df03eb0b12fb5ab4cd"
diff --git a/recipes-qt/qt5/qtjsbackend.inc b/recipes-qt/qt5/qtjsbackend.inc
index 64986396..7d0dafd6 100644
--- a/recipes-qt/qt5/qtjsbackend.inc
+++ b/recipes-qt/qt5/qtjsbackend.inc
@@ -1,8 +1,11 @@
1require qt5.inc 1require qt5.inc
2 2
3# FIXME!!! 3# 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
4LICENSE = "LGPLv2.1" 4LICENSE = "LGPL-2.1 | GPL-3.0"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780" 5LIC_FILES_CHKSUM ?= "file://LICENSE.LGPL;md5=4193e7f1d47a858f6b7c0f1ee66161de \
6 file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \
7 file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \
8"
6 9
7DEPENDS = "qtbase qtjsbackend-native" 10DEPENDS = "qtbase qtjsbackend-native"
8 11
diff --git a/recipes-qt/qt5/qtjsbackend_5.0.0.bb b/recipes-qt/qt5/qtjsbackend_5.0.0.bb
index a6b77fd6..3bcbbef9 100644
--- a/recipes-qt/qt5/qtjsbackend_5.0.0.bb
+++ b/recipes-qt/qt5/qtjsbackend_5.0.0.bb
@@ -1,6 +1,11 @@
1require ${PN}.inc 1require ${PN}.inc
2require qt5-${PV}.inc 2require qt5-${PV}.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
4PR = "${INC_PR}.0" 9PR = "${INC_PR}.0"
5 10
6SRC_URI[md5sum] = "f7a745c09173abdd9cd21851557f76cc" 11SRC_URI[md5sum] = "f7a745c09173abdd9cd21851557f76cc"
diff --git a/recipes-qt/qt5/qtjsbackend_5.0.1.bb b/recipes-qt/qt5/qtjsbackend_5.0.1.bb
index 3b64f881..a215e7ab 100644
--- a/recipes-qt/qt5/qtjsbackend_5.0.1.bb
+++ b/recipes-qt/qt5/qtjsbackend_5.0.1.bb
@@ -1,6 +1,11 @@
1require ${PN}.inc 1require ${PN}.inc
2require qt5-${PV}.inc 2require qt5-${PV}.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
4PR = "${INC_PR}.0" 9PR = "${INC_PR}.0"
5 10
6SRC_URI[md5sum] = "af5ccb9d5ab589df03eb0b12fb5ab4cd" 11SRC_URI[md5sum] = "af5ccb9d5ab589df03eb0b12fb5ab4cd"