diff options
59 files changed, 244 insertions, 141 deletions
diff --git a/conf/distro/include/qt5-versions.inc b/conf/distro/include/qt5-versions.inc index 09681cc5..2ecd49c6 100644 --- a/conf/distro/include/qt5-versions.inc +++ b/conf/distro/include/qt5-versions.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | # Select which version you prefer by defining QT5_VERSION and including this file | 1 | # Select which version you prefer by defining QT5_VERSION and including this file |
2 | # possible values now "5.4.0", "5.4.0+git%" | 2 | # possible values now "5.4.1", "5.4.0+git%" |
3 | 3 | ||
4 | QT5_VERSION ?= "5.4.0" | 4 | QT5_VERSION ?= "5.4.1" |
5 | 5 | ||
6 | PREFERRED_VERSION_qtbase-native = "${QT5_VERSION}" | 6 | PREFERRED_VERSION_qtbase-native = "${QT5_VERSION}" |
7 | PREFERRED_VERSION_qtbase = "${QT5_VERSION}" | 7 | PREFERRED_VERSION_qtbase = "${QT5_VERSION}" |
diff --git a/recipes-qt/qt5/nativesdk-qtbase_5.4.0.bb b/recipes-qt/qt5/nativesdk-qtbase_5.4.0.bb deleted file mode 100644 index 7414abd4..00000000 --- a/recipes-qt/qt5/nativesdk-qtbase_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "eaaa72a5cb25713ca8d17f3a8d149765" | ||
5 | SRC_URI[sha256sum] = "daea240ba5e77bc2d78ec21a2cb664eed83b3d4ad409b6277a6f7d4c0c8e91d1" | ||
diff --git a/recipes-qt/qt5/nativesdk-qtbase_5.4.1.bb b/recipes-qt/qt5/nativesdk-qtbase_5.4.1.bb new file mode 100644 index 00000000..6215e828 --- /dev/null +++ b/recipes-qt/qt5/nativesdk-qtbase_5.4.1.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "9507825e558c980fed602de1f16ec7ae" | ||
5 | SRC_URI[sha256sum] = "8574a593830959c0f7e5430fe77a43832ea7f5299e14a397a74576b3df7fb1b7" | ||
diff --git a/recipes-qt/qt5/nativesdk-qttools_5.4.0.bb b/recipes-qt/qt5/nativesdk-qttools_5.4.0.bb deleted file mode 100644 index f9384e94..00000000 --- a/recipes-qt/qt5/nativesdk-qttools_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "3de5923257b365526856094d7da0ad85" | ||
5 | SRC_URI[sha256sum] = "5a85a096ffd30463781dc3871ad9640a510eba0086188c7943d23adc3660741a" | ||
diff --git a/recipes-qt/qt5/nativesdk-qttools_5.4.1.bb b/recipes-qt/qt5/nativesdk-qttools_5.4.1.bb new file mode 100644 index 00000000..d3d549ee --- /dev/null +++ b/recipes-qt/qt5/nativesdk-qttools_5.4.1.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "5b2fd42304e9294bc0f77095fdb35ad6" | ||
5 | SRC_URI[sha256sum] = "11de0f8573843194b134e32af49594514498fadc4fc0b3b0333540fe1f671f72" | ||
diff --git a/recipes-qt/qt5/qt5-5.4.0.inc b/recipes-qt/qt5/qt5-5.4.1.inc index 7320bd9b..c06b792e 100644 --- a/recipes-qt/qt5/qt5-5.4.0.inc +++ b/recipes-qt/qt5/qt5-5.4.1.inc | |||
@@ -13,7 +13,7 @@ SRC_URI += " \ | |||
13 | S = "${WORKDIR}/${QT_MODULE}-opensource-src-${QT_VERSION}" | 13 | S = "${WORKDIR}/${QT_MODULE}-opensource-src-${QT_VERSION}" |
14 | 14 | ||
15 | LICENSE = "GFDL-1.3 & LGPL-2.1 | LGPL-3.0" | 15 | LICENSE = "GFDL-1.3 & LGPL-2.1 | LGPL-3.0" |
16 | LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \ | 16 | LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=d87ae0d200af76dca730d911474cbe5b \ |
17 | file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \ | 17 | file://LICENSE.LGPLv3;md5=ffcfac38a32c9ebdb8ff768fa1702478 \ |
18 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | 18 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ |
19 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | 19 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" |
diff --git a/recipes-qt/qt5/qtbase-native_5.4.0.bb b/recipes-qt/qt5/qtbase-native_5.4.1.bb index 26673ae7..8ad61776 100644 --- a/recipes-qt/qt5/qtbase-native_5.4.0.bb +++ b/recipes-qt/qt5/qtbase-native_5.4.1.bb | |||
@@ -7,5 +7,5 @@ do_install_append() { | |||
7 | ln -sf syncqt.pl ${D}${OE_QMAKE_PATH_QT_BINS}/syncqt | 7 | ln -sf syncqt.pl ${D}${OE_QMAKE_PATH_QT_BINS}/syncqt |
8 | } | 8 | } |
9 | 9 | ||
10 | SRC_URI[md5sum] = "eaaa72a5cb25713ca8d17f3a8d149765" | 10 | SRC_URI[md5sum] = "9507825e558c980fed602de1f16ec7ae" |
11 | SRC_URI[sha256sum] = "daea240ba5e77bc2d78ec21a2cb664eed83b3d4ad409b6277a6f7d4c0c8e91d1" | 11 | SRC_URI[sha256sum] = "8574a593830959c0f7e5430fe77a43832ea7f5299e14a397a74576b3df7fb1b7" |
diff --git a/recipes-qt/qt5/qtbase_5.4.0.bb b/recipes-qt/qt5/qtbase_5.4.0.bb deleted file mode 100644 index 7414abd4..00000000 --- a/recipes-qt/qt5/qtbase_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "eaaa72a5cb25713ca8d17f3a8d149765" | ||
5 | SRC_URI[sha256sum] = "daea240ba5e77bc2d78ec21a2cb664eed83b3d4ad409b6277a6f7d4c0c8e91d1" | ||
diff --git a/recipes-qt/qt5/qtbase_5.4.1.bb b/recipes-qt/qt5/qtbase_5.4.1.bb new file mode 100644 index 00000000..6215e828 --- /dev/null +++ b/recipes-qt/qt5/qtbase_5.4.1.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "9507825e558c980fed602de1f16ec7ae" | ||
5 | SRC_URI[sha256sum] = "8574a593830959c0f7e5430fe77a43832ea7f5299e14a397a74576b3df7fb1b7" | ||
diff --git a/recipes-qt/qt5/qtconnectivity_5.4.0.bb b/recipes-qt/qt5/qtconnectivity_5.4.0.bb deleted file mode 100644 index 301da1ec..00000000 --- a/recipes-qt/qt5/qtconnectivity_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "c1fc247771a2fd1d238db8ffc4e65bbf" | ||
5 | SRC_URI[sha256sum] = "636685bbcccac28f6c8c2d1bee7c9b06a74bc5c11d9c87a424d80093f19b1038" | ||
diff --git a/recipes-qt/qt5/qtconnectivity_5.4.1.bb b/recipes-qt/qt5/qtconnectivity_5.4.1.bb new file mode 100644 index 00000000..0c6348a9 --- /dev/null +++ b/recipes-qt/qt5/qtconnectivity_5.4.1.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "056c7eba6a396bbd82d265feca1fe47b" | ||
5 | SRC_URI[sha256sum] = "82c4ffb590f6716672da271ad41c51499b888b46140f40b06367b9eace7b2360" | ||
6 | |||
7 | # License files in this module still contain 2014 as year | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \ | ||
9 | file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \ | ||
10 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
11 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||
12 | |||
diff --git a/recipes-qt/qt5/qtdeclarative_5.4.0.bb b/recipes-qt/qt5/qtdeclarative_5.4.0.bb deleted file mode 100644 index 2233b69f..00000000 --- a/recipes-qt/qt5/qtdeclarative_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "4f928e52e72b5e867b50b4d409d5e99b" | ||
5 | SRC_URI[sha256sum] = "e67c9275b0f6869a7c1e8023ad7c0a23fb19f8a8d2f350371e954ead0cfad7b6" | ||
diff --git a/recipes-qt/qt5/qtdeclarative_5.4.1.bb b/recipes-qt/qt5/qtdeclarative_5.4.1.bb new file mode 100644 index 00000000..365a4441 --- /dev/null +++ b/recipes-qt/qt5/qtdeclarative_5.4.1.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "86dfe5c41e14a142c72fdaa6a64f933c" | ||
5 | SRC_URI[sha256sum] = "15124e242a8a4a8fc5bedd32910b3b0b372b6c2b63f99572c4a2427e668d4417" | ||
6 | |||
7 | # License files in this module still contain 2014 as year | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \ | ||
9 | file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \ | ||
10 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
11 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||
12 | |||
diff --git a/recipes-qt/qt5/qtenginio_5.4.0.bb b/recipes-qt/qt5/qtenginio_5.4.0.bb deleted file mode 100644 index 78f1e60c..00000000 --- a/recipes-qt/qt5/qtenginio_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "959a9ebac4faa0464368a318fa677ab6" | ||
5 | SRC_URI[sha256sum] = "fa0954e5f100d38291fd3b3c8c92ade11710b25ae48018af7451c631982d924c" | ||
diff --git a/recipes-qt/qt5/qtenginio_5.4.1.bb b/recipes-qt/qt5/qtenginio_5.4.1.bb new file mode 100644 index 00000000..de6ab0d8 --- /dev/null +++ b/recipes-qt/qt5/qtenginio_5.4.1.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "c80b967b159c513350fcfca223f435d4" | ||
5 | SRC_URI[sha256sum] = "aedb131c29180c7dbc41f888d6a078378a2dd3337766461734cc1b8f07e9577a" | ||
diff --git a/recipes-qt/qt5/qtgraphicaleffects_5.4.0.bb b/recipes-qt/qt5/qtgraphicaleffects_5.4.0.bb deleted file mode 100644 index bf868afc..00000000 --- a/recipes-qt/qt5/qtgraphicaleffects_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "4d26d56c55b0117c37d96e85755da6a4" | ||
5 | SRC_URI[sha256sum] = "a43f10e532180eb8400fec65752b36c1adaa9aaf672146035ef630d324a38b19" | ||
diff --git a/recipes-qt/qt5/qtgraphicaleffects_5.4.1.bb b/recipes-qt/qt5/qtgraphicaleffects_5.4.1.bb new file mode 100644 index 00000000..05e00f2c --- /dev/null +++ b/recipes-qt/qt5/qtgraphicaleffects_5.4.1.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "02bec01c2af9a7d08582fbffbfa4976a" | ||
5 | SRC_URI[sha256sum] = "bae2f0e8120f0b4e6e1b56a486713821615d0af7c69fb4ecdcbabc22b8f8351c" | ||
6 | |||
7 | # License files in this module still contain 2014 as year | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \ | ||
9 | file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \ | ||
10 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
11 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||
12 | |||
diff --git a/recipes-qt/qt5/qtimageformats_5.4.0.bb b/recipes-qt/qt5/qtimageformats_5.4.0.bb deleted file mode 100644 index 1893b1cd..00000000 --- a/recipes-qt/qt5/qtimageformats_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "608dbe53d5d3a0872eb20025b681d1dc" | ||
5 | SRC_URI[sha256sum] = "c89b678df71e44f8cff7b5f8362b7d61430a7aa7cd70147be1267d87ac8fe046" | ||
diff --git a/recipes-qt/qt5/qtimageformats_5.4.1.bb b/recipes-qt/qt5/qtimageformats_5.4.1.bb new file mode 100644 index 00000000..8a2933af --- /dev/null +++ b/recipes-qt/qt5/qtimageformats_5.4.1.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "1436680e00ea3e211fd0abdb7c18014a" | ||
5 | SRC_URI[sha256sum] = "3f6c5bb568ebbee24700c439a60b2e512026dfee5be896c846e4f289cc5b846f" | ||
6 | |||
7 | # License files in this module still contain 2014 as year | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \ | ||
9 | file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \ | ||
10 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
11 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||
12 | |||
diff --git a/recipes-qt/qt5/qtlocation_5.4.0.bb b/recipes-qt/qt5/qtlocation_5.4.0.bb deleted file mode 100644 index 0f5be112..00000000 --- a/recipes-qt/qt5/qtlocation_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "76cbd4d7acf5b319ed1d9454aac0477b" | ||
5 | SRC_URI[sha256sum] = "e8420c1b5fdddbc44faa7aa1c653da91dc101055a869dcb518326188be81d456" | ||
diff --git a/recipes-qt/qt5/qtlocation_5.4.1.bb b/recipes-qt/qt5/qtlocation_5.4.1.bb new file mode 100644 index 00000000..b0a51397 --- /dev/null +++ b/recipes-qt/qt5/qtlocation_5.4.1.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "f7d693d3f3634da063b61928b502b79d" | ||
5 | SRC_URI[sha256sum] = "889f0c832159a804be6a730366dd76db53f32333efc1cc88f5c7253206e97984" | ||
6 | |||
7 | # License files in this module still contain 2014 as year | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \ | ||
9 | file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \ | ||
10 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
11 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||
12 | |||
diff --git a/recipes-qt/qt5/qtmultimedia_5.4.0.bb b/recipes-qt/qt5/qtmultimedia_5.4.0.bb deleted file mode 100644 index 0fc982a1..00000000 --- a/recipes-qt/qt5/qtmultimedia_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "3a6a415813b54a54cf283a5e2906e012" | ||
5 | SRC_URI[sha256sum] = "5ab9dba27ae64123f2d0124b6884da276d8982aa959d65aa44125f758ef9af51" | ||
diff --git a/recipes-qt/qt5/qtmultimedia_5.4.1.bb b/recipes-qt/qt5/qtmultimedia_5.4.1.bb new file mode 100644 index 00000000..07984626 --- /dev/null +++ b/recipes-qt/qt5/qtmultimedia_5.4.1.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "7412a5c62da71b44b9f29e29fdc6af4d" | ||
5 | SRC_URI[sha256sum] = "3830dd4a11727cc4a3ab32dc10e4cd016739d0b1b0c59685512853e10f1e534e" | ||
6 | |||
7 | # License files in this module still contain 2014 as year | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \ | ||
9 | file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \ | ||
10 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
11 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||
12 | |||
diff --git a/recipes-qt/qt5/qtquick1_5.4.0.bb b/recipes-qt/qt5/qtquick1_5.4.0.bb deleted file mode 100644 index 8ea6d6e3..00000000 --- a/recipes-qt/qt5/qtquick1_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "c1c5b1072137773d308c8b498cf35d05" | ||
5 | SRC_URI[sha256sum] = "d5a8b77c1c4832383f3c5a39c6dc60e992e61e684e7fbbdf9a208c31d9d032dc" | ||
diff --git a/recipes-qt/qt5/qtquick1_5.4.1.bb b/recipes-qt/qt5/qtquick1_5.4.1.bb new file mode 100644 index 00000000..6912ef7f --- /dev/null +++ b/recipes-qt/qt5/qtquick1_5.4.1.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "16d711d20238e3220fc4030dab608f0b" | ||
5 | SRC_URI[sha256sum] = "eb5324c784eef15b3d0f7e2fc2265b0f2e823a31330e88e09379972313ca432d" | ||
6 | |||
7 | # License files in this module still contain 2014 as year | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \ | ||
9 | file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \ | ||
10 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
11 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||
12 | |||
diff --git a/recipes-qt/qt5/qtquickcontrols_5.4.0.bb b/recipes-qt/qt5/qtquickcontrols_5.4.0.bb deleted file mode 100644 index e70b8437..00000000 --- a/recipes-qt/qt5/qtquickcontrols_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "6d2b408526b6197ff2edc32ac3238252" | ||
5 | SRC_URI[sha256sum] = "b59f43333291c3e73f9a9f92706a4c98d4d810b4efd6803a4edd3f1658fae61e" | ||
diff --git a/recipes-qt/qt5/qtquickcontrols_5.4.1.bb b/recipes-qt/qt5/qtquickcontrols_5.4.1.bb new file mode 100644 index 00000000..a4ea78a1 --- /dev/null +++ b/recipes-qt/qt5/qtquickcontrols_5.4.1.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "2950c8df9da1e3d418a1e209d24f503a" | ||
5 | SRC_URI[sha256sum] = "fe0852c510b7ab9111310d6880d1b1f34908274099aefa5a14316173b25cfbc2" | ||
6 | |||
7 | # License files in this module still contain 2014 as year | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \ | ||
9 | file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \ | ||
10 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
11 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||
12 | |||
diff --git a/recipes-qt/qt5/qtscript_5.4.0.bb b/recipes-qt/qt5/qtscript_5.4.0.bb deleted file mode 100644 index a4755bc6..00000000 --- a/recipes-qt/qt5/qtscript_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "b38b35643d85aea25ff1cbea84f76a82" | ||
5 | SRC_URI[sha256sum] = "f5f35702ec36f24b17878348af1aa1ecf93056a9ddf475097b3fdd52c3330ed0" | ||
diff --git a/recipes-qt/qt5/qtscript_5.4.1.bb b/recipes-qt/qt5/qtscript_5.4.1.bb new file mode 100644 index 00000000..a0113080 --- /dev/null +++ b/recipes-qt/qt5/qtscript_5.4.1.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "70165fd13fa0ba5b1f577f849f0c4f12" | ||
5 | SRC_URI[sha256sum] = "f432acc8376b86279faee273ff4e26226059d0cffbaced35e05a559d2efbcbaf" | ||
6 | |||
7 | # License files in this module still contain 2014 as year | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \ | ||
9 | file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \ | ||
10 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
11 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||
diff --git a/recipes-qt/qt5/qtsensors_5.4.0.bb b/recipes-qt/qt5/qtsensors_5.4.0.bb deleted file mode 100644 index 24846361..00000000 --- a/recipes-qt/qt5/qtsensors_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "044f7d3f92c45dd76072077826ca4a07" | ||
5 | SRC_URI[sha256sum] = "8a0f33ccf572b9fbcdc46fca602d75270979a2f851b6a1f399d039b1f7aae159" | ||
diff --git a/recipes-qt/qt5/qtsensors_5.4.1.bb b/recipes-qt/qt5/qtsensors_5.4.1.bb new file mode 100644 index 00000000..458b659e --- /dev/null +++ b/recipes-qt/qt5/qtsensors_5.4.1.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "0787b72a67d1e38a3a47b54b84a6dc42" | ||
5 | SRC_URI[sha256sum] = "ac4b8e2ef7520e674eb53848ec3d459d8ae92735093106b93104dec7f65edbf8" | ||
6 | |||
7 | # License files in this module still contain 2014 as year | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \ | ||
9 | file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \ | ||
10 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
11 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||
12 | |||
diff --git a/recipes-qt/qt5/qtserialport_5.4.0.bb b/recipes-qt/qt5/qtserialport_5.4.0.bb deleted file mode 100644 index 3058fdd9..00000000 --- a/recipes-qt/qt5/qtserialport_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "691b0b71e4ad791a37e288b41979662c" | ||
5 | SRC_URI[sha256sum] = "0fc619ef714f5b920ff19ec811b6459c849fafcc697ef4091dbb74e45bd058c3" | ||
diff --git a/recipes-qt/qt5/qtserialport_5.4.1.bb b/recipes-qt/qt5/qtserialport_5.4.1.bb new file mode 100644 index 00000000..2349ad3d --- /dev/null +++ b/recipes-qt/qt5/qtserialport_5.4.1.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "2333d25916a74260ce39b8a77c7c4288" | ||
5 | SRC_URI[sha256sum] = "79d99e826bf49e469a651cdc2d499d8b54e52bb8aaa279719a3afa03eba5d0ff" | ||
diff --git a/recipes-qt/qt5/qtsvg_5.4.0.bb b/recipes-qt/qt5/qtsvg_5.4.0.bb deleted file mode 100644 index 6b12200a..00000000 --- a/recipes-qt/qt5/qtsvg_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "1c9921a44060bd98096b105c97556e68" | ||
5 | SRC_URI[sha256sum] = "68ee762bacc7b63aea29f446549ee6daae46e6fe2120e2460f30d47accc2b789" | ||
diff --git a/recipes-qt/qt5/qtsvg_5.4.1.bb b/recipes-qt/qt5/qtsvg_5.4.1.bb new file mode 100644 index 00000000..b7d1dc2e --- /dev/null +++ b/recipes-qt/qt5/qtsvg_5.4.1.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "b4a1e4f5dae26a7500f4f61a550f67eb" | ||
5 | SRC_URI[sha256sum] = "be8a90ccce2e873d3489a416d1748089f46e329519acb990cf851d6c9f9de12c" | ||
6 | |||
7 | # License files in this module still contain 2014 as year | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \ | ||
9 | file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \ | ||
10 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
11 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||
diff --git a/recipes-qt/qt5/qttools-native_5.4.0.bb b/recipes-qt/qt5/qttools-native_5.4.0.bb deleted file mode 100644 index f9384e94..00000000 --- a/recipes-qt/qt5/qttools-native_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "3de5923257b365526856094d7da0ad85" | ||
5 | SRC_URI[sha256sum] = "5a85a096ffd30463781dc3871ad9640a510eba0086188c7943d23adc3660741a" | ||
diff --git a/recipes-qt/qt5/qttools-native_5.4.1.bb b/recipes-qt/qt5/qttools-native_5.4.1.bb new file mode 100644 index 00000000..d3d549ee --- /dev/null +++ b/recipes-qt/qt5/qttools-native_5.4.1.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "5b2fd42304e9294bc0f77095fdb35ad6" | ||
5 | SRC_URI[sha256sum] = "11de0f8573843194b134e32af49594514498fadc4fc0b3b0333540fe1f671f72" | ||
diff --git a/recipes-qt/qt5/qttools_5.4.0.bb b/recipes-qt/qt5/qttools_5.4.0.bb deleted file mode 100644 index f9384e94..00000000 --- a/recipes-qt/qt5/qttools_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "3de5923257b365526856094d7da0ad85" | ||
5 | SRC_URI[sha256sum] = "5a85a096ffd30463781dc3871ad9640a510eba0086188c7943d23adc3660741a" | ||
diff --git a/recipes-qt/qt5/qttools_5.4.1.bb b/recipes-qt/qt5/qttools_5.4.1.bb new file mode 100644 index 00000000..d3d549ee --- /dev/null +++ b/recipes-qt/qt5/qttools_5.4.1.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "5b2fd42304e9294bc0f77095fdb35ad6" | ||
5 | SRC_URI[sha256sum] = "11de0f8573843194b134e32af49594514498fadc4fc0b3b0333540fe1f671f72" | ||
diff --git a/recipes-qt/qt5/qttranslations_5.4.0.bb b/recipes-qt/qt5/qttranslations_5.4.0.bb deleted file mode 100644 index 2e3a2841..00000000 --- a/recipes-qt/qt5/qttranslations_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "6462eeefae00f048418ed6e4571c4cc9" | ||
5 | SRC_URI[sha256sum] = "aca78d9178481a21a7af8571beb9109b38f0f71ba75cf3b89ddf705962a3f98b" | ||
diff --git a/recipes-qt/qt5/qttranslations_5.4.1.bb b/recipes-qt/qt5/qttranslations_5.4.1.bb new file mode 100644 index 00000000..d0afd037 --- /dev/null +++ b/recipes-qt/qt5/qttranslations_5.4.1.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "0bdd1b0a83b03a04a4ebeedfa3057d21" | ||
5 | SRC_URI[sha256sum] = "3c4d045f974bc9ee76bb85d319737cf182b8697c4ba72d2c075d3609cfaf9041" | ||
diff --git a/recipes-qt/qt5/qtwayland-native.inc b/recipes-qt/qt5/qtwayland-native.inc index 95deeb70..20aa72e5 100644 --- a/recipes-qt/qt5/qtwayland-native.inc +++ b/recipes-qt/qt5/qtwayland-native.inc | |||
@@ -4,9 +4,6 @@ QT_MODULE = "${BPN}" | |||
4 | 4 | ||
5 | DEPENDS = "qtbase-native wayland-native" | 5 | DEPENDS = "qtbase-native wayland-native" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "736fddb5f2018d57c8439455df9ec4dc" | ||
8 | SRC_URI[sha256sum] = "601ef7f2e9145a084da34ff06dfa77577c4a792a639581d3bbb7417e8cd36f29" | ||
9 | |||
10 | SRC_URI += " \ | 7 | SRC_URI += " \ |
11 | file://0001-Install-the-qtwaylandscanner-tool-to-the-native-side.patch \ | 8 | file://0001-Install-the-qtwaylandscanner-tool-to-the-native-side.patch \ |
12 | " | 9 | " |
diff --git a/recipes-qt/qt5/qtwayland-native_5.4.0.bb b/recipes-qt/qt5/qtwayland-native_5.4.0.bb deleted file mode 100644 index c2a4453c..00000000 --- a/recipes-qt/qt5/qtwayland-native_5.4.0.bb +++ /dev/null | |||
@@ -1,2 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
diff --git a/recipes-qt/qt5/qtwayland-native_5.4.1.bb b/recipes-qt/qt5/qtwayland-native_5.4.1.bb new file mode 100644 index 00000000..6e498852 --- /dev/null +++ b/recipes-qt/qt5/qtwayland-native_5.4.1.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "a132295b896062d21ded0937a56d22a3" | ||
5 | SRC_URI[sha256sum] = "653b5e600b1cbf3275d0858415570d2a2611823a4651ee911e684dcae870d792" | ||
diff --git a/recipes-qt/qt5/qtwayland_5.4.0.bb b/recipes-qt/qt5/qtwayland_5.4.1.bb index 99d9ba5c..9e868d40 100644 --- a/recipes-qt/qt5/qtwayland_5.4.0.bb +++ b/recipes-qt/qt5/qtwayland_5.4.1.bb | |||
@@ -1,13 +1,13 @@ | |||
1 | require qt5-${PV}.inc | 1 | require qt5-${PV}.inc |
2 | require ${PN}.inc | 2 | require ${PN}.inc |
3 | 3 | ||
4 | SRC_URI[md5sum] = "736fddb5f2018d57c8439455df9ec4dc" | 4 | SRC_URI[md5sum] = "a132295b896062d21ded0937a56d22a3" |
5 | SRC_URI[sha256sum] = "601ef7f2e9145a084da34ff06dfa77577c4a792a639581d3bbb7417e8cd36f29" | 5 | SRC_URI[sha256sum] = "653b5e600b1cbf3275d0858415570d2a2611823a4651ee911e684dcae870d792" |
6 | 6 | ||
7 | SRC_URI += " \ | 7 | SRC_URI += " \ |
8 | file://0001-examples-wayland-include-server-buffer-only-when-bui.patch \ | 8 | file://0001-examples-wayland-include-server-buffer-only-when-bui.patch \ |
9 | " | 9 | " |
10 | QT_VERSION ?= "5.4.0" | 10 | QT_VERSION ?= "5.4.1" |
11 | 11 | ||
12 | do_install_append() { | 12 | do_install_append() { |
13 | # do install files created by qtwaylandscanner | 13 | # do install files created by qtwaylandscanner |
diff --git a/recipes-qt/qt5/qtwebchannel_5.4.0.bb b/recipes-qt/qt5/qtwebchannel_5.4.0.bb deleted file mode 100644 index c26e6bba..00000000 --- a/recipes-qt/qt5/qtwebchannel_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "d11e86da2f585ea48f38d4107356edd7" | ||
5 | SRC_URI[sha256sum] = "24eb0125198270f8595babb6c0df74dd13e0ccc8c8a5e665151cf68c3306594c" | ||
diff --git a/recipes-qt/qt5/qtwebchannel_5.4.1.bb b/recipes-qt/qt5/qtwebchannel_5.4.1.bb new file mode 100644 index 00000000..feddcf38 --- /dev/null +++ b/recipes-qt/qt5/qtwebchannel_5.4.1.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "bb914134c164c6758a0074748cc678ff" | ||
5 | SRC_URI[sha256sum] = "c4acb9ec9886fca6d0c2adc5b45970347ae1b3e4b5e0055ab370540faef7b251" | ||
diff --git a/recipes-qt/qt5/qtwebengine/0004-dont-fail-libcap-config-test.patch b/recipes-qt/qt5/qtwebengine/0004-dont-fail-libcap-config-test.patch new file mode 100644 index 00000000..897e7e54 --- /dev/null +++ b/recipes-qt/qt5/qtwebengine/0004-dont-fail-libcap-config-test.patch | |||
@@ -0,0 +1,13 @@ | |||
1 | diff -u -r1.1 tools/qmake/mkspecs/features/configure.prf | ||
2 | --- a/tools/qmake/mkspecs/features/configure.prf 2015/02/04 10:24:55 1.1 | ||
3 | +++ b/tools/qmake/mkspecs/features/configure.prf 2015/02/04 10:26:52 | ||
4 | @@ -20,7 +20,7 @@ | ||
5 | qtCompileTest($$test) | ||
6 | } | ||
7 | # libcap-dev package doesn't ship .pc files on Ubuntu. | ||
8 | - linux:!config_libcap:skipBuild("libcap appears to be missing") | ||
9 | + #linux:!config_libcap:skipBuild("libcap appears to be missing") | ||
10 | contains(QT_CONFIG, xcb) { | ||
11 | for(package, $$list("libdrm xcomposite xi xrandr")) { | ||
12 | !packagesExist($$package):skipBuild("Unmet dependency: $$package") | ||
13 | |||
diff --git a/recipes-qt/qt5/qtwebengine_5.4.0.bb b/recipes-qt/qt5/qtwebengine_5.4.1.bb index 5e2df657..11096cae 100644 --- a/recipes-qt/qt5/qtwebengine_5.4.0.bb +++ b/recipes-qt/qt5/qtwebengine_5.4.1.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | require qt5-${PV}.inc | 1 | require qt5-${PV}.inc |
2 | require ${PN}.inc | 2 | require ${PN}.inc |
3 | 3 | ||
4 | SRC_URI[md5sum] = "ec05c84be8b8d582d5321f0656c44005" | 4 | SRC_URI[md5sum] = "bf3ad162f85537d55310d0aef9ee4515" |
5 | SRC_URI[sha256sum] = "ab91a5c0d63f47de91310c8e56255ac1c8ec1b7f9c414cc7e040f72b28e4153b" | 5 | SRC_URI[sha256sum] = "3242abcab5b5f2a80529d16cadd5003600d3f6720220d3aa38ec756e609faab0" |
6 | 6 | ||
7 | SRC_URI += " \ | 7 | SRC_URI += " \ |
8 | file://0001-functions.prf-Don-t-match-QMAKE_EXT_CPP-or-QMAKE_EXT.patch \ | 8 | file://0001-functions.prf-Don-t-match-QMAKE_EXT_CPP-or-QMAKE_EXT.patch \ |
@@ -10,4 +10,5 @@ SRC_URI += " \ | |||
10 | file://0003-functions.prf-allow-build-for-linux-oe-g-platform.patch \ | 10 | file://0003-functions.prf-allow-build-for-linux-oe-g-platform.patch \ |
11 | file://0001-chromium-base.gypi-include-atomicops_internals_x86_gcc.cc-whe.patch \ | 11 | file://0001-chromium-base.gypi-include-atomicops_internals_x86_gcc.cc-whe.patch \ |
12 | file://0001-eLinux-build-ffmpegsumo-as-well.patch \ | 12 | file://0001-eLinux-build-ffmpegsumo-as-well.patch \ |
13 | file://0004-dont-fail-libcap-config-test.patch \ | ||
13 | " | 14 | " |
diff --git a/recipes-qt/qt5/qtwebkit-examples_5.4.0.bb b/recipes-qt/qt5/qtwebkit-examples_5.4.0.bb deleted file mode 100644 index adcea20e..00000000 --- a/recipes-qt/qt5/qtwebkit-examples_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "369617a40e64b93686cebd12a99916c0" | ||
5 | SRC_URI[sha256sum] = "b02a2f3d381e66e83fbf972416ad376e2a03ccfa8b4371867c83970bf0f0e9f6" | ||
diff --git a/recipes-qt/qt5/qtwebkit-examples_5.4.1.bb b/recipes-qt/qt5/qtwebkit-examples_5.4.1.bb new file mode 100644 index 00000000..b3b89214 --- /dev/null +++ b/recipes-qt/qt5/qtwebkit-examples_5.4.1.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "783bfd27e79769f3ceeb206a4921400b" | ||
5 | SRC_URI[sha256sum] = "19187bb31c349c67f90c92df896f14f9167b982bdef5187e83fd68407826720a" | ||
diff --git a/recipes-qt/qt5/qtwebkit_5.4.0.bb b/recipes-qt/qt5/qtwebkit_5.4.0.bb deleted file mode 100644 index 8a276ab1..00000000 --- a/recipes-qt/qt5/qtwebkit_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "e62d72c410dffe5129043f80f624c896" | ||
5 | SRC_URI[sha256sum] = "6c672207765d5d2e88aa14b72b3876ad7bce453397a02e1a3d6e4670a8d188c1" | ||
diff --git a/recipes-qt/qt5/qtwebkit_5.4.1.bb b/recipes-qt/qt5/qtwebkit_5.4.1.bb new file mode 100644 index 00000000..9c8d59f6 --- /dev/null +++ b/recipes-qt/qt5/qtwebkit_5.4.1.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "186627b1ea5b614811fbd0cfa9b4d073" | ||
5 | SRC_URI[sha256sum] = "6607211ef8a913dc778617bf4ba0970e34cc71e1da3abb477eabe0035e7119bf" | ||
diff --git a/recipes-qt/qt5/qtwebsockets_5.4.0.bb b/recipes-qt/qt5/qtwebsockets_5.4.0.bb deleted file mode 100644 index cb3122d9..00000000 --- a/recipes-qt/qt5/qtwebsockets_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "0c406bca48296d0d99cc93b00f40aca7" | ||
5 | SRC_URI[sha256sum] = "2acd274a4a983cdd2288678d9005429fded51b5277d0621c4a953fa4f4f4cbdf" | ||
diff --git a/recipes-qt/qt5/qtwebsockets_5.4.1.bb b/recipes-qt/qt5/qtwebsockets_5.4.1.bb new file mode 100644 index 00000000..33f6122c --- /dev/null +++ b/recipes-qt/qt5/qtwebsockets_5.4.1.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "308e1e9126e6fab8b06616db9810973e" | ||
5 | SRC_URI[sha256sum] = "daf56f98c5e267253bd2d2e421472fc02faa1703a9063cc14cf8afce6967ab44" | ||
diff --git a/recipes-qt/qt5/qtx11extras_5.4.0.bb b/recipes-qt/qt5/qtx11extras_5.4.0.bb deleted file mode 100644 index d36d1bd6..00000000 --- a/recipes-qt/qt5/qtx11extras_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "f3a7b9b20dd5f19fc5ed12ef030c59b7" | ||
5 | SRC_URI[sha256sum] = "a3c66bc9e2b877109073f27bbc7865489fa1ed548584f5fc87c371380dc1474c" | ||
diff --git a/recipes-qt/qt5/qtx11extras_5.4.1.bb b/recipes-qt/qt5/qtx11extras_5.4.1.bb new file mode 100644 index 00000000..fa9f32a5 --- /dev/null +++ b/recipes-qt/qt5/qtx11extras_5.4.1.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "87d555e0c7eccaa462a9bba85fb2d4de" | ||
5 | SRC_URI[sha256sum] = "20a61cdb9f925e9ab959bed1e7aeb1855b721619d5dc5f3691b8c1ce186e8c2e" | ||
6 | |||
7 | # License files in this module still contain 2014 as year | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \ | ||
9 | file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \ | ||
10 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
11 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||
12 | |||
diff --git a/recipes-qt/qt5/qtxmlpatterns_5.4.0.bb b/recipes-qt/qt5/qtxmlpatterns_5.4.0.bb deleted file mode 100644 index eb621b28..00000000 --- a/recipes-qt/qt5/qtxmlpatterns_5.4.0.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "5ad30d6b478d4e5d71e9c5bef3f3fbf7" | ||
5 | SRC_URI[sha256sum] = "791c697b9bc7a5384e3d0dbec56af7f2194fe7dc91f8b1e0fd502089135e5425" | ||
diff --git a/recipes-qt/qt5/qtxmlpatterns_5.4.1.bb b/recipes-qt/qt5/qtxmlpatterns_5.4.1.bb new file mode 100644 index 00000000..8de8de7f --- /dev/null +++ b/recipes-qt/qt5/qtxmlpatterns_5.4.1.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require qt5-${PV}.inc | ||
2 | require ${PN}.inc | ||
3 | |||
4 | SRC_URI[md5sum] = "ec2970e9e9c38f88be74f18101937c28" | ||
5 | SRC_URI[sha256sum] = "f5142ff4d3f1154550530eddf310d2ff149c6f0055d3d028ad48cb5491c65318" | ||
6 | |||
7 | # License files in this module still contain 2014 as year | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \ | ||
9 | file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \ | ||
10 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
11 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||
12 | |||