From 0b9b68f2c2b9bd4bf5e263ab462c672b9758c96b Mon Sep 17 00:00:00 2001 From: Roger Zanoni Date: Thu, 20 Apr 2023 09:25:13 +0200 Subject: [PATCH] chromium: Bump SRCREV MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This includes changes for restoring gRPC third_party code and replacing the dbus API for gRPC to communicate with applaunchd. Bug-AGL:⋅SPEC-4764 Signed-off-by:⋅Roger⋅Zanoni⋅ Change-Id: I1a5354a3faa4cec567dd06361dc089de3249128f --- recipes-wam/chromium/chromium_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes-wam/chromium/chromium_git.bb b/recipes-wam/chromium/chromium_git.bb index 823993bd2..18ff3e67e 100644 --- a/recipes-wam/chromium/chromium_git.bb +++ b/recipes-wam/chromium/chromium_git.bb @@ -8,7 +8,7 @@ SRC_URI = "\ # Needed by catapult DEPENDS += "python-six-native python-beautifulsoup4-native python-lxml-native python-html5lib-native python-webencodings-native" -SRCREV_chromium91 = "381fd97e706a2e8e16017708e9c6083df69fed7a" +SRCREV_chromium91 = "40fa88380696f62a3644efa6ae4fafda402698f7" SRCREV_v8 = "b958ec542dcb086f422a1216a959be38a4cc0339" CHROMIUM_VERSION = "91.0.4472.114" @@ -70,6 +70,7 @@ GN_ARGS:append = " \ GN_ARGS:append = " \ is_webos=false \ is_agl=true \ + grpc_use_static_linking=true \ " # TODO: drop this after we migrate to ubuntu 16.04 or above -- 2.16.6