diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2017-12-17 19:21:38 +0100 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-30 12:32:14 -0800 |
commit | 00b889a355f0ee8beecce9be5c57c363d5719c39 (patch) | |
tree | 974ebe6b4258d73702676349d39dfd557b4bd4d0 /meta-oe/recipes-core | |
parent | 5fc50827f3cab63f1f7deaa3c0210526d7a09daf (diff) | |
download | meta-openembedded-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/recipes-core')
-rw-r--r-- | meta-oe/recipes-core/plymouth/plymouth_0.9.2.bb | 3 |
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 600c4e292..44836bd53 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" | |||
42 | inherit autotools pkgconfig systemd | 42 | inherit autotools pkgconfig systemd |
43 | 43 | ||
44 | do_install_append() { | 44 | do_install_append() { |
45 | install -d ${D}${systemd_unitdir}/system | ||
46 | install -m 644 ${B}/systemd-units/*.service ${D}${systemd_unitdir}/system | ||
47 | install -m 644 ${B}/systemd-units/systemd-ask-password-plymouth.path ${D}${systemd_unitdir}/system | ||
48 | # Remove /var/run from package as plymouth will populate it on startup | 45 | # Remove /var/run from package as plymouth will populate it on startup |
49 | rm -fr "${D}${localstatedir}/run" | 46 | rm -fr "${D}${localstatedir}/run" |
50 | 47 | ||