Go to file
Sasi Kumar Maddineni 838dbfc496 android-tools: scope 'write' macro to prevent conflict with std::basic_ostream::write
The build fails with a compiler error due to a macro redefinition of 'write'
to '___xxx_write'. This macro substitution interferes with the standard C++
library's definition of std::basic_ostream::write, leading to a mismatch
between function declarations and definitions in <ostream.tcc>.

Wrap the `#undef write` and `#define write ___xxx_write` directives with
`#if defined(__ANDROID__)` to ensure they are only applied when building
for
Android.

Signed-off-by: Sasi Kumar Maddineni <quic_sasikuma@quicinc.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-10-29 21:02:20 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems xfsdump: Make build reproducible 2025-10-28 23:31:28 -07:00
meta-gnome gnome-remote-desktop: update 48.0 -> 49.1 2025-10-29 10:14:13 -07:00
meta-initramfs dracut: Fix the multi-lib config 2025-09-30 09:01:05 -07:00
meta-multimedia nv-codec-headers: update 12.1.14.0 -> 13.0.19.0 2025-10-29 10:14:13 -07:00
meta-networking nbdkit: upgrade 1.45.10 -> 1.45.12 2025-10-29 10:14:13 -07:00
meta-oe android-tools: scope 'write' macro to prevent conflict with std::basic_ostream::write 2025-10-29 21:02:20 -07:00
meta-perl libio-compress-perl: upgrade 2.213 -> 2.214 2025-10-29 10:14:13 -07:00
meta-python python3-yappi: upgrade 1.6.10 -> 1.7.3 2025-10-29 10:14:14 -07:00
meta-webserver phpmyadmin: upgrade 5.2.2 -> 5.2.3 2025-10-25 08:45:03 -07:00
meta-xfce xfce4-mpc-plugin: upgrade 0.5.5 -> 0.6.0 2025-10-08 18:46:04 -07:00
.b4-config Add toplevel b4 config file 2025-04-10 08:31:06 -07:00
.gitignore
COPYING.MIT
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories