diff options
author | Roger Zanoni <rzanoni@igalia.com> | 2021-04-07 17:01:14 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2021-05-12 08:54:16 +0000 |
commit | e96145a39d9138029306608398ba13644f6f0cf6 (patch) | |
tree | fdc9d1370f4947824d78dfba15c27caddf326646 /recipes-wam/chromium/chromium84_git.bb | |
parent | 4c1450800aadb7dcd26819fcc14586bd572abc56 (diff) |
Restore chromium target and browser servicelamprey_11.91.0lamprey/11.91.011.91.0
- 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" |