diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-28 13:25:51 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-28 15:55:10 +0200 |
commit | 7354b4ffe5662fa321f97f821974eff4dbb29679 (patch) | |
tree | 90b9f7e80d9728d2c205791090fdd7306fccccaa | |
parent | 4d0f51ce9ae925a01f3d4bfad349bcc66425809a (diff) | |
download | meta-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.inc | 8 | ||||
-rw-r--r-- | recipes-qt/qt5/qtjsbackend-native_5.0.0.bb | 5 | ||||
-rw-r--r-- | recipes-qt/qt5/qtjsbackend-native_5.0.1.bb | 5 | ||||
-rw-r--r-- | recipes-qt/qt5/qtjsbackend.inc | 9 | ||||
-rw-r--r-- | recipes-qt/qt5/qtjsbackend_5.0.0.bb | 5 | ||||
-rw-r--r-- | recipes-qt/qt5/qtjsbackend_5.0.1.bb | 5 |
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 @@ | |||
1 | LICENSE = "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 |
2 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780" | 2 | LICENSE = "LGPL-2.1 | GPL-3.0" |
3 | LIC_FILES_CHKSUM ?= "file://LICENSE.LGPL;md5=4193e7f1d47a858f6b7c0f1ee66161de \ | ||
4 | file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \ | ||
5 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
6 | " | ||
3 | 7 | ||
4 | DEPENDS = "qtbase-native" | 8 | DEPENDS = "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 @@ | |||
1 | require ${PN}.inc | 1 | require ${PN}.inc |
2 | require qt5-${PV}.inc | 2 | require qt5-${PV}.inc |
3 | 3 | ||
4 | # LICENSE files are missing in 5.0.0 and 5.0.1 | ||
5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780 \ | ||
6 | file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891 \ | ||
7 | " | ||
8 | |||
4 | PR = "${INC_PR}.0" | 9 | PR = "${INC_PR}.0" |
5 | 10 | ||
6 | SRC_URI[md5sum] = "f7a745c09173abdd9cd21851557f76cc" | 11 | SRC_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 @@ | |||
1 | require ${PN}.inc | 1 | require ${PN}.inc |
2 | require qt5-${PV}.inc | 2 | require qt5-${PV}.inc |
3 | 3 | ||
4 | # LICENSE files are missing in 5.0.0 and 5.0.1 | ||
5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780 \ | ||
6 | file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891 \ | ||
7 | " | ||
8 | |||
4 | PR = "${INC_PR}.0" | 9 | PR = "${INC_PR}.0" |
5 | 10 | ||
6 | SRC_URI[md5sum] = "af5ccb9d5ab589df03eb0b12fb5ab4cd" | 11 | SRC_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 @@ | |||
1 | require qt5.inc | 1 | require 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 |
4 | LICENSE = "LGPLv2.1" | 4 | LICENSE = "LGPL-2.1 | GPL-3.0" |
5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780" | 5 | LIC_FILES_CHKSUM ?= "file://LICENSE.LGPL;md5=4193e7f1d47a858f6b7c0f1ee66161de \ |
6 | file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \ | ||
7 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
8 | " | ||
6 | 9 | ||
7 | DEPENDS = "qtbase qtjsbackend-native" | 10 | DEPENDS = "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 @@ | |||
1 | require ${PN}.inc | 1 | require ${PN}.inc |
2 | require qt5-${PV}.inc | 2 | require qt5-${PV}.inc |
3 | 3 | ||
4 | # LICENSE files are missing in 5.0.0 and 5.0.1 | ||
5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780 \ | ||
6 | file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891 \ | ||
7 | " | ||
8 | |||
4 | PR = "${INC_PR}.0" | 9 | PR = "${INC_PR}.0" |
5 | 10 | ||
6 | SRC_URI[md5sum] = "f7a745c09173abdd9cd21851557f76cc" | 11 | SRC_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 @@ | |||
1 | require ${PN}.inc | 1 | require ${PN}.inc |
2 | require qt5-${PV}.inc | 2 | require qt5-${PV}.inc |
3 | 3 | ||
4 | # LICENSE files are missing in 5.0.0 and 5.0.1 | ||
5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780 \ | ||
6 | file://${COMMON_LICENSE_DIR}/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891 \ | ||
7 | " | ||
8 | |||
4 | PR = "${INC_PR}.0" | 9 | PR = "${INC_PR}.0" |
5 | 10 | ||
6 | SRC_URI[md5sum] = "af5ccb9d5ab589df03eb0b12fb5ab4cd" | 11 | SRC_URI[md5sum] = "af5ccb9d5ab589df03eb0b12fb5ab4cd" |