From bc0f44428dfa7ccbb24456013f0873a31e18d047 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Wed, 22 Aug 2018 00:57:55 +0200 Subject: plymouth: Fix-build with glibc 2.28 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Khem Raj --- .../files/0002-Fix-build-with-glibc-2.28.patch | 34 ++++++++++++++++++++++ meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb | 1 + 2 files changed, 35 insertions(+) create mode 100644 meta-oe/recipes-core/plymouth/files/0002-Fix-build-with-glibc-2.28.patch (limited to 'meta-oe/recipes-core') 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 0000000000..8638f75b36 --- /dev/null +++ b/meta-oe/recipes-core/plymouth/files/0002-Fix-build-with-glibc-2.28.patch @@ -0,0 +1,34 @@ +From 0c0345303b7971d6cec478fd8b81d64bc1fbe0f6 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Andreas=20M=C3=BCller?= +Date: Tue, 21 Aug 2018 23:26:45 +0200 +Subject: [PATCH] Fix build with >= glibc 2.28 +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Stolen from [1] + +[1] https://bugs.freedesktop.org/show_bug.cgi?id=102191 + +Upstream-Status: Pending + +Signed-off-by: Andreas Müller +--- + src/libply-splash-core/ply-terminal.c | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/libply-splash-core/ply-terminal.c b/src/libply-splash-core/ply-terminal.c +index a0954f2..f3b32fe 100644 +--- a/src/libply-splash-core/ply-terminal.c ++++ b/src/libply-splash-core/ply-terminal.c +@@ -32,6 +32,7 @@ + #include + #include + #include ++#include + #include + #include + #include +-- +2.14.4 + 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 7e8d6e32ab..a5b16c979f 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" SRC_URI = " \ http://www.freedesktop.org/software/plymouth/releases/${BPN}-${PV}.tar.bz2 \ file://0001-Make-full-path-to-systemd-tty-ask-password-agent-con.patch \ + file://0002-Fix-build-with-glibc-2.28.patch \ " SRC_URI[md5sum] = "ff420994deb7ea203df678df92e7ab7d" SRC_URI[sha256sum] = "2f0ce82042cf9c7eadd2517a1f74c8a85fa8699781d9f294a06eade29fbed57f" -- cgit 1.2.3-korg