aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2016-02-26 11:38:26 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2016-03-02 00:03:18 +0100
commit2da7f2c6760712cf5611ff00350c02965f2afd3c (patch)
tree2b00c27567afa3d5974251df35dcd3cf8d8f6545 /meta-oe/recipes-core
parent5905ff8a0b0f2cb7f7cf20b3df7f2a9211797d6f (diff)
downloadmeta-openembedded-contrib-2da7f2c6760712cf5611ff00350c02965f2afd3c.tar.gz
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>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb2
1 files changed, 1 insertions, 1 deletions
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/*"