diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2018-03-21 16:48:54 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2018-04-06 12:44:23 +0000 |
commit | f69baf2a72b224fafad89a1422b692fb95ec439b (patch) | |
tree | 420b726c1c0b43090cf0d176edce7a91406e8bae /recipes-qt/maliit/maliit-framework-qt5/0001-config.pri-Use-O1-optimization-in-DEBUG-flags.patch | |
parent | 61581ec2efba25904877b5b65257d4de5b75a22f (diff) | |
download | meta-qt5-f69baf2a72b224fafad89a1422b692fb95ec439b.tar.gz |
maliit-framework-qt5: refresh patches
WARNING: maliit-framework-qt5-0.99.0+gitAUTOINC+62bd54bcde-r0 do_patch:
Some of the context lines in patches were ignored. This can lead to
incorrectly applied patches.
The context lines in the patches can be updated with devtool:
devtool modify <recipe>
devtool finish --force-patch-refresh <recipe> <layer_path>
Then the updated patches and the source tree (in devtool's workspace)
should be reviewed to make sure the patches apply in the correct place
and don't introduce duplicate lines (which can, and does happen
when some of the context is ignored). Further information:
http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html
https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450
Details:
Applying patch
0001-Fix-MALIIT_INSTALL_PRF-to-allow-the-build-with-opene.patch
patching file config.pri
Hunk #1 succeeded at 144 with fuzz 1 (offset -17 lines).
Now at patch
0001-Fix-MALIIT_INSTALL_PRF-to-allow-the-build-with-opene.patch
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/maliit/maliit-framework-qt5/0001-config.pri-Use-O1-optimization-in-DEBUG-flags.patch')
-rw-r--r-- | recipes-qt/maliit/maliit-framework-qt5/0001-config.pri-Use-O1-optimization-in-DEBUG-flags.patch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/recipes-qt/maliit/maliit-framework-qt5/0001-config.pri-Use-O1-optimization-in-DEBUG-flags.patch b/recipes-qt/maliit/maliit-framework-qt5/0001-config.pri-Use-O1-optimization-in-DEBUG-flags.patch index 73560340..2310e637 100644 --- a/recipes-qt/maliit/maliit-framework-qt5/0001-config.pri-Use-O1-optimization-in-DEBUG-flags.patch +++ b/recipes-qt/maliit/maliit-framework-qt5/0001-config.pri-Use-O1-optimization-in-DEBUG-flags.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From cb38c078fa34a3d0cff6bc195edd9f507477d2e1 Mon Sep 17 00:00:00 2001 | 1 | From fb4316ca6e44a6b34e7d109360fc716c372e1293 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Wed, 12 Jul 2017 11:45:06 -0700 | 3 | Date: Wed, 12 Jul 2017 11:45:06 -0700 |
4 | Subject: [PATCH] config.pri: Use -O1 optimization in DEBUG flags | 4 | Subject: [PATCH] config.pri: Use -O1 optimization in DEBUG flags |
@@ -10,15 +10,16 @@ O1 is a good compromise between debug quality and | |||
10 | optimization level. | 10 | optimization level. |
11 | 11 | ||
12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
13 | |||
13 | --- | 14 | --- |
14 | config.pri | 4 ++-- | 15 | config.pri | 4 ++-- |
15 | 1 file changed, 2 insertions(+), 2 deletions(-) | 16 | 1 file changed, 2 insertions(+), 2 deletions(-) |
16 | 17 | ||
17 | diff --git a/config.pri b/config.pri | 18 | diff --git a/config.pri b/config.pri |
18 | index 1505f9d..7cc196a 100644 | 19 | index 94d595a..d7b221f 100644 |
19 | --- a/config.pri | 20 | --- a/config.pri |
20 | +++ b/config.pri | 21 | +++ b/config.pri |
21 | @@ -13,8 +13,8 @@ include(defines.pri) | 22 | @@ -15,8 +15,8 @@ include(defines.pri) |
22 | # Linker optimization for release build | 23 | # Linker optimization for release build |
23 | QMAKE_LFLAGS_RELEASE+=-Wl,--as-needed | 24 | QMAKE_LFLAGS_RELEASE+=-Wl,--as-needed |
24 | # Compiler warnings are error if the build type is debug | 25 | # Compiler warnings are error if the build type is debug |
@@ -29,6 +30,3 @@ index 1505f9d..7cc196a 100644 | |||
29 | 30 | ||
30 | OBJECTS_DIR = .obj | 31 | OBJECTS_DIR = .obj |
31 | MOC_DIR = .moc | 32 | MOC_DIR = .moc |
32 | -- | ||
33 | 2.13.2 | ||
34 | |||