meta-openembedded/meta-oe/recipes-devtools/perfetto
mark.yang 8afcf6a70d
perfetto: fix error with gcc-15
* Backport fix from:
    3953f56f98
  * To fix the error with gcc-15.
  http://errors.yoctoproject.org/Errors/Details/851189/
    ../git/include/perfetto/ext/tracing/core/slice.h:47:46: error: 'uint8_t' was not declared in this scope
    47 |   static Slice TakeOwnership(std::unique_ptr<uint8_t[]> buf, size_t size) {
        |                                              ^~~~~~~
    ../git/include/perfetto/ext/tracing/core/slice.h:25:1: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
    24 | #include <string>
    +++ |+#include <cstdint>

Signed-off-by: mark.yang <mark.yang@lge.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-10 08:31:03 -07:00
..
files perfetto: drop unnecessary FILESEXTRAPATHS 2024-10-31 08:13:24 -07:00
libperfetto perfetto: upgrade 31.0 -> 47.0 2024-09-26 06:58:28 -07:00
perfetto perfetto: fix error with gcc-15 2025-04-10 08:31:03 -07:00
libperfetto.bb perfetto: upgrade 31.0 -> 47.0 2024-09-26 06:58:28 -07:00
perfetto.bb perfetto: fix error with gcc-15 2025-04-10 08:31:03 -07:00
perfetto.inc perfetto: drop unnecessary FILESEXTRAPATHS 2024-10-31 08:13:24 -07:00