summaryrefslogtreecommitdiffstats
path: root/package/weston/0006-tests-add-missing-include.patch
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2017-03-02 12:26:30 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-03 23:50:51 +0100
commit3eb1ed921c308de2bbe5d98762ef17525a9618d5 (patch)
treea5e65188891130dc7628eae0b80ff04ef333ddae /package/weston/0006-tests-add-missing-include.patch
parent5331e6f772bda7e86340b2cd5ad5c08acdce3df9 (diff)
downloadbuildroot-3eb1ed921c308de2bbe5d98762ef17525a9618d5.tar.gz
buildroot-3eb1ed921c308de2bbe5d98762ef17525a9618d5.zip
weston: bump to version 2.0.0
Drop upstream patches. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/weston/0006-tests-add-missing-include.patch')
-rw-r--r--package/weston/0006-tests-add-missing-include.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/package/weston/0006-tests-add-missing-include.patch b/package/weston/0006-tests-add-missing-include.patch
deleted file mode 100644
index 67dc3df258..0000000000
--- a/package/weston/0006-tests-add-missing-include.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 4c9e149d641a9945c3a8e15707b8712834f08c4f Mon Sep 17 00:00:00 2001
-From: "Yann E. MORIN" <yann.morin.1998@free.fr>
-Date: Sun, 22 Jan 2017 14:46:28 +0100
-Subject: [PATCH] tests: add missing include
-
-The int32_t type is defined in stdint.h.
-
-The musl C library is very conservative in the headers that it
-internally includes, and stdint.h is not included by any other header,
-unlike with glibc or uClibc, which breaks the build.
-
-Add the missing header.
-
-Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
----
-Status: sent upstream
- https://lists.freedesktop.org/archives/wayland-devel/2017-January/032771.html
----
- tests/string-test.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/tests/string-test.c b/tests/string-test.c
-index a72ec30..5571b52 100644
---- a/tests/string-test.c
-+++ b/tests/string-test.c
-@@ -28,6 +28,7 @@
- #include <stdlib.h>
- #include <stdbool.h>
- #include <stdio.h>
-+#include <stdint.h>
- #include <assert.h>
-
- #include "shared/string-helpers.h"
---
-2.7.4
-
OpenPOWER on IntegriCloud