diff options
| author | Maciej Borzecki <maciej.borzecki@rndity.com> | 2016-09-21 10:19:58 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-22 11:13:24 +0100 |
| commit | 95da87ece79adc7711209d0fc9e67e7594b686a2 (patch) | |
| tree | 64ee5047ad74a92a6b8f635d30c3bc0bbf56f821 | |
| parent | aa7f7b63485b8c4d33491b9cd467fc4487a281c7 (diff) | |
| download | poky-95da87ece79adc7711209d0fc9e67e7594b686a2.tar.gz | |
systemd: fix indentation
(From OE-Core rev: 170157602932aa454e721ea849fbf1679b573618)
Signed-off-by: Maciej Borzecki <maciej.borzecki@rndity.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/systemd/systemd_230.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_230.bb b/meta/recipes-core/systemd/systemd_230.bb index 6e6ef76cfa..1276316a0c 100644 --- a/meta/recipes-core/systemd/systemd_230.bb +++ b/meta/recipes-core/systemd/systemd_230.bb | |||
| @@ -211,8 +211,8 @@ do_install() { | |||
| 211 | 211 | ||
| 212 | chown root:systemd-journal ${D}/${localstatedir}/log/journal | 212 | chown root:systemd-journal ${D}/${localstatedir}/log/journal |
| 213 | 213 | ||
| 214 | # Delete journal README, as log can be symlinked inside volatile. | 214 | # Delete journal README, as log can be symlinked inside volatile. |
| 215 | rm -f ${D}/${localstatedir}/log/README | 215 | rm -f ${D}/${localstatedir}/log/README |
| 216 | 216 | ||
| 217 | install -d ${D}${systemd_unitdir}/system/graphical.target.wants | 217 | install -d ${D}${systemd_unitdir}/system/graphical.target.wants |
| 218 | install -d ${D}${systemd_unitdir}/system/multi-user.target.wants | 218 | install -d ${D}${systemd_unitdir}/system/multi-user.target.wants |
