Go to file
Khem Raj e9567c58f8
iperf2: Add _GNU_SOURCE in checksums.c
glibc defines struct udphdr as a union where members have aliased names

uh_sport -> source
uh_dport -> uh_dport
uh_dport -> len
check -> check

But musl only defines the aliases if _GNU_SOURCE is defined, ideally
iperf2 should be using uh_* names of the members so it is portable across
musl and glibc but thats for upstream to consider.

Fixes
| ../../iperf-2.2.1/src/checksums.c:175:19: error: no member named 'check' in 'struct udphdr'
|   175 |     if (!udp_hdr->check) {
|       |          ~~~~~~~  ^
| 1 error generated.
| make[2]: *** [Makefile:539: checksums.o] Error 1

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Randy MacLeod <Randy.MacLeod@windriver.com>
2025-03-28 19:40:58 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems recipes: drop ld-is-gold support 2025-02-23 17:36:08 -08:00
meta-gnome gegl: update 0.4.56 -> 0.4.58 2025-03-27 08:03:01 -07:00
meta-initramfs grubby: Do not inherit autotools class 2025-03-21 11:07:32 -07:00
meta-multimedia libcamera: Fix build with gcc-15 2025-03-28 10:28:13 -07:00
meta-networking xl2tpd: fix build with gcc-15 2025-03-28 10:28:12 -07:00
meta-oe iperf2: Add _GNU_SOURCE in checksums.c 2025-03-28 19:40:58 -07:00
meta-perl libnet-dns-perl: upgrade 1.49 -> 1.50 2025-02-26 08:30:50 -08:00
meta-python python3-m2crypto: Upgrade 0.42.0 -> 0.44.0 2025-03-28 10:28:12 -07:00
meta-webserver hiawatha: upgrade 11.1 -> 11.2 2025-03-20 15:17:23 -07:00
meta-xfce xfce4-sensors-plugin: 1.4.4 -> 1.4.5 2025-03-18 23:02:44 -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