diff options
Diffstat (limited to 'recipes-qt/qt5/qtbase-native.inc')
-rw-r--r-- | recipes-qt/qt5/qtbase-native.inc | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/recipes-qt/qt5/qtbase-native.inc b/recipes-qt/qt5/qtbase-native.inc index 1adf422e..b9193e4e 100644 --- a/recipes-qt/qt5/qtbase-native.inc +++ b/recipes-qt/qt5/qtbase-native.inc | |||
@@ -7,28 +7,24 @@ QT_MODULE = "qtbase" | |||
7 | 7 | ||
8 | require qt5-native.inc | 8 | require qt5-native.inc |
9 | 9 | ||
10 | # shared with target qtbase, all except | 10 | # common with target version |
11 | # 0005-qmake-is-already-built-in-qtbase-native.patch | 11 | # common with -native and target version |
12 | # 0006-Allow-building-a-separate-qmake-for-the-target.patch | 12 | SRC_URI += "\ |
13 | |||
14 | SRC_URI += " \ | ||
15 | file://0001-Add-linux-oe-g-platform.patch \ | 13 | file://0001-Add-linux-oe-g-platform.patch \ |
16 | file://0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ | 14 | file://0002-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \ |
17 | file://0003-Add-external-hostbindir-option.patch \ | 15 | file://0003-Add-external-hostbindir-option.patch \ |
18 | file://0004-qt_functions-temporary-remove-isEmpty-check.patch \ | 16 | file://0004-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch \ |
19 | file://0007-configureapp-Prefix-default-LIBDIRS-and-INCDIRS-with.patch \ | 17 | file://0005-qt_module-Fix-pkgconfig-replacement.patch \ |
20 | file://0008-qt_module-Fix-pkgconfig-replacement.patch \ | 18 | file://0006-configure-don-t-export-SYSTEM_VARIABLES-to-.qmake.va.patch \ |
21 | file://0009-qt_module-Fix-paths-in-.prl-files.patch \ | 19 | file://0007-configure.prf-Allow-to-add-extra-arguments-to-make.patch \ |
22 | file://0010-wayland-scanner-disable-silent-rules.patch \ | 20 | file://0008-configure-make-pulseaudio-alsa-freetype-a-configurab.patch \ |
23 | file://0011-configure-don-t-export-SYSTEM_VARIABLES-to-.qmake.va.patch \ | 21 | file://0009-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS-to-determ.patch \ |
24 | file://0012-configure.prf-Allow-to-add-extra-arguments-to-make.patch \ | ||
25 | file://0013-Disable-mkv8snapshot.patch \ | ||
26 | file://0014-enables-tslib-device-to-be-read-from-env-variable.patch \ | ||
27 | file://0015-qtbase-allow-build-of-examples.patch \ | ||
28 | " | 22 | " |
29 | 23 | ||
30 | # specific for native version | 24 | # specific for native version |
31 | SRC_URI += "file://0001-Always-build-uic.patch" | 25 | SRC_URI += " \ |
26 | file://0010-Always-build-uic.patch \ | ||
27 | " | ||
32 | 28 | ||
33 | QT_CONF_PATH = "${B}/qt.conf" | 29 | QT_CONF_PATH = "${B}/qt.conf" |
34 | 30 | ||