diff options
Diffstat (limited to 'recipes-qt/qt5/nativesdk-qtbase_git.bb')
-rw-r--r-- | recipes-qt/qt5/nativesdk-qtbase_git.bb | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/recipes-qt/qt5/nativesdk-qtbase_git.bb b/recipes-qt/qt5/nativesdk-qtbase_git.bb index 7c456931..252cadaf 100644 --- a/recipes-qt/qt5/nativesdk-qtbase_git.bb +++ b/recipes-qt/qt5/nativesdk-qtbase_git.bb | |||
@@ -8,25 +8,28 @@ SRC_URI = "\ | |||
8 | git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \ | 8 | git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \ |
9 | " | 9 | " |
10 | 10 | ||
11 | # common with -native | 11 | # common with -native and -nativesdk |
12 | SRC_URI += "\ | 12 | SRC_URI += "\ |
13 | file://0001-Add-linux-oe-g-platform.patch \ | 13 | file://0001-Add-linux-oe-g-platform.patch \ |
14 | file://0002-Add-external-hostbindir-option.patch \ | 14 | file://0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ |
15 | file://0003-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ | 15 | file://0003-Add-external-hostbindir-option.patch \ |
16 | file://0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch \ | 16 | file://0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch \ |
17 | file://0005-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch \ | 17 | file://0005-qt_module-Fix-pkgconfig-and-libtool-replacements.patch \ |
18 | file://0001-Revert-Use-the-gcc-feature-in-simd.prf.patch \ | 18 | file://0006-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch \ |
19 | file://0007-qeglplatformintegration-Undefine-CursorShape-from-X..patch \ | ||
20 | file://0008-configure-bump-path-length-from-256-to-512-character.patch \ | ||
21 | file://0009-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch \ | ||
22 | file://0010-Revert-Use-the-gcc-feature-in-simd.prf.patch \ | ||
19 | " | 23 | " |
20 | 24 | ||
21 | # common with native version | 25 | # common with -native version |
22 | SRC_URI += " \ | 26 | SRC_URI += " \ |
23 | file://0006-Always-build-uic.patch \ | 27 | file://0011-Always-build-uic.patch \ |
24 | " | 28 | " |
25 | 29 | ||
26 | # specific for nativesdk version | 30 | # specific for nativesdk version |
27 | SRC_URI += " \ | 31 | SRC_URI += " \ |
28 | file://0007-configure-preserve-built-qmake-and-swap-with-native-.patch \ | 32 | file://0012-configure-preserve-built-qmake-and-swap-with-native-.patch \ |
29 | file://0008-configure-bump-path-length-from-256-to-512-character.patch \ | ||
30 | " | 33 | " |
31 | 34 | ||
32 | SRCREV = "267ba8b63e0fbf02cde4d2709397ed0e12f34ee2" | 35 | SRCREV = "80b6fbc2d9dfc753d6570e971aa4cf4f3420585c" |