From 2da7f2c6760712cf5611ff00350c02965f2afd3c Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 26 Feb 2016 11:38:26 +0100 Subject: plymouth: fix empty plymouth-initrd after oe-core's libexec path transition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- 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 1fb44439e1..9ca8502818 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/*" -- cgit v1.2.3-54-g00ecf