Skip to content

Commit d1ba852

Browse files
krajRaphael Kubo da Costa
authored andcommitted
chromium: Package crashpad_handler
Fixes #541 Signed-off-by: Khem Raj <[email protected]>
1 parent a7d78e7 commit d1ba852

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

meta-chromium/recipes-browser/chromium/chromium-gn.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,9 @@ do_install() {
469469

470470
# ChromeDriver.
471471
install -m 0755 chromedriver.unstripped ${D}${bindir}/chromedriver
472+
473+
# Install crashpad_handler, it is renamed in newer versions so be aware when upgrading to M94+
474+
install -m 0755 crashpad_handler ${D}${libdir}/chromium/
472475
}
473476

474477
PACKAGES =+ "${PN}-chromedriver"

0 commit comments

Comments
 (0)