diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2021-02-06 21:16:17 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-02-06 12:35:12 -0800 |
commit | 677bb679eff8d0d6c9c2f98b6ff09f4b295119fe (patch) | |
tree | fd8e058d6fd5e9b256ff6e80971d8f944ea40a7a | |
parent | c58581e03ad78dd0c905bb479e4f70b7687956db (diff) | |
download | meta-openembedded-677bb679eff8d0d6c9c2f98b6ff09f4b295119fe.tar.gz |
plymouth: update to 0.9.5
Changelog:
- Add new firmware-upgrade mode
- Deprecate some cruft, expunge some old code
- Add keyboard layout indicator
- Add translations
- Improve boot.log output
- Darmatically rework DRM renderer
- Add support for EFI vendor provided logos
- Theme updates
- Misc fixes
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-core/plymouth/plymouth_0.9.5.bb (renamed from meta-oe/recipes-core/plymouth/plymouth_0.9.4.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-core/plymouth/plymouth_0.9.4.bb b/meta-oe/recipes-core/plymouth/plymouth_0.9.5.bb index 78c1cb444..04106fcc9 100644 --- a/meta-oe/recipes-core/plymouth/plymouth_0.9.4.bb +++ b/meta-oe/recipes-core/plymouth/plymouth_0.9.5.bb | |||
@@ -21,8 +21,7 @@ SRC_URI = " \ | |||
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 | " | 22 | " |
23 | 23 | ||
24 | SRC_URI[md5sum] = "4efa5551d230165981b105e7c6a50aa7" | 24 | SRC_URI[md5sum] = "8a25d23f3ae732af300a56fa33cacff2" |
25 | SRC_URI[sha256sum] = "4a197a4f1a05785d7453dd829b231352fb2d09171bd86c5ffaafbb2dd6791351" | ||
26 | 25 | ||
27 | EXTRA_OECONF += " --enable-shared --disable-static --disable-gtk --disable-documentation \ | 26 | EXTRA_OECONF += " --enable-shared --disable-static --disable-gtk --disable-documentation \ |
28 | --with-logo=${LOGO} \ | 27 | --with-logo=${LOGO} \ |
@@ -41,7 +40,7 @@ PACKAGECONFIG[initrd] = ",,," | |||
41 | 40 | ||
42 | LOGO ??= "${datadir}/plymouth/bizcom.png" | 41 | LOGO ??= "${datadir}/plymouth/bizcom.png" |
43 | 42 | ||
44 | inherit autotools pkgconfig systemd | 43 | inherit autotools pkgconfig systemd gettext |
45 | 44 | ||
46 | do_install_append() { | 45 | do_install_append() { |
47 | # Remove /var/run from package as plymouth will populate it on startup | 46 | # Remove /var/run from package as plymouth will populate it on startup |