From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-f41.google.com (mail-it0-f41.google.com [209.85.214.41]) by mail.openembedded.org (Postfix) with ESMTP id 5D29B601F2 for ; Mon, 3 Apr 2017 18:38:21 +0000 (UTC) Received: by mail-it0-f41.google.com with SMTP id e75so51863161itd.1 for ; Mon, 03 Apr 2017 11:38:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id; bh=pbFCNhtkBZ5yAnd0dNiOlw/M6iJWoiRehZLx8BSzV64=; b=tgVhbLOH8zUNSB6CFuk3ib8QpKqvtJdH1h84IcBwQsY5eNnsDwtAEWz50jWIZ+cRPs Bf7Oo323H5FmwBYB2e9ZnqdZxmgkMN2QoJUeBrLzIEhFcicTAriGn/5WAFTi4rKQkXEw LxMHvDhy7GwnsF2fRy4zXIywnqiv2s86EP6nJqHAmJMxUJys8Dpz9nU/ORYKQA6mkSsr Y3j/RNZOLrmKNdzWW97KHFN8PoxFVdPHcUlOVP0G/S3K2NmZ+cw9ImkJsXM26A7EJXj8 bfD4p++nVX3MmMr5qZx2VbHvuJCxuU/Bm3Th3BdrVr2i01JrRyRJ0Vx1VX5efGSL7YAP cVuw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=pbFCNhtkBZ5yAnd0dNiOlw/M6iJWoiRehZLx8BSzV64=; b=QOr5LtG6ivvB3lJj9P/HaTkosHfKPvRipR7zMpqhUzwSOU6aMvl1Ina1+YhfSXKa1e 0hfiE8y7Sf/iJK95NYHGDQ0hyhy+1lNQh/SsSF3zyWoAE8zutvjpY/nDoKWbWksrwi1Y PcXJ5EcKuJbrcVn9LNvDTj25+oeMUaCXrK87TaoqIbDXqCGrIliQul0ngYxWibIuXPjo gM62CDUmsW7FRKZUJ0IwmUhyNWZsFNq+o0VJZQoh8aGkjpXGWnJEqKGnNtIFD7lk2YX4 kPiDoaJVcUTzKXcJ5js/b+qjqOijx3sft0e5NlXAlD7dkSmvd5HcXqt0uEt/jh3AUt+e HQLw== X-Gm-Message-State: AFeK/H128Mn6RahDBtdhqRRQZOTycSvRePIZENLo1hP6YoCcVGto5Oy8J4LokYz0DMCIEg== X-Received: by 10.36.120.199 with SMTP id p190mr11235746itc.119.1491244702144; Mon, 03 Apr 2017 11:38:22 -0700 (PDT) Received: from linux-uys3.suse (104-247-246-30.cpe.teksavvy.com. [104.247.246.30]) by smtp.gmail.com with ESMTPSA id o97sm7986698ioi.53.2017.04.03.11.38.21 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 03 Apr 2017 11:38:21 -0700 (PDT) From: Trevor Woerner To: openembedded-devel@lists.openembedded.org Date: Mon, 3 Apr 2017 14:38:15 -0400 Message-Id: <20170403183815.2997-1-twoerner@gmail.com> X-Mailer: git-send-email 2.12.0.rc1.48.g076c053 Subject: [meta-browser][PATCH] chromium: 52.0.2743.76 -> 54.0.2810.2 X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Apr 2017 18:38:21 -0000 Tested by building for and running on: - minnow - raspi3 (32-bit) - qemux86 - bbb On-target testing includes: - playing a video from youtube[1] - running (and passing) the octane tests (js)[2] Verified chromium-wayland still builds. [1] http://youtube.com [2] http://chromium.github.io/octane Signed-off-by: Trevor Woerner --- .../chromium/chromium-wayland_53.0.2785.143.bb | 2 +- .../Remove-hard-coded-values-for-CC-and-CXX.patch | 42 ----------- .../chromium/chromium/chromium/m32.patch | 87 ++++++++++++++++++++++ ...ium_52.0.2743.76.bb => chromium_54.0.2810.2.bb} | 7 +- ...3-Remove-hard-coded-values-for-CC-and-CXX.patch | 11 ++- recipes-browser/chromium/files/i586/x86-m32.patch | 42 ----------- 6 files changed, 96 insertions(+), 95 deletions(-) delete mode 100644 recipes-browser/chromium/chromium/chromium-wayland/Remove-hard-coded-values-for-CC-and-CXX.patch create mode 100644 recipes-browser/chromium/chromium/chromium/m32.patch rename recipes-browser/chromium/{chromium_52.0.2743.76.bb => chromium_54.0.2810.2.bb} (85%) delete mode 100644 recipes-browser/chromium/files/i586/x86-m32.patch diff --git a/recipes-browser/chromium/chromium-wayland_53.0.2785.143.bb b/recipes-browser/chromium/chromium-wayland_53.0.2785.143.bb index ef913a7..ab52bc2 100644 --- a/recipes-browser/chromium/chromium-wayland_53.0.2785.143.bb +++ b/recipes-browser/chromium/chromium-wayland_53.0.2785.143.bb @@ -6,9 +6,9 @@ DEPENDS += "wayland libxkbcommon" SRC_URI += "\ file://chromium-wayland/add_missing_stat_h_include.patch \ + file://0003-Remove-hard-coded-values-for-CC-and-CXX.patch \ file://0004-Create-empty-i18n_process_css_test.html-file-to-avoi.patch \ file://0005-Override-root-filesystem-access-restriction.patch \ - file://chromium-wayland/Remove-hard-coded-values-for-CC-and-CXX.patch \ file://chromium-wayland/0007-Workaround-for-glib-related-build-error-with-ozone-w.patch \ file://chromium-wayland/0011-Replace-readdir_r-with-readdir.patch \ file://chromium-wayland/remove-Werror.patch \ diff --git a/recipes-browser/chromium/chromium/chromium-wayland/Remove-hard-coded-values-for-CC-and-CXX.patch b/recipes-browser/chromium/chromium/chromium-wayland/Remove-hard-coded-values-for-CC-and-CXX.patch deleted file mode 100644 index 63de68a..0000000 --- a/recipes-browser/chromium/chromium/chromium-wayland/Remove-hard-coded-values-for-CC-and-CXX.patch +++ /dev/null @@ -1,42 +0,0 @@ -From 518135b0cd6878e91e5fcf489f3185740ec307c0 Mon Sep 17 00:00:00 2001 -From: Carlos Rafael Giani -Date: Sun, 12 Oct 2014 19:31:47 +0200 -Subject: [PATCH] Remove hard coded values for CC and CXX - -In spite of what the comment says, the environment variables do *not* -override the variables; "which which arm-linux-gnueabihf-gcc" etc. are -always called. To undo this, remove the change. - -Upstream-Status: Pending - -The default values cannot be overriden without the patch; upstream -might be interested in this. - -Signed-off-by: Carlos Rafael Giani ---- - build/common.gypi | 10 ---------- - 1 file changed, 10 deletions(-) - -diff --git a/build/common.gypi b/build/common.gypi -index 7ec5ae2..11e8d1d 100644 ---- a/build/common.gypi -+++ b/build/common.gypi -@@ -6027,16 +6027,6 @@ - ['CXX.host', '<(host_cxx)'], - ], - }], -- ['OS=="linux" and target_arch=="arm" and host_arch!="arm" and chromeos==0 and clang==0', { -- # Set default ARM cross tools on linux. These can be overridden -- # using CC,CXX,CC.host and CXX.host environment variables. -- 'make_global_settings': [ -- ['CC', '