From 6566f728ab3d14a4908516fb13ad555dbfe04471 Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Thu, 11 Dec 2014 15:52:18 +1100 Subject: recipes: upgrade from 5.3.2 to 5.4.0 MJ: nativesdk-qtbase, nativesdk-qttools, qtbase-native: Drop unnecessary LICENSE/LIC_FILES_CHKSUM MJ: qtwebkit: move leveldb dependency to .inc Signed-off-by: Martin Jansa Signed-off-by: Jonathan Liu --- ...e-to-empty-string-if-mtune-flag-is-not-se.patch | 34 ---------------------- 1 file changed, 34 deletions(-) delete mode 100644 recipes-qt/qt5/qtwebengine/0004-Set-arm_tune-to-empty-string-if-mtune-flag-is-not-se.patch (limited to 'recipes-qt/qt5/qtwebengine/0004-Set-arm_tune-to-empty-string-if-mtune-flag-is-not-se.patch') diff --git a/recipes-qt/qt5/qtwebengine/0004-Set-arm_tune-to-empty-string-if-mtune-flag-is-not-se.patch b/recipes-qt/qt5/qtwebengine/0004-Set-arm_tune-to-empty-string-if-mtune-flag-is-not-se.patch deleted file mode 100644 index a3842ecd..00000000 --- a/recipes-qt/qt5/qtwebengine/0004-Set-arm_tune-to-empty-string-if-mtune-flag-is-not-se.patch +++ /dev/null @@ -1,34 +0,0 @@ -From c99aed6ef28c4ac9c00024a40222331c0e682d28 Mon Sep 17 00:00:00 2001 -From: Andras Becsi -Date: Thu, 18 Sep 2014 18:22:37 +0200 -Subject: [PATCH 4/6] Set arm_tune to empty string if mtune flag is not set by - toolchain - -Since the default arm_tune option applied by chromium is not -recognized by our gcc toolchain set arm_tune to empty string -to prevent chromium from setting a default. Our toolchains -set the arm version which already implies the corresponding -mtune option anyway. - -Change-Id: I0291bd4f0e5706597d37f914e4eeefbd75397bbf -Reviewed-by: Jocelyn Turcotte ---- - src/core/gyp_run.pro | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/core/gyp_run.pro b/src/core/gyp_run.pro -index ed592e1..4845af2 100644 ---- a/src/core/gyp_run.pro -+++ b/src/core/gyp_run.pro -@@ -47,7 +47,7 @@ cross_compile { - !isEmpty(MARCH): GYP_ARGS += "-D arm_arch=\"$$MARCH\"" - - MTUNE = $$extractCFlag("-mtune=.*") -- !isEmpty(MTUNE): GYP_ARGS += "-D arm_tune=\"$$MTUNE\"" -+ GYP_ARGS += "-D arm_tune=\"$$MTUNE\"" - - MFLOAT = $$extractCFlag("-mfloat-abi=.*") - !isEmpty(MFLOAT): GYP_ARGS += "-D arm_float_abi=\"$$MFLOAT\"" --- -2.1.1 - -- cgit v1.2.3-54-g00ecf