poky/meta
Adrian Freihofer ea119eaa46 expect: fix native build with GCC 15
This does not work for native builds:
  CFLAGS += "-std=gnu17"
The line from native.bbclass gets priority:
  CFLAGS = "${BUILD_CFLAGS}"

From bitbake-getvar -r expect-native CFLAGS
  ...
  append ...poky/meta/recipes-devtools/expect/expect_5.45.4.bb:44
     "-std=gnu17"
  set ...poky/meta/classes-recipe/native.bbclass:44
     "${BUILD_CFLAGS}"
  ...

(From OE-Core rev: 2696c50af9946f425ccaf7d0e7e0eb3fd87c36bb)

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2025-10-09 12:16:46 -07:00
..
classes cve-check: Add missing call to exit_if_errors 2025-08-22 05:59:54 -07:00
classes-global sanity.bbclass: skip check_userns for non-local uid 2025-01-09 06:25:36 -08:00
classes-recipe uboot: Allow for customizing installed/deployed file names 2025-07-07 07:42:58 -07:00
conf sanity.conf: Update minimum bitbake version to 2.8.1 2025-09-30 08:01:59 -07:00
files meta: Enable '-o pipefail' for the SDK installer 2025-03-05 06:03:47 -08:00
lib lib/oe/utils: use multiprocessing from bb 2025-09-30 08:01:59 -07:00
recipes-bsp grub2: fix CVE-2024-56738 2025-09-22 13:17:52 -07:00
recipes-connectivity buildtools-tarball: fix unbound variable issues under 'set -u' 2025-09-22 13:17:52 -07:00
recipes-core util-linux: use ${B} instead of ${WORKDIR}/build, to fix building under devtool 2025-09-30 08:01:59 -07:00
recipes-devtools expect: fix native build with GCC 15 2025-10-09 12:16:46 -07:00
recipes-extended examples: genl: fix wrong attribute size 2025-09-30 08:01:59 -07:00
recipes-gnome gdk-pixbuf: fix CVE-2025-7345 2025-07-21 09:07:21 -07:00
recipes-graphics cairo: fix build with gcc-15 on host 2025-08-22 05:59:55 -07:00
recipes-kernel systemtap: Fix task_work_cancel build 2025-09-22 13:17:52 -07:00
recipes-multimedia gstreamer1.0-plugins-bad: Fix CVE-2025-3887 2025-10-09 12:16:45 -07:00
recipes-rt rt-tests: rt_bmark.py: fix TypeError 2024-08-06 19:11:18 -07:00
recipes-sato puzzles: ignore three new CVEs for a different puzzles 2025-03-15 06:40:07 -07:00
recipes-support vim: upgrade 9.1.1652 -> 9.1.1683 2025-09-30 08:01:59 -07:00
site
COPYING.MIT
recipes.txt