diff options
author | Ross Burton <ross.burton@intel.com> | 2017-02-09 16:47:21 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-02-15 20:06:43 -0800 |
commit | 08855da8292b84daf3a7c8f1049cde9161e0bc48 (patch) | |
tree | 0c9f594c497d446bafaed6acb5dced4caf976664 | |
parent | 419f7339ad67545f7c542fd6d0bd7d05bfff0925 (diff) | |
download | poky-08855da8292b84daf3a7c8f1049cde9161e0bc48.tar.gz |
dbus: remove pointless cd
There's no need to cd to the target directory when creating symlinks, so don't.
[ YOCTO #10985 ]
(From OE-Core rev: 64d75438955c39e01187e897e9df47c93ac6c45a)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/dbus/dbus_1.10.14.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/dbus/dbus_1.10.14.bb b/meta/recipes-core/dbus/dbus_1.10.14.bb index e4f54ec734..f50aff89b7 100644 --- a/meta/recipes-core/dbus/dbus_1.10.14.bb +++ b/meta/recipes-core/dbus/dbus_1.10.14.bb | |||
@@ -123,7 +123,6 @@ do_install() { | |||
123 | for i in dbus.target.wants sockets.target.wants multi-user.target.wants; do \ | 123 | for i in dbus.target.wants sockets.target.wants multi-user.target.wants; do \ |
124 | install -d ${D}${systemd_system_unitdir}/$i; done | 124 | install -d ${D}${systemd_system_unitdir}/$i; done |
125 | install -m 0644 ${B}/bus/dbus.service ${B}/bus/dbus.socket ${D}${systemd_system_unitdir}/ | 125 | install -m 0644 ${B}/bus/dbus.service ${B}/bus/dbus.socket ${D}${systemd_system_unitdir}/ |
126 | cd ${D}${systemd_system_unitdir}/dbus.target.wants/ | ||
127 | ln -fs ../dbus.socket ${D}${systemd_system_unitdir}/dbus.target.wants/dbus.socket | 126 | ln -fs ../dbus.socket ${D}${systemd_system_unitdir}/dbus.target.wants/dbus.socket |
128 | ln -fs ../dbus.socket ${D}${systemd_system_unitdir}/sockets.target.wants/dbus.socket | 127 | ln -fs ../dbus.socket ${D}${systemd_system_unitdir}/sockets.target.wants/dbus.socket |
129 | ln -fs ../dbus.service ${D}${systemd_system_unitdir}/multi-user.target.wants/dbus.service | 128 | ln -fs ../dbus.service ${D}${systemd_system_unitdir}/multi-user.target.wants/dbus.service |