[oe-commits] [meta-openembedded] 08/10: plymouth: fix empty plymouth-initrd after oe-core's libexec path transition

git at git.openembedded.org git at git.openembedded.org
Sat Feb 27 19:52:53 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 5242124ccc6e20f401e0b64b4c3c5b3a36f2af96
Author: Andreas Müller <schnitzeltony at googlemail.com>
AuthorDate: Fri Feb 26 11:38:26 2016 +0100

    plymouth: fix empty plymouth-initrd after oe-core's libexec path transition
    
    Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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/*"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list