diff options
Diffstat (limited to 'recipes-qt/qt5/qtbase-native_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtbase-native_git.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb index 2ec36002..819f4473 100644 --- a/recipes-qt/qt5/qtbase-native_git.bb +++ b/recipes-qt/qt5/qtbase-native_git.bb | |||
@@ -19,7 +19,7 @@ require qt5-git.inc | |||
19 | 19 | ||
20 | # common for qtbase-native, qtbase-nativesdk and qtbase | 20 | # common for qtbase-native, qtbase-nativesdk and qtbase |
21 | # Patches from https://github.com/meta-qt5/qtbase/commits/b5.11-shared | 21 | # Patches from https://github.com/meta-qt5/qtbase/commits/b5.11-shared |
22 | # 5.11.meta-qt5-shared.5 | 22 | # 5.11.meta-qt5-shared.6 |
23 | SRC_URI += "\ | 23 | SRC_URI += "\ |
24 | file://0001-Add-linux-oe-g-platform.patch \ | 24 | file://0001-Add-linux-oe-g-platform.patch \ |
25 | file://0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch \ | 25 | file://0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch \ |
@@ -33,18 +33,19 @@ SRC_URI += "\ | |||
33 | file://0010-linux-clang-Invert-conditional-for-defining-QT_SOCKL.patch \ | 33 | file://0010-linux-clang-Invert-conditional-for-defining-QT_SOCKL.patch \ |
34 | file://0011-tst_qlocale-Enable-QT_USE_FENV-only-on-glibc.patch \ | 34 | file://0011-tst_qlocale-Enable-QT_USE_FENV-only-on-glibc.patch \ |
35 | file://0012-mkspecs-common-gcc-base.conf-Use-I-instead-of-isyste.patch \ | 35 | file://0012-mkspecs-common-gcc-base.conf-Use-I-instead-of-isyste.patch \ |
36 | file://0013-Upgrade-double-conversion-to-v3.0.0.patch \ | ||
36 | " | 37 | " |
37 | 38 | ||
38 | # common for qtbase-native and nativesdk-qtbase | 39 | # common for qtbase-native and nativesdk-qtbase |
39 | # Patches from https://github.com/meta-qt5/qtbase/commits/b5.10-native | 40 | # Patches from https://github.com/meta-qt5/qtbase/commits/b5.10-native |
40 | # 5.11.meta-qt5-native.5 | 41 | # 5.11.meta-qt5-native.6 |
41 | SRC_URI += " \ | 42 | SRC_URI += " \ |
42 | file://0013-Always-build-uic-and-qvkgen.patch \ | 43 | file://0014-Always-build-uic-and-qvkgen.patch \ |
43 | " | 44 | " |
44 | 45 | ||
45 | # only for qtbase-native | 46 | # only for qtbase-native |
46 | SRC_URI += " \ | 47 | SRC_URI += " \ |
47 | file://0014-Bootstrap-without-linkat-feature.patch \ | 48 | file://0015-Bootstrap-without-linkat-feature.patch \ |
48 | " | 49 | " |
49 | 50 | ||
50 | CLEANBROKEN = "1" | 51 | CLEANBROKEN = "1" |