From 00b889a355f0ee8beecce9be5c57c363d5719c39 Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sun, 17 Dec 2017 19:21:38 +0100 Subject: plymouth: do not install systemd units manually MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They are installed properly by plymouth itself. With buildhistory no change in packed files could be detected. Signed-off-by: Andreas Müller Signed-off-by: Armin Kuster --- meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta-oe') 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 600c4e2926..44836bd538 100644 --- a/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb +++ b/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb @@ -42,9 +42,6 @@ LOGO ??= "${datadir}/plymouth/bizcom.png" inherit autotools pkgconfig systemd do_install_append() { - install -d ${D}${systemd_unitdir}/system - install -m 644 ${B}/systemd-units/*.service ${D}${systemd_unitdir}/system - install -m 644 ${B}/systemd-units/systemd-ask-password-plymouth.path ${D}${systemd_unitdir}/system # Remove /var/run from package as plymouth will populate it on startup rm -fr "${D}${localstatedir}/run" -- cgit 1.2.3-korg