diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-02-26 11:38:26 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-02 00:03:18 +0100 |
commit | 2da7f2c6760712cf5611ff00350c02965f2afd3c (patch) | |
tree | 2b00c27567afa3d5974251df35dcd3cf8d8f6545 | |
parent | 5905ff8a0b0f2cb7f7cf20b3df7f2a9211797d6f (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb | 2 |
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 1fb44439e..9ca850281 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() { | |||
48 | 48 | ||
49 | PACKAGES =+ "${PN}-initrd ${PN}-set-default-theme" | 49 | PACKAGES =+ "${PN}-initrd ${PN}-set-default-theme" |
50 | 50 | ||
51 | FILES_${PN}-initrd = "${libdir}/plymouth/plymouth/*" | 51 | FILES_${PN}-initrd = "${libexecdir}/plymouth/*" |
52 | FILES_${PN}-set-default-theme = "${sbindir}/plymouth-set-default-theme" | 52 | FILES_${PN}-set-default-theme = "${sbindir}/plymouth-set-default-theme" |
53 | 53 | ||
54 | FILES_${PN} += "${systemd_unitdir}/system/*" | 54 | FILES_${PN} += "${systemd_unitdir}/system/*" |