diff options
-rw-r--r-- | recipes-qt/qt5/qtdeclarative.inc | 4 | ||||
-rw-r--r-- | recipes-qt/qt5/qtdeclarative_5.0.0.bb | 6 | ||||
-rw-r--r-- | recipes-qt/qt5/qtdeclarative_5.0.1.bb | 6 |
3 files changed, 12 insertions, 4 deletions
diff --git a/recipes-qt/qt5/qtdeclarative.inc b/recipes-qt/qt5/qtdeclarative.inc index 3a277883..d77c4849 100644 --- a/recipes-qt/qt5/qtdeclarative.inc +++ b/recipes-qt/qt5/qtdeclarative.inc | |||
@@ -1,9 +1,5 @@ | |||
1 | require qt5.inc | 1 | require qt5.inc |
2 | 2 | ||
3 | # FIXME!!! | ||
4 | LICENSE = "LGPLv2.1" | ||
5 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780" | ||
6 | |||
7 | DEPENDS = "qtbase qtjsbackend" | 3 | DEPENDS = "qtbase qtjsbackend" |
8 | 4 | ||
9 | INC_PR = "r0" | 5 | INC_PR = "r0" |
diff --git a/recipes-qt/qt5/qtdeclarative_5.0.0.bb b/recipes-qt/qt5/qtdeclarative_5.0.0.bb index fb37cb87..996792cd 100644 --- a/recipes-qt/qt5/qtdeclarative_5.0.0.bb +++ b/recipes-qt/qt5/qtdeclarative_5.0.0.bb | |||
@@ -1,6 +1,12 @@ | |||
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 | file://${COMMON_LICENSE_DIR}/GFDL-1.3;md5=1083add59b39991c748ea70a92166959 \ | ||
8 | " | ||
9 | |||
4 | PR = "${INC_PR}.0" | 10 | PR = "${INC_PR}.0" |
5 | 11 | ||
6 | SRC_URI[md5sum] = "5373ebb2f78e27e14d0c2b3997599832" | 12 | SRC_URI[md5sum] = "5373ebb2f78e27e14d0c2b3997599832" |
diff --git a/recipes-qt/qt5/qtdeclarative_5.0.1.bb b/recipes-qt/qt5/qtdeclarative_5.0.1.bb index 99471681..1c33ea56 100644 --- a/recipes-qt/qt5/qtdeclarative_5.0.1.bb +++ b/recipes-qt/qt5/qtdeclarative_5.0.1.bb | |||
@@ -1,6 +1,12 @@ | |||
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 | file://${COMMON_LICENSE_DIR}/GFDL-1.3;md5=1083add59b39991c748ea70a92166959 \ | ||
8 | " | ||
9 | |||
4 | PR = "${INC_PR}.0" | 10 | PR = "${INC_PR}.0" |
5 | 11 | ||
6 | SRC_URI[md5sum] = "91bb22db9501847e7549e8a431d81b78" | 12 | SRC_URI[md5sum] = "91bb22db9501847e7549e8a431d81b78" |