diff options
author | Jose Dapena Paz <jdapena@igalia.com> | 2022-06-13 18:31:49 +0200 |
---|---|---|
committer | Jose Dapena Paz <jdapena@igalia.com> | 2022-06-13 18:33:13 +0200 |
commit | 230acce4b1462b0c86e4fc90a3dec1f4f19c7bc1 (patch) | |
tree | ebd105046080aba653f4879fdadcbbe8258c4d2d /recipes-wam/wam | |
parent | 74aa7cad69c0bf0113a1cfdafe48e46fbd3491c0 (diff) |
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 <jdapena@igalia.com>
Change-Id: I065ad84a36e120e9f425220251cb04a466a2f99a
Diffstat (limited to 'recipes-wam/wam')
-rw-r--r-- | recipes-wam/wam/wam_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ " |