diff options
author | Jose Dapena Paz <jdapena@igalia.com> | 2022-09-01 17:04:11 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-09-05 21:26:48 +0000 |
commit | 4bd3bd04c0fdb255b61171482dd436d2ba647f35 (patch) | |
tree | a68f3a87b16aa1a42c9853993a18c49ae0bd6014 | |
parent | 33d1ea369edc857634143f057109c252a66583af (diff) |
chromium: fix wayland protocol version checks.
chromium: 16915e06c4..6296f0af4c
6296f0af4c [op][wayland] Add Wayland protocol version checking
Bug-AGL: SPEC-4540
Signed-off-by: Jose Dapena Paz <jdapena@igalia.com>
Change-Id: Ica15034d397bddcef20ff4377c6bd551d7f03b1a
-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 6341a2f99..746e31a64 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 = "16915e06c4f93a257477a664bff1ffb1064462c6" +SRCREV_chromium91 = "6296f0af4c5cc66a10dbf1389caf84f46f8d70b0" SRCREV_v8 = "b958ec542dcb086f422a1216a959be38a4cc0339" CHROMIUM_VERSION = "91.0.4472.114" |