From 230acce4b1462b0c86e4fc90a3dec1f4f19c7bc1 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Mon, 13 Jun 2022 18:31:49 +0200 Subject: [PATCH] chromium, wam: fix repository branches. Though git hashes for OSE 2.16 rebase were added, the branch names are different reflecting the upstream baseline. Bug-AGL: SPEC-4377 Signed-off-by: Jose Dapena Paz Change-Id: I065ad84a36e120e9f425220251cb04a466a2f99a --- recipes-wam/chromium/chromium_git.bb | 2 +- recipes-wam/wam/wam_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-wam/chromium/chromium_git.bb b/recipes-wam/chromium/chromium_git.bb index 7bc6ceb87..fc8cd25d4 100644 --- a/recipes-wam/chromium/chromium_git.bb +++ b/recipes-wam/chromium/chromium_git.bb @@ -1,7 +1,7 @@ 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 \ " diff --git a/recipes-wam/wam/wam_git.bb b/recipes-wam/wam/wam_git.bb index 026188408..ec1697c5a 100644 --- a/recipes-wam/wam/wam_git.bb +++ b/recipes-wam/wam/wam_git.bb @@ -25,7 +25,7 @@ lcl_maybe_fortify = "" SECURITY_STACK_PROTECTOR = "" SRC_URI = "\ - git://github.com/igalia/${BPN}.git;branch=@57.agl;protocol=https \ + git://github.com/igalia/${BPN}.git;branch=@58.agl;protocol=https \ file://WebAppMgr.service \ file://WebAppMgr.env \ " -- 2.16.6