diff options
author | Lorenzo Tilve <ltilve@igalia.com> | 2021-11-23 13:27:15 +0100 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2021-12-07 09:16:59 +0100 |
commit | dd3f596c7962ada1d42a54c091edf6df372d6687 (patch) | |
tree | 86c2852ca0c581c70ced0f5b6e0af1ee66666d43 /recipes-wam | |
parent | 4d8f6f7189523278502014773222b56585da6777 (diff) |
web-runtime: bump chromium84 and wam SRCREV
Update SRCREVs to new marlin branches
removing the build dependencies with
the appfw.
Bug-AGL: SPEC-4121
Signed-off-by: Lorenzo Tilve <ltilve@igalia.com>
Change-Id: I5cc9ffca3101b58f750c377dfa14355e2a1d1ce6
Diffstat (limited to 'recipes-wam')
-rw-r--r-- | recipes-wam/chromium/chromium84_git.bb | 4 | ||||
-rw-r--r-- | recipes-wam/wam/wam_git.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes-wam/chromium/chromium84_git.bb b/recipes-wam/chromium/chromium84_git.bb index c8cb97014..354a75cb3 100644 --- a/recipes-wam/chromium/chromium84_git.bb +++ b/recipes-wam/chromium/chromium84_git.bb @@ -1,7 +1,7 @@ require chromium.inc SRC_URI = "\ - git://github.com/igalia/${PN};branch=koi;protocol=https;rev=${SRCREV_chromium84};name=chromium84 \ + git://github.com/igalia/${PN};branch=marlin;protocol=https;rev=${SRCREV_chromium84};name=chromium84 \ git://github.com/webosose/chromium-v8;branch=@chromium84;destsuffix=git/src/v8;rev=${SRCREV_v8};name=v8;protocol=https \ file://add-a-delay-to-agl-ready-event.patch \ file://chromium-quiche-invalid-offsetof.patch \ @@ -11,7 +11,7 @@ SRC_URI = "\ # Needed by catapult DEPENDS += "python-six-native python-beautifulsoup4-native python-lxml-native python-html5lib-native python-webencodings-native" -SRCREV_chromium84 = "17ab9d58b9d5da9102b119d39cf49a002e61ea1b" +SRCREV_chromium84 = "3d6fd5dd0b836dbda2ea356ee1b25a9149419fef" SRCREV_v8 = "5c1d89dd2945a10cf7a6a3458050b3177a870b09" BROWSER_APPLICATION = "chromium84-browser" diff --git a/recipes-wam/wam/wam_git.bb b/recipes-wam/wam/wam_git.bb index 16820d160..a7bfde7e0 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=koi;protocol=https \ + git://github.com/igalia/${BPN}.git;branch=marlin;protocol=https \ file://WebAppMgr@.service \ file://WebAppMgr.env \ file://wam-user-setup.sh \ @@ -33,7 +33,7 @@ SRC_URI = "\ file://trunc-webapp-roles.patch \ " S = "${WORKDIR}/git" -SRCREV = "2a246d2ea79bd335b86942a5579d6de0c9ddce40" +SRCREV = "916ad4cc233eaec1f1b12f21c548a31f2b090104" do_install:append() { install -d ${D}${sysconfdir}/wam |