[oe] [PATCH] plymouth: fix empty plymouth-initrd after oe-core's libexec path transition

Andreas Müller schnitzeltony at googlemail.com
Fri Feb 26 10:38:26 UTC 2016


Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
---
 meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 1fb4443..9ca8502 100644
--- a/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb
+++ b/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb
@@ -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/*"
-- 
2.5.0




More information about the Openembedded-devel mailing list