diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2018-04-12 13:04:09 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-04-13 09:05:12 +0000 |
commit | f48752cc10266ffedee451813ceceec3e67c167f (patch) | |
tree | 35e442075f13781e49d9eb1dcfea17bcfde63ce9 /recipes-qt/qt5/qtbase-native_git.bb | |
parent | 4e7ba65ba6ad4f88683701428aba037f2091fafc (diff) | |
download | meta-qt5-f48752cc10266ffedee451813ceceec3e67c167f.tar.gz |
qt5: upgrade to 5.9.5
* use latest revision from 5.9, because 5.9.5 tag is only on 5.9.5
branch which might get removed in future I was told
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase-native_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtbase-native_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb index a04aeb52..0115a97f 100644 --- a/recipes-qt/qt5/qtbase-native_git.bb +++ b/recipes-qt/qt5/qtbase-native_git.bb | |||
@@ -21,7 +21,7 @@ require qt5-git.inc | |||
21 | 21 | ||
22 | # common for qtbase-native, qtbase-nativesdk and qtbase | 22 | # common for qtbase-native, qtbase-nativesdk and qtbase |
23 | # Patches from https://github.com/meta-qt5/qtbase/commits/b5.9-shared | 23 | # Patches from https://github.com/meta-qt5/qtbase/commits/b5.9-shared |
24 | # 5.9.meta-qt5-shared.4 | 24 | # 5.9.meta-qt5-shared.5 |
25 | SRC_URI += "\ | 25 | SRC_URI += "\ |
26 | file://0001-Add-linux-oe-g-platform.patch \ | 26 | file://0001-Add-linux-oe-g-platform.patch \ |
27 | file://0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch \ | 27 | file://0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch \ |
@@ -38,7 +38,7 @@ SRC_URI += "\ | |||
38 | 38 | ||
39 | # common for qtbase-native and nativesdk-qtbase | 39 | # common for qtbase-native and nativesdk-qtbase |
40 | # Patches from https://github.com/meta-qt5/qtbase/commits/b5.9-native | 40 | # Patches from https://github.com/meta-qt5/qtbase/commits/b5.9-native |
41 | # 5.9.meta-qt5-native.4 | 41 | # 5.9.meta-qt5-native.5 |
42 | SRC_URI += " \ | 42 | SRC_URI += " \ |
43 | file://0012-Always-build-uic.patch \ | 43 | file://0012-Always-build-uic.patch \ |
44 | " | 44 | " |
@@ -125,4 +125,4 @@ do_install() { | |||
125 | echo 'set(_qt5_corelib_extra_includes "${_qt5Core_install_prefix}/lib${QT_DIR_NAME}/mkspecs/linux-oe-g++")' > ${D}${libdir}/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake | 125 | echo 'set(_qt5_corelib_extra_includes "${_qt5Core_install_prefix}/lib${QT_DIR_NAME}/mkspecs/linux-oe-g++")' > ${D}${libdir}/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake |
126 | } | 126 | } |
127 | 127 | ||
128 | SRCREV = "0d9208cecbbd9ed08e4ffb6540729668e3bd7754" | 128 | SRCREV = "f2095f2c66d0dae8525879f6c14165ace650e7f1" |