1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00
Files
poky/meta/recipes-extended
Khem Raj 7aee2667d1 zip: Fix build with gcc-14
zip's configure fails to link this piece of test code:

  int main() { return closedir(opendir(".")); }

with GCC-14 because it now treats implicit declaration of function
as error, unline older GCC version where it was just a warning
and this test would build fine.

Remove 0002-unix.c-Do-not-redefine-DIR-as-FILE.patch which
is now unnecessary (MJ: this part wasn't applicable for kirkstone).

(From OE-Core rev: fd31dd1abc8199a1865801259e6f96b78a17d994)

Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3422411eb750c7e960b81676637cfb321dbadefb)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
2024-11-02 06:32:36 -07:00
..
2024-06-26 05:04:39 -07:00
2023-01-26 23:37:05 +00:00
2022-12-23 23:05:50 +00:00
2024-01-21 08:50:38 -10:00
2022-05-20 10:08:06 +01:00
2023-08-02 04:47:13 -10:00
2022-07-25 15:11:46 +01:00
2022-03-29 15:59:28 +01:00
2022-11-24 15:30:01 +00:00
2022-04-10 08:31:17 +01:00
2023-08-26 04:24:02 -10:00
2022-03-23 12:13:50 +00:00
2023-02-15 21:46:56 +00:00
2022-03-23 12:13:50 +00:00
2022-03-29 15:59:29 +01:00
2023-01-06 17:33:23 +00:00
2024-10-07 05:43:22 -07:00
2023-09-30 09:43:59 -10:00
2023-11-28 05:00:32 -10:00
2023-06-14 04:16:59 -10:00
2023-09-23 05:26:15 -10:00
2024-03-07 08:32:54 -10:00
2024-09-16 06:09:56 -07:00
2024-07-09 06:06:09 -07:00
2023-10-18 05:13:24 -10:00
2022-09-03 13:09:49 +01:00
2022-08-31 16:54:17 +01:00
2024-11-02 06:32:36 -07:00
2024-10-12 05:17:58 -07:00