X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=recipes-wam%2Fchromium%2Fchromium_git.bb;h=746e31a64ebca682e504e530df7c0698163f35f9;hb=refs%2Fchanges%2F61%2F27961%2F2;hp=75dc23a37f621f53b31c027d7cdcd9ce36299a1c;hpb=1c2e41cfd5ab158b82abd6b81733d6b471722d27;p=AGL%2Fmeta-agl-demo.git diff --git a/recipes-wam/chromium/chromium_git.bb b/recipes-wam/chromium/chromium_git.bb index 75dc23a37..746e31a64 100644 --- a/recipes-wam/chromium/chromium_git.bb +++ b/recipes-wam/chromium/chromium_git.bb @@ -1,18 +1,18 @@ require chromium.inc SRC_URI = "\ - git://github.com/igalia/chromium91;branch=@11.agl;protocol=https;rev=${SRCREV_chromium91};name=chromium91 \ + git://github.com/igalia/chromium91;branch=@17.agl;protocol=https;rev=${SRCREV_chromium91};name=chromium91 \ git://github.com/webosose/chromium-v8;branch=@chromium91;destsuffix=git/src/v8;rev=${SRCREV_v8};name=v8;protocol=https \ " # Needed by catapult DEPENDS += "python-six-native python-beautifulsoup4-native python-lxml-native python-html5lib-native python-webencodings-native" -SRCREV_chromium91 = "d052051b3b8696183322f0d21c911dbbf207a8ab" +SRCREV_chromium91 = "6296f0af4c5cc66a10dbf1389caf84f46f8d70b0" SRCREV_v8 = "b958ec542dcb086f422a1216a959be38a4cc0339" CHROMIUM_VERSION = "91.0.4472.114" -PV_BRANCH_SUFFIX = "ose11.agl" +PV_BRANCH_SUFFIX = "ose17.agl" PV = "${CHROMIUM_VERSION}.${PV_BRANCH_SUFFIX}+git"