summaryrefslogtreecommitdiffstats
path: root/patches/fbv-1.0b-ptx3
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-10-03 11:10:28 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-10-03 11:10:28 +0200
commit4cb1127b5566236673ef93209635d6ffbc4a1ffe (patch)
treef2d019c88e5407110f590d0f75b0926ccb5a8595 /patches/fbv-1.0b-ptx3
parenteeab9d7c831a02f3bfa14ef95b86c5c40e661379 (diff)
downloadptxdist-4cb1127b5566236673ef93209635d6ffbc4a1ffe.tar.gz
ptxdist-4cb1127b5566236673ef93209635d6ffbc4a1ffe.tar.xz
fbv: remove after one year in staging
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/fbv-1.0b-ptx3')
-rw-r--r--patches/fbv-1.0b-ptx3/0001-fbv-Fix-build-error-due-to-direct-access-to-jmpbuf.patch34
-rw-r--r--patches/fbv-1.0b-ptx3/series4
2 files changed, 0 insertions, 38 deletions
diff --git a/patches/fbv-1.0b-ptx3/0001-fbv-Fix-build-error-due-to-direct-access-to-jmpbuf.patch b/patches/fbv-1.0b-ptx3/0001-fbv-Fix-build-error-due-to-direct-access-to-jmpbuf.patch
deleted file mode 100644
index cfe00b3fc..000000000
--- a/patches/fbv-1.0b-ptx3/0001-fbv-Fix-build-error-due-to-direct-access-to-jmpbuf.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From: Gavin Schenk <g.schenk@eckelmann.de>
-Date: Thu, 23 Nov 2017 12:13:48 +0100
-Subject: [PATCH] fbv: Fix build error due to direct access to jmpbuf
-
-The build fails with "dereferencing pointer to incomplete type" when
-accessing the jmpbuf ptr directly.
-
-Using the macro png_jmpbuf(...) fixes this compiler error.
----
- png.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/png.c b/png.c
-index 8a0c62073dfb..3f5afddbca5c 100644
---- a/png.c
-+++ b/png.c
-@@ -69,7 +69,7 @@ int fh_png_load(char *name,unsigned char *buffer, unsigned char ** alpha,int x,i
- fclose(fh); return(FH_ERROR_FORMAT);
- }
- rp=0;
-- if (setjmp(png_ptr->jmpbuf))
-+ if (setjmp(png_jmpbuf(png_ptr)))
- {
- png_destroy_read_struct(&png_ptr, &info_ptr, (png_infopp)NULL);
- if(rp) free(rp);
-@@ -161,7 +161,7 @@ int fh_png_getsize(char *name,int *x,int *y)
- fclose(fh); return(FH_ERROR_FORMAT);
- }
- rp=0;
-- if (setjmp(png_ptr->jmpbuf))
-+ if (setjmp(png_jmpbuf(png_ptr)))
- {
- png_destroy_read_struct(&png_ptr, &info_ptr, (png_infopp)NULL);
- if(rp) free(rp);
diff --git a/patches/fbv-1.0b-ptx3/series b/patches/fbv-1.0b-ptx3/series
deleted file mode 100644
index 1a7f9e2c6..000000000
--- a/patches/fbv-1.0b-ptx3/series
+++ /dev/null
@@ -1,4 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-fbv-Fix-build-error-due-to-direct-access-to-jmpbuf.patch
-# 696c9ccc35cdb0d48da69c868da299fd - git-ptx-patches magic