diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-17 07:40:47 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-09-23 05:26:15 -1000 |
commit | 4682ae38f285f59b68196289ece5802460805201 (patch) | |
tree | 60df25d64ce1015f0250ac0984904f900bb5b0b1 /scripts/create-pull-request | |
parent | cb2e2c6d2a90f1c1953f1e6f6d12055dfacde507 (diff) | |
download | poky-4682ae38f285f59b68196289ece5802460805201.tar.gz |
pseudo: Fix to work with glibc 2.38
This adds a horrible hack to get pseudo working with glibc 2.38. We can't
drop _GNU_SOURCE to something like _DEFAULT_SOURCE since we need the defines
the gnu options bring in. That leaves using internal glibc defines to disable
the c23 versions of strtol/fscanf and friends. Which would break pseudo
build with 2.38 from running on hosts with older glibc.
We'll probably need to come up with something better but this gets glibc 2.38
and working and avoids autobuilder failures.
(From OE-Core rev: 909fd25c2ebd25f5d3bc560e26f9df6862e033d0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 596fb699d470d7779bfa694e04908929ffeabcf7)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/create-pull-request')
0 files changed, 0 insertions, 0 deletions