summaryrefslogtreecommitdiffstats
path: root/scripts/lib/build_perf/html.py
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-05-08 19:38:48 -0700
committerSteve Sakoman <steve@sakoman.com>2024-06-20 06:29:44 -0700
commit502e5a8f51a09a31d41fac4e977826eb6b3f870b (patch)
treec0b406a6011a05f5f2f196a0af53baf3501acfc5 /scripts/lib/build_perf/html.py
parent3c7d9c28ac4f65abbf75c2925652270ca397c54e (diff)
downloadpoky-502e5a8f51a09a31d41fac4e977826eb6b3f870b.tar.gz
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. (From OE-Core rev: 82d58f8bf63d6af80b5a4ad03d5121f1541ae15d) 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>
Diffstat (limited to 'scripts/lib/build_perf/html.py')
0 files changed, 0 insertions, 0 deletions