Go to file
Sasi Kumar Maddineni d9ca35948c libziparchive: fix missing fixed-width integer types in zip_writer.h
Compilation fails due to undefined types 'uint16_t' and 'uint32_t' in
zip_writer.h. These types are used in struct members but are not recognized
because the required header <cstdint> is not included. This results in
errors such as:
  error: 'uint16_t' does not name a type
  error: 'uint32_t' does not name a type

Added '#include <cstdint>' to zip_writer.h to ensure fixed-width integer
types are properly defined.

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 spice: update 0.15.2 -> 0.16.0 2025-10-29 21:02:20 -07:00
meta-oe libziparchive: fix missing fixed-width integer types in zip_writer.h 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