diff options
author | Davis, Michael <michael.davis@essvote.com> | 2019-02-25 17:28:37 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-02-25 16:31:30 -0800 |
commit | 5cea5f2451f57612ec77dedb26e9a5a7a0f0e6d9 (patch) | |
tree | f41bbbceb29fae2aa04d08bcad2b37cc7d90b09c | |
parent | fbc644835875df5ee74bbafc295b4b13f347ec51 (diff) | |
download | meta-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>
-rw-r--r-- | meta-oe/recipes-core/plymouth/files/0002-Fix-build-with-glibc-2.28.patch | 34 | ||||
-rw-r--r-- | meta-oe/recipes-core/plymouth/plymouth_0.9.4.bb (renamed from meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb) | 10 |
2 files changed, 5 insertions, 39 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 8638f75b3..000000000 --- a/meta-oe/recipes-core/plymouth/files/0002-Fix-build-with-glibc-2.28.patch +++ /dev/null | |||
@@ -1,34 +0,0 @@ | |||
1 | From 0c0345303b7971d6cec478fd8b81d64bc1fbe0f6 Mon Sep 17 00:00:00 2001 | ||
2 | From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com> | ||
3 | Date: Tue, 21 Aug 2018 23:26:45 +0200 | ||
4 | Subject: [PATCH] Fix build with >= glibc 2.28 | ||
5 | MIME-Version: 1.0 | ||
6 | Content-Type: text/plain; charset=UTF-8 | ||
7 | Content-Transfer-Encoding: 8bit | ||
8 | |||
9 | Stolen from [1] | ||
10 | |||
11 | [1] https://bugs.freedesktop.org/show_bug.cgi?id=102191 | ||
12 | |||
13 | Upstream-Status: Pending | ||
14 | |||
15 | Signed-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 | |||
20 | diff --git a/src/libply-splash-core/ply-terminal.c b/src/libply-splash-core/ply-terminal.c | ||
21 | index 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 | -- | ||
33 | 2.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.4.bb index a5b16c979..305977e5e 100644 --- a/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb +++ b/meta-oe/recipes-core/plymouth/plymouth_0.9.4.bb | |||
@@ -17,12 +17,12 @@ PROVIDES = "virtual/psplash" | |||
17 | RPROVIDES_${PN} = "virtual-psplash virtual-psplash-support" | 17 | RPROVIDES_${PN} = "virtual-psplash virtual-psplash-support" |
18 | 18 | ||
19 | SRC_URI = " \ | 19 | SRC_URI = " \ |
20 | http://www.freedesktop.org/software/plymouth/releases/${BPN}-${PV}.tar.bz2 \ | 20 | http://www.freedesktop.org/software/plymouth/releases/${BPN}-${PV}.tar.xz \ |
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 | " | 23 | |
24 | SRC_URI[md5sum] = "ff420994deb7ea203df678df92e7ab7d" | 24 | SRC_URI[md5sum] = "4efa5551d230165981b105e7c6a50aa7" |
25 | SRC_URI[sha256sum] = "2f0ce82042cf9c7eadd2517a1f74c8a85fa8699781d9f294a06eade29fbed57f" | 25 | SRC_URI[sha256sum] = "4a197a4f1a05785d7453dd829b231352fb2d09171bd86c5ffaafbb2dd6791351" |
26 | 26 | ||
27 | EXTRA_OECONF += " --enable-shared --disable-static --disable-gtk --disable-documentation \ | 27 | EXTRA_OECONF += " --enable-shared --disable-static --disable-gtk --disable-documentation \ |
28 | --with-logo=${LOGO} \ | 28 | --with-logo=${LOGO} \ |