summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/plymouth/files
diff options
context:
space:
mode:
authorDavis, Michael <michael.davis@essvote.com>2019-02-25 17:28:37 +0000
committerKhem Raj <raj.khem@gmail.com>2019-02-25 16:31:30 -0800
commit5cea5f2451f57612ec77dedb26e9a5a7a0f0e6d9 (patch)
treef41bbbceb29fae2aa04d08bcad2b37cc7d90b09c /meta-oe/recipes-core/plymouth/files
parentfbc644835875df5ee74bbafc295b4b13f347ec51 (diff)
downloadmeta-openembedded-5cea5f2451f57612ec77dedb26e9a5a7a0f0e6d9.tar.gz
plymouth: Update to version 0.9.4
Signed-off-by: Michael Davis <michael.davis@essvote.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/plymouth/files')
-rw-r--r--meta-oe/recipes-core/plymouth/files/0002-Fix-build-with-glibc-2.28.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/meta-oe/recipes-core/plymouth/files/0002-Fix-build-with-glibc-2.28.patch b/meta-oe/recipes-core/plymouth/files/0002-Fix-build-with-glibc-2.28.patch
deleted file mode 100644
index 8638f75b36..0000000000
--- a/meta-oe/recipes-core/plymouth/files/0002-Fix-build-with-glibc-2.28.patch
+++ /dev/null
@@ -1,34 +0,0 @@
1From 0c0345303b7971d6cec478fd8b81d64bc1fbe0f6 Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
3Date: Tue, 21 Aug 2018 23:26:45 +0200
4Subject: [PATCH] Fix build with >= glibc 2.28
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9Stolen from [1]
10
11[1] https://bugs.freedesktop.org/show_bug.cgi?id=102191
12
13Upstream-Status: Pending
14
15Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
16---
17 src/libply-splash-core/ply-terminal.c | 1 +
18 1 file changed, 1 insertion(+)
19
20diff --git a/src/libply-splash-core/ply-terminal.c b/src/libply-splash-core/ply-terminal.c
21index a0954f2..f3b32fe 100644
22--- a/src/libply-splash-core/ply-terminal.c
23+++ b/src/libply-splash-core/ply-terminal.c
24@@ -32,6 +32,7 @@
25 #include <sys/socket.h>
26 #include <sys/stat.h>
27 #include <sys/types.h>
28+#include <sys/sysmacros.h>
29 #include <termios.h>
30 #include <unistd.h>
31 #include <wchar.h>
32--
332.14.4
34