summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2018-08-22 00:57:55 +0200
committerKhem Raj <raj.khem@gmail.com>2018-08-21 16:20:45 -0700
commitbc0f44428dfa7ccbb24456013f0873a31e18d047 (patch)
treeff5360ad8557d10abae6f85ff29bef05b19af439 /meta-oe/recipes-core
parent67f7fe586bfc3270b8bc03f7c2cbed8877055119 (diff)
downloadmeta-openembedded-bc0f44428dfa7ccbb24456013f0873a31e18d047.tar.gz
plymouth: Fix-build with glibc 2.28
I tried to update plymouth to 0.9.3 but that did not work as it used to. So postpone that. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/plymouth/files/0002-Fix-build-with-glibc-2.28.patch34
-rw-r--r--meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb1
2 files changed, 35 insertions, 0 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
new file mode 100644
index 000000000..8638f75b3
--- /dev/null
+++ b/meta-oe/recipes-core/plymouth/files/0002-Fix-build-with-glibc-2.28.patch
@@ -0,0 +1,34 @@
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
diff --git a/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb b/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb
index 7e8d6e32a..a5b16c979 100644
--- a/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb
+++ b/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb
@@ -19,6 +19,7 @@ RPROVIDES_${PN} = "virtual-psplash virtual-psplash-support"
19SRC_URI = " \ 19SRC_URI = " \
20 http://www.freedesktop.org/software/plymouth/releases/${BPN}-${PV}.tar.bz2 \ 20 http://www.freedesktop.org/software/plymouth/releases/${BPN}-${PV}.tar.bz2 \
21 file://0001-Make-full-path-to-systemd-tty-ask-password-agent-con.patch \ 21 file://0001-Make-full-path-to-systemd-tty-ask-password-agent-con.patch \
22 file://0002-Fix-build-with-glibc-2.28.patch \
22" 23"
23SRC_URI[md5sum] = "ff420994deb7ea203df678df92e7ab7d" 24SRC_URI[md5sum] = "ff420994deb7ea203df678df92e7ab7d"
24SRC_URI[sha256sum] = "2f0ce82042cf9c7eadd2517a1f74c8a85fa8699781d9f294a06eade29fbed57f" 25SRC_URI[sha256sum] = "2f0ce82042cf9c7eadd2517a1f74c8a85fa8699781d9f294a06eade29fbed57f"