Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 307059003e0bf6750338158d94a5ad830f09f2db
      
https://github.com/WebKit/WebKit/commit/307059003e0bf6750338158d94a5ad830f09f2db
  Author: Carlos Alberto Lopez Perez <[email protected]>
  Date:   2025-09-11 (Thu, 11 Sep 2025)

  Changed paths:
    M Tools/yocto/meta-openembedded_and_meta-webkit.patch

  Log Message:
  -----------
  [WPE][cross-toolchain-helper] Unable to build with 
USE_SYSTEM_SYSPROF_CAPTURE=ON after 299709@main
https://bugs.webkit.org/show_bug.cgi?id=298713

Unreviewed build-fix.

299709@main updated the sysprof version on the yocto env and switched
USE_SYSTEM_SYSPROF_CAPTURE back to enabled by default.

However this caused a build falure, because sysprof-capture-4 is a static
library (.a), and yocto by default ships that kind of libraries on a -staticdev
package which is not included by default along with the headers on the sysroot.

Fix that by explicitly including the sysprof-staticdev package in this case,
and also backport a fix for issues when unloading the capture library.

* Tools/yocto/meta-openembedded_and_meta-webkit.patch:

Canonical link: https://commits.webkit.org/299856@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to