We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d78e7 commit d1ba852Copy full SHA for d1ba852
meta-chromium/recipes-browser/chromium/chromium-gn.inc
@@ -469,6 +469,9 @@ do_install() {
469
470
# ChromeDriver.
471
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/
475
}
476
477
PACKAGES =+ "${PN}-chromedriver"
0 commit comments