mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
plymouth: do not install systemd units manually
They are installed properly by plymouth itself. With buildhistory no change in packed files could be detected. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
5fc50827f3
commit
00b889a355
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user