Files
meta-openembedded/meta-oe/recipes-devtools
Alper Ak 3ccd1ffae8 android-tools: Drop workaround flag for incompatible pointer types
- The build completes successfully without adding the flag. In fact, the flag is never actually added. Because:

If we use the += operator to add flags to the CC variable early in the recipe, changes will be overwritten because BitBake applies class assignments to CC at a later stage, which replaces any previous modifications. We should use :append to ensure that additions are applied to the final value, after all assignments from core classes have been processed.

- Additionally, the standard way to pass compiler flags in C projects is to use CFLAGS.

Signed-off-by: Alper Ak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-06-26 07:26:19 -07:00
..
2025-04-10 08:31:04 -07:00
2025-02-27 20:28:17 +00:00
2025-06-25 06:44:50 -07:00
2025-06-03 22:01:47 -07:00
2024-07-28 00:00:31 -07:00
2025-01-24 18:20:00 -08:00
2025-04-01 09:21:23 -07:00
2024-07-25 07:58:08 -07:00
2025-06-25 06:44:55 -07:00
2025-01-14 08:52:05 -08:00
2025-06-09 21:24:16 -07:00
2025-05-28 08:55:16 -07:00