summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtbase.inc')
-rw-r--r--recipes-qt/qt5/qtbase.inc23
1 files changed, 9 insertions, 14 deletions
diff --git a/recipes-qt/qt5/qtbase.inc b/recipes-qt/qt5/qtbase.inc
index c4d1b840..ce35410a 100644
--- a/recipes-qt/qt5/qtbase.inc
+++ b/recipes-qt/qt5/qtbase.inc
@@ -1,27 +1,22 @@
1require qt5.inc 1require qt5.inc
2 2
3# common with qtbase-native and nativesdk-qtbase 3# common for qtbase-native, qtbase-nativesdk and qtbase
4SRC_URI += "\ 4SRC_URI += "\
5 file://0001-Add-linux-oe-g-platform.patch \ 5 file://0001-Add-linux-oe-g-platform.patch \
6 file://0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ 6 file://0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \
7 file://0003-Add-external-hostbindir-option.patch \ 7 file://0003-Add-external-hostbindir-option.patch \
8 file://0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch \ 8 file://0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch \
9 file://0005-qt_module-Fix-pkgconfig-replacement.patch \ 9 file://0005-qt_module-Fix-pkgconfig-and-libtool-replacements.patch \
10 file://0006-configure-don-t-export-SYSTEM_VARIABLES-to-.qmake.va.patch \ 10 file://0006-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch \
11 file://0007-configure.prf-Allow-to-add-extra-arguments-to-make.patch \ 11 file://0007-qeglplatformintegration-Undefine-CursorShape-from-X..patch \
12 file://0008-configure-make-pulseaudio-alsa-freetype-a-configurab.patch \ 12 file://0008-configure-bump-path-length-from-256-to-512-character.patch \
13 file://0009-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS-to-determ.patch \ 13 file://0009-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch \
14 file://0010-Fix-missing-plugin_types.patch \ 14 file://0010-Revert-Use-the-gcc-feature-in-simd.prf.patch \
15 file://0011-Revert-eglfs-Print-the-chosen-config-in-debug-mode.patch \
16 file://0012-qeglplatformintegration-Undefine-CursorShape-from-X..patch \
17 file://0013-configure-bump-path-length-from-256-to-512-character.patch \
18 file://0014-QOpenGLPaintDevice-sub-area-support.patch \
19 file://0015-eglfs-fix-egl-error-for-platforms-only-supporting-on.patch \
20" 15"
21 16
17# specific for qtbase
22SRC_URI += "\ 18SRC_URI += "\
23 file://0016-qmake-is-already-built-in-qtbase-native.patch \ 19 file://0011-qmake-don-t-build-it-in-configure-but-allow-to-build.patch \
24 file://0017-Allow-building-a-separate-qmake-for-the-target.patch \
25" 20"
26 21
27DEPENDS += "qtbase-native" 22DEPENDS += "qtbase-native"