diff options
Diffstat (limited to 'recipes-qt/qt5/qtbase-native_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtbase-native_git.bb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb index 52b01481..d6c53ad7 100644 --- a/recipes-qt/qt5/qtbase-native_git.bb +++ b/recipes-qt/qt5/qtbase-native_git.bb | |||
@@ -6,14 +6,13 @@ HOMEPAGE = "http://qt-project.org" | |||
6 | LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 | The-Qt-Company-Commercial )" | 6 | LICENSE = "GFDL-1.3 & BSD & ( GPL-3.0 & The-Qt-Company-GPL-Exception-1.0 | The-Qt-Company-Commercial ) & ( GPL-2.0+ | LGPL-3.0 | The-Qt-Company-Commercial )" |
7 | LIC_FILES_CHKSUM = " \ | 7 | LIC_FILES_CHKSUM = " \ |
8 | file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ | 8 | file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ |
9 | file://LICENSE.LGPLv21;md5=fb91571854638f10b2e5f36562661a5a \ | 9 | file://LICENSE.LGPLv3;md5=86d02ed8764e77c1c0b194fde895a51b \ |
10 | file://LICENSE.LGPLv3;md5=a909b94c1c9674b2aa15ff03a86f518a \ | ||
11 | file://LICENSE.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 10 | file://LICENSE.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
12 | file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ | 11 | file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ |
13 | file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \ | 12 | file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \ |
14 | file://LICENSE.GPLv3;md5=88e2b9117e6be406b5ed6ee4ca99a705 \ | ||
15 | file://LGPL_EXCEPTION.txt;md5=9625233da42f9e0ce9d63651a9d97654 \ | 13 | file://LGPL_EXCEPTION.txt;md5=9625233da42f9e0ce9d63651a9d97654 \ |
16 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ | 14 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ |
15 | file://LICENSE.PREVIEW.COMMERCIAL;md5=8ee24b8d305ef7779e07647a7b70e1bc \ | ||
17 | " | 16 | " |
18 | 17 | ||
19 | require qt5-native.inc | 18 | require qt5-native.inc |
@@ -21,7 +20,7 @@ require qt5-git.inc | |||
21 | 20 | ||
22 | # common for qtbase-native, qtbase-nativesdk and qtbase | 21 | # common for qtbase-native, qtbase-nativesdk and qtbase |
23 | # Patches from https://github.com/meta-qt5/qtbase/commits/b5.11-shared | 22 | # Patches from https://github.com/meta-qt5/qtbase/commits/b5.11-shared |
24 | # 5.11.meta-qt5-shared.1 | 23 | # 5.11.meta-qt5-shared.2 |
25 | SRC_URI += "\ | 24 | SRC_URI += "\ |
26 | file://0001-Add-linux-oe-g-platform.patch \ | 25 | file://0001-Add-linux-oe-g-platform.patch \ |
27 | file://0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch \ | 26 | file://0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch \ |
@@ -39,7 +38,7 @@ SRC_URI += "\ | |||
39 | 38 | ||
40 | # common for qtbase-native and nativesdk-qtbase | 39 | # common for qtbase-native and nativesdk-qtbase |
41 | # Patches from https://github.com/meta-qt5/qtbase/commits/b5.10-native | 40 | # Patches from https://github.com/meta-qt5/qtbase/commits/b5.10-native |
42 | # 5.11.meta-qt5-native.1 | 41 | # 5.11.meta-qt5-native.2 |
43 | SRC_URI += " \ | 42 | SRC_URI += " \ |
44 | file://0013-Always-build-uic-and-qvkgen.patch \ | 43 | file://0013-Always-build-uic-and-qvkgen.patch \ |
45 | " | 44 | " |
@@ -136,4 +135,4 @@ do_install() { | |||
136 | echo 'set(_qt5_corelib_extra_includes "${_qt5Core_install_prefix}/lib${QT_DIR_NAME}/mkspecs/linux-oe-g++")' > ${D}${libdir}/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake | 135 | echo 'set(_qt5_corelib_extra_includes "${_qt5Core_install_prefix}/lib${QT_DIR_NAME}/mkspecs/linux-oe-g++")' > ${D}${libdir}/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake |
137 | } | 136 | } |
138 | 137 | ||
139 | SRCREV = "17b73b0d2b8e0d643bdf13b543cc23d657a4b330" | 138 | SRCREV = "2b5587d901a0cc23749bf27a923d50bf0e5860d3" |