diff options
| author | Khem Raj <raj.khem@gmail.com> | 2015-08-24 10:43:56 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-26 17:12:26 +0200 |
| commit | c16daba21756c661a008d3a9199d3d80aa914bdf (patch) | |
| tree | e50dc1c39b8cc8fd63fce3d4e318c078212ec8a5 /recipes-qt/qt5/nativesdk-qtbase_git.bb | |
| parent | c0cc4ff88292d1ddd9d30007e4947342d71ae77d (diff) | |
| download | meta-qt5-c16daba21756c661a008d3a9199d3d80aa914bdf.tar.gz | |
qtbase: Fix build with clang
This patch is a backport from upstream qt5 fixes building with clang
from meta-clang
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/nativesdk-qtbase_git.bb')
| -rw-r--r-- | recipes-qt/qt5/nativesdk-qtbase_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb index 28e6d09e..320cad65 100644 --- a/recipes-qt/qt5/nativesdk-qtbase_git.bb +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb | |||
| @@ -28,17 +28,18 @@ SRC_URI += "\ | |||
| 28 | file://0005-qeglplatformintegration-Undefine-CursorShape-from-X..patch \ | 28 | file://0005-qeglplatformintegration-Undefine-CursorShape-from-X..patch \ |
| 29 | file://0006-configure-bump-path-length-from-256-to-512-character.patch \ | 29 | file://0006-configure-bump-path-length-from-256-to-512-character.patch \ |
| 30 | file://0007-QOpenGLPaintDevice-sub-area-support.patch \ | 30 | file://0007-QOpenGLPaintDevice-sub-area-support.patch \ |
| 31 | file://0008-Fix-build-with-clang-3.7.patch \ | ||
| 31 | " | 32 | " |
| 32 | 33 | ||
| 33 | # common for qtbase-native and nativesdk-qtbase | 34 | # common for qtbase-native and nativesdk-qtbase |
| 34 | SRC_URI += " \ | 35 | SRC_URI += " \ |
| 35 | file://0008-Always-build-uic.patch \ | 36 | file://0009-Always-build-uic.patch \ |
| 36 | file://0009-Add-external-hostbindir-option-for-native-sdk.patch \ | 37 | file://0010-Add-external-hostbindir-option-for-native-sdk.patch \ |
| 37 | " | 38 | " |
| 38 | 39 | ||
| 39 | # specific for nativesdk-qtbase | 40 | # specific for nativesdk-qtbase |
| 40 | SRC_URI += " \ | 41 | SRC_URI += " \ |
| 41 | file://0010-configure-preserve-built-qmake-and-swap-with-native-.patch \ | 42 | file://0011-configure-preserve-built-qmake-and-swap-with-native-.patch \ |
| 42 | " | 43 | " |
| 43 | 44 | ||
| 44 | # CMake's toolchain configuration of nativesdk-qtbase | 45 | # CMake's toolchain configuration of nativesdk-qtbase |
