mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
plymouth: fix empty plymouth-initrd after oe-core's libexec path transition
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
5905ff8a0b
commit
2da7f2c676
@@ -48,7 +48,7 @@ do_install_append() {
|
||||
|
||||
PACKAGES =+ "${PN}-initrd ${PN}-set-default-theme"
|
||||
|
||||
FILES_${PN}-initrd = "${libdir}/plymouth/plymouth/*"
|
||||
FILES_${PN}-initrd = "${libexecdir}/plymouth/*"
|
||||
FILES_${PN}-set-default-theme = "${sbindir}/plymouth-set-default-theme"
|
||||
|
||||
FILES_${PN} += "${systemd_unitdir}/system/*"
|
||||
|
||||
Reference in New Issue
Block a user