diff options
author | Roger Zanoni <rzanoni@igalia.com> | 2021-04-07 17:01:14 +0200 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2021-05-25 15:52:33 +0200 |
commit | 68a825c831be9a01c4c252eb02cacddb84e8d3c6 (patch) | |
tree | ccda81cc0d085a621fc0eb8016cc41286a3fd9bb /recipes-wam/chromium/chromium84_git.bb | |
parent | 199ca8fa191c558159052aba1f56f9cd7fce31a2 (diff) |
Restore chromium target and browser service
- Merged chromium changes to fix build after bumping to chromium 84
- Fixed chromium install on current recipe
- Restored the chromium browser service
Bug-AGL: SPEC-3830
Signed-off-by: Roger Zanoni <rzanoni@igalia.com>
Change-Id: I5cde7972021a4200581c2e161f848bcf7d8d0458
Diffstat (limited to 'recipes-wam/chromium/chromium84_git.bb')
-rw-r--r-- | recipes-wam/chromium/chromium84_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-wam/chromium/chromium84_git.bb b/recipes-wam/chromium/chromium84_git.bb index f5d073267..7acc2f80a 100644 --- a/recipes-wam/chromium/chromium84_git.bb +++ b/recipes-wam/chromium/chromium84_git.bb @@ -8,9 +8,9 @@ SRC_URI = "\ " # Needed by catapult -DEPENDS += "python-six-native python-beautifulsoup4-native python-lxml-native python-html5lib-native python-webencodings-native" +DEPENDS += "libhomescreen python-six-native python-beautifulsoup4-native python-lxml-native python-html5lib-native python-webencodings-native" -SRCREV_chromium84 = "20b9dd7995c70950e45d66c7c8cc2b2487c90eb6" +SRCREV_chromium84 = "26c9a59becc7c81ec69f23673e0d45e7e2372b1d" SRCREV_v8 = "5c1d89dd2945a10cf7a6a3458050b3177a870b09" BROWSER_APPLICATION = "chromium84-browser" |