diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-04 17:12:58 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-10 12:11:52 +0200 |
commit | b4e270f9e2e5c632f0958af1a5131efb45bcd799 (patch) | |
tree | 9c0fe3a4f0fda7c9de63b55e8d8549c55d166410 /recipes-qt/qt5/qtbase_git.bb | |
parent | 06c25e6a6b9ff6f36f91412b2f8e10e8cd39bf3b (diff) | |
download | meta-qt5-b4e270f9e2e5c632f0958af1a5131efb45bcd799.tar.gz |
qtbase: Refresh patches to match with stable* branches on github.com/meta-qt5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtbase_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtbase_git.bb | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb index 4f019be9..037a4f66 100644 --- a/recipes-qt/qt5/qtbase_git.bb +++ b/recipes-qt/qt5/qtbase_git.bb | |||
@@ -5,21 +5,23 @@ SRC_URI = "\ | |||
5 | git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \ | 5 | git://qt.gitorious.org/qt/${QT_MODULE}.git;branch=${QT_MODULE_BRANCH} \ |
6 | " | 6 | " |
7 | 7 | ||
8 | # common with -native | 8 | # common with -native and -nativesdk |
9 | SRC_URI += "\ | 9 | SRC_URI += "\ |
10 | file://0001-Add-linux-oe-g-platform.patch \ | 10 | file://0001-Add-linux-oe-g-platform.patch \ |
11 | file://0002-Add-external-hostbindir-option.patch \ | 11 | file://0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ |
12 | file://0003-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ | 12 | file://0003-Add-external-hostbindir-option.patch \ |
13 | file://0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch \ | 13 | file://0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch \ |
14 | file://0005-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch \ | 14 | file://0005-qt_module-Fix-pkgconfig-and-libtool-replacements.patch \ |
15 | file://0001-Revert-Use-the-gcc-feature-in-simd.prf.patch \ | 15 | file://0006-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch \ |
16 | file://0007-qeglplatformintegration-Undefine-CursorShape-from-X..patch \ | ||
17 | file://0008-configure-bump-path-length-from-256-to-512-character.patch \ | ||
18 | file://0009-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch \ | ||
19 | file://0010-Revert-Use-the-gcc-feature-in-simd.prf.patch \ | ||
16 | " | 20 | " |
17 | 21 | ||
18 | # target specific | 22 | # target specific |
19 | SRC_URI += "\ | 23 | SRC_URI += "\ |
20 | file://0006-qmake-don-t-build-it-in-configure-but-allow-to-build.patch \ | 24 | file://0011-qmake-don-t-build-it-in-configure-but-allow-to-build.patch \ |
21 | file://0007-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch \ | ||
22 | file://0008-qeglplatformintegration-Undefine-CursorShape-from-X..patch \ | ||
23 | " | 25 | " |
24 | 26 | ||
25 | SRCREV = "267ba8b63e0fbf02cde4d2709397ed0e12f34ee2" | 27 | SRCREV = "80b6fbc2d9dfc753d6570e971aa4cf4f3420585c" |