diff options
Diffstat (limited to 'recipes-qt/qt5/qtbase/0019-Avoid-renameeat2-for-native-sdk-builds.patch')
-rw-r--r-- | recipes-qt/qt5/qtbase/0019-Avoid-renameeat2-for-native-sdk-builds.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-qt/qt5/qtbase/0019-Avoid-renameeat2-for-native-sdk-builds.patch b/recipes-qt/qt5/qtbase/0019-Avoid-renameeat2-for-native-sdk-builds.patch index b3c2c767..6d480105 100644 --- a/recipes-qt/qt5/qtbase/0019-Avoid-renameeat2-for-native-sdk-builds.patch +++ b/recipes-qt/qt5/qtbase/0019-Avoid-renameeat2-for-native-sdk-builds.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 0c79a6761e75441f433fd397bc3b79e78b6c5ef8 Mon Sep 17 00:00:00 2001 | 1 | From 0ee2fc2de566efc5ad579dec693534105199f33d Mon Sep 17 00:00:00 2001 |
2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com> | 2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com> |
3 | Date: Sun, 14 Apr 2019 13:27:58 +0200 | 3 | Date: Sun, 14 Apr 2019 13:27:58 +0200 |
4 | Subject: [PATCH] Avoid renameeat2 for native(sdk) builds | 4 | Subject: [PATCH] Avoid renameeat2 for native(sdk) builds |
@@ -24,7 +24,7 @@ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> | |||
24 | 2 files changed, 2 insertions(+), 12 deletions(-) | 24 | 2 files changed, 2 insertions(+), 12 deletions(-) |
25 | 25 | ||
26 | diff --git a/src/corelib/global/qconfig-bootstrapped.h b/src/corelib/global/qconfig-bootstrapped.h | 26 | diff --git a/src/corelib/global/qconfig-bootstrapped.h b/src/corelib/global/qconfig-bootstrapped.h |
27 | index dfcc3c9c7f..30166fe41c 100644 | 27 | index 10458e41d7..8cfa40e461 100644 |
28 | --- a/src/corelib/global/qconfig-bootstrapped.h | 28 | --- a/src/corelib/global/qconfig-bootstrapped.h |
29 | +++ b/src/corelib/global/qconfig-bootstrapped.h | 29 | +++ b/src/corelib/global/qconfig-bootstrapped.h |
30 | @@ -100,14 +100,14 @@ | 30 | @@ -100,14 +100,14 @@ |
@@ -45,10 +45,10 @@ index dfcc3c9c7f..30166fe41c 100644 | |||
45 | # define QT_FEATURE_statx -1 | 45 | # define QT_FEATURE_statx -1 |
46 | #endif | 46 | #endif |
47 | diff --git a/src/corelib/io/qfilesystemengine_unix.cpp b/src/corelib/io/qfilesystemengine_unix.cpp | 47 | diff --git a/src/corelib/io/qfilesystemengine_unix.cpp b/src/corelib/io/qfilesystemengine_unix.cpp |
48 | index b2d81066db..d1783ebdf3 100644 | 48 | index b78e037865..9574d1a044 100644 |
49 | --- a/src/corelib/io/qfilesystemengine_unix.cpp | 49 | --- a/src/corelib/io/qfilesystemengine_unix.cpp |
50 | +++ b/src/corelib/io/qfilesystemengine_unix.cpp | 50 | +++ b/src/corelib/io/qfilesystemengine_unix.cpp |
51 | @@ -1248,16 +1248,6 @@ bool QFileSystemEngine::renameFile(const QFileSystemEntry &source, const QFileSy | 51 | @@ -1232,16 +1232,6 @@ bool QFileSystemEngine::renameFile(const QFileSystemEntry &source, const QFileSy |
52 | if (Q_UNLIKELY(srcPath.isEmpty() || tgtPath.isEmpty())) | 52 | if (Q_UNLIKELY(srcPath.isEmpty() || tgtPath.isEmpty())) |
53 | return emptyFileEntryWarning(), false; | 53 | return emptyFileEntryWarning(), false; |
54 | 54 | ||