summaryrefslogtreecommitdiffstats
path: root/package/rpi-userland/0006-dtmerge-add-missing-include-for-va_list.patch
diff options
context:
space:
mode:
authorPeter Seiderer <ps.report@gmx.net>2016-04-23 18:46:22 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-04-23 21:27:17 +0200
commit2ce7c6a9a1e1a6e6afe44122ee4f1bd43063c083 (patch)
treee2abc976fac3e666e8e6709502dc8d639f224160 /package/rpi-userland/0006-dtmerge-add-missing-include-for-va_list.patch
parentdc7b1c0c0af792e080f545bf770a26bae8f57963 (diff)
downloadbuildroot-2ce7c6a9a1e1a6e6afe44122ee4f1bd43063c083.tar.gz
buildroot-2ce7c6a9a1e1a6e6afe44122ee4f1bd43063c083.zip
rpi-userland: bump version
- remove upstream commited patch: 0002-makefiles-cmake-vmcs.cmake-allow-to-override-VMCS_IN.patch - fix compile errror (missing include for va_list with uclibc-1.0.14): 0006-dtmerge-add-missing-include-for-va_list.patch Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/rpi-userland/0006-dtmerge-add-missing-include-for-va_list.patch')
-rw-r--r--package/rpi-userland/0006-dtmerge-add-missing-include-for-va_list.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/package/rpi-userland/0006-dtmerge-add-missing-include-for-va_list.patch b/package/rpi-userland/0006-dtmerge-add-missing-include-for-va_list.patch
new file mode 100644
index 0000000000..f028f67bdc
--- /dev/null
+++ b/package/rpi-userland/0006-dtmerge-add-missing-include-for-va_list.patch
@@ -0,0 +1,34 @@
+From 1ffed0e8601afb7e65545bd545772edd0fccc404 Mon Sep 17 00:00:00 2001
+From: Peter Seiderer <ps.report@gmx.net>
+Date: Sat, 23 Apr 2016 17:48:13 +0200
+Subject: [PATCH] dtmerge: add missing include for va_list
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Fixes compile error with uclibc-1.0.14:
+
+ In file included from rpi-userland-52eca998aa43f278314579dba4798a3fe1da46c3/host_applications/linux/apps/dtmerge/dtmerge.c:32:0:
+ rpi-userland-52eca998aa43f278314579dba4798a3fe1da46c3/helpers/dtoverlay/dtoverlay.h:65:54: error: unknown type name ‘va_list’
+ const char *fmt, va_list args);
+
+Signed-off-by: Peter Seiderer <ps.report@gmx.net>
+---
+ host_applications/linux/apps/dtmerge/dtmerge.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/host_applications/linux/apps/dtmerge/dtmerge.c b/host_applications/linux/apps/dtmerge/dtmerge.c
+index 9243da1..2ac8d39 100644
+--- a/host_applications/linux/apps/dtmerge/dtmerge.c
++++ b/host_applications/linux/apps/dtmerge/dtmerge.c
+@@ -28,6 +28,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <libfdt.h>
++#include <stdarg.h>
+
+ #include "dtoverlay.h"
+
+--
+2.8.1
+
OpenPOWER on IntegriCloud