diff options
author | Jose Dapena Paz <jdapena@igalia.com> | 2022-02-20 19:48:37 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-02-21 21:57:34 +0000 |
commit | f5a13742a9f924b6b4fd4292d39aa06769d600ab (patch) | |
tree | 02d352326d9dd1261cc048c46d91e0dbbddaaeaf | |
parent | 5f46a8150d790f6bd897e3d759c8e3abf65da9cd (diff) |
chromium: fix build with sandbox host compiler
chromium87: 7412ccde56..bc1410d5ad
bc1410d5ad [op][n_upsable][build] Fix build because of returning to base::Optional without move
Bug-AGL: SPEC-4260
Change-Id: Id204d26252932309753b5dd2820054ccea5b5c96
Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
-rw-r--r-- | recipes-wam/chromium/chromium_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-wam/chromium/chromium_git.bb b/recipes-wam/chromium/chromium_git.bb index e58932c15..25ed0bb46 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_chromium87 = "7412ccde56b8054af89d6f515bc7c852287fc3b2" +SRCREV_chromium87 = "bc1410d5ad4eca384fa7350410b0df4d3f2bed10" SRCREV_v8 = "935065d097cce0090bc858746e6aee0919b222de" CHROMIUM_VERSION = "87.0.4280.88" |