From f69baf2a72b224fafad89a1422b692fb95ec439b Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 21 Mar 2018 16:48:54 +0000 Subject: 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 devtool finish --force-patch-refresh 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 --- .../0001-config.pri-Use-O1-optimization-in-DEBUG-flags.patch | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'recipes-qt/maliit/maliit-framework-qt5/0001-config.pri-Use-O1-optimization-in-DEBUG-flags.patch') 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 @@ -From cb38c078fa34a3d0cff6bc195edd9f507477d2e1 Mon Sep 17 00:00:00 2001 +From fb4316ca6e44a6b34e7d109360fc716c372e1293 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 12 Jul 2017 11:45:06 -0700 Subject: [PATCH] config.pri: Use -O1 optimization in DEBUG flags @@ -10,15 +10,16 @@ O1 is a good compromise between debug quality and optimization level. Signed-off-by: Khem Raj + --- config.pri | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.pri b/config.pri -index 1505f9d..7cc196a 100644 +index 94d595a..d7b221f 100644 --- a/config.pri +++ b/config.pri -@@ -13,8 +13,8 @@ include(defines.pri) +@@ -15,8 +15,8 @@ include(defines.pri) # Linker optimization for release build QMAKE_LFLAGS_RELEASE+=-Wl,--as-needed # Compiler warnings are error if the build type is debug @@ -29,6 +30,3 @@ index 1505f9d..7cc196a 100644 OBJECTS_DIR = .obj MOC_DIR = .moc --- -2.13.2 - -- cgit v1.2.3-54-g00ecf