Title: [294178] trunk/Tools/buildstream
- Revision
- 294178
- Author
- [email protected]
- Date
- 2022-05-13 15:11:26 -0700 (Fri, 13 May 2022)
Log Message
[Flatpak SDK] Add Breakpad to SDK
https://bugs.webkit.org/show_bug.cgi?id=240367
Reviewed by Philippe Normand.
To be used to generate minidumps of crashes.
Based on original bst file by Adrian Perez de Castro.
* elements/sdk-platform.bst:
* elements/sdk/breakpad.bst: Added.
Modified Paths
Added Paths
Diff
Modified: trunk/Tools/buildstream/ChangeLog (294177 => 294178)
--- trunk/Tools/buildstream/ChangeLog 2022-05-13 22:02:46 UTC (rev 294177)
+++ trunk/Tools/buildstream/ChangeLog 2022-05-13 22:11:26 UTC (rev 294178)
@@ -1,3 +1,17 @@
+2022-05-13 Lauro Moura <[email protected]>
+
+ [Flatpak SDK] Add Breakpad to SDK
+ https://bugs.webkit.org/show_bug.cgi?id=240367
+
+ Reviewed by Philippe Normand.
+
+ To be used to generate minidumps of crashes.
+
+ Based on original bst file by Adrian Perez de Castro.
+
+ * elements/sdk-platform.bst:
+ * elements/sdk/breakpad.bst: Added.
+
2022-05-06 Adrian Perez de Castro <[email protected]>
[Flatpak SDK] Update mold to version 1.2.1
Added: trunk/Tools/buildstream/elements/sdk/breakpad.bst (0 => 294178)
--- trunk/Tools/buildstream/elements/sdk/breakpad.bst (rev 0)
+++ trunk/Tools/buildstream/elements/sdk/breakpad.bst 2022-05-13 22:11:26 UTC (rev 294178)
@@ -0,0 +1,21 @@
+kind: autotools
+
+build-depends:
+- freedesktop-sdk.bst:public-stacks/buildsystem-autotools.bst
+
+sources:
+- kind: git
+ url: https://chromium.googlesource.com/breakpad/breakpad
+ ref: d8a7c0548c7b30689df9a65e52b7ab9db37ab9e8
+ track: chrome_99
+- kind: git
+ url: https://chromium.googlesource.com/linux-syscall-support
+ ref: e1e7b0ad8ee99a875b272c8e33e308472e897660
+ track: main
+ directory: src/third_party/lss
+
+public:
+ bst:
+ integration-commands:
+ - |
+ minidump-2-core -h
Modified: trunk/Tools/buildstream/elements/sdk-platform.bst (294177 => 294178)
--- trunk/Tools/buildstream/elements/sdk-platform.bst 2022-05-13 22:02:46 UTC (rev 294177)
+++ trunk/Tools/buildstream/elements/sdk-platform.bst 2022-05-13 22:11:26 UTC (rev 294178)
@@ -10,6 +10,7 @@
# replaced (patched) elements:
- sdk/adwaita-icon-theme.bst
- sdk/apitrace.bst
+- sdk/breakpad.bst
- sdk/capnp.bst
- sdk/cargo-c.bst
- sdk/ccls.bst
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes