aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2017-12-17 19:21:38 +0100
committerArmin Kuster <akuster808@gmail.com>2017-12-30 12:32:14 -0800
commit00b889a355f0ee8beecce9be5c57c363d5719c39 (patch)
tree974ebe6b4258d73702676349d39dfd557b4bd4d0 /meta-oe
parent5fc50827f3cab63f1f7deaa3c0210526d7a09daf (diff)
downloadmeta-openembedded-contrib-00b889a355f0ee8beecce9be5c57c363d5719c39.tar.gz
plymouth: do not install systemd units manually
They are installed properly by plymouth itself. With buildhistory no change in packed files could be detected. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb3
1 files changed, 0 insertions, 3 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 600c4e2926..44836bd538 100644
--- a/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb
+++ b/meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb
@@ -42,9 +42,6 @@ LOGO ??= "${datadir}/plymouth/bizcom.png"
inherit autotools pkgconfig systemd
do_install_append() {
- install -d ${D}${systemd_unitdir}/system
- install -m 644 ${B}/systemd-units/*.service ${D}${systemd_unitdir}/system
- install -m 644 ${B}/systemd-units/systemd-ask-password-plymouth.path ${D}${systemd_unitdir}/system
# Remove /var/run from package as plymouth will populate it on startup
rm -fr "${D}${localstatedir}/run"