diff options
author | Kevin Hao <kexin.hao@windriver.com> | 2018-10-22 19:58:38 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-10-25 14:36:34 +0100 |
commit | 352b3f0b07370d8df7d6ae13c0bac0697f7751ba (patch) | |
tree | 55ef367bf3e32f79cfa1f5e5838ccf0a10827bd7 /scripts/lib/devtool | |
parent | ecf1e696a03f11e19247c4f37e17de7084d0056c (diff) | |
download | openembedded-core-352b3f0b07370d8df7d6ae13c0bac0697f7751ba.tar.gz openembedded-core-352b3f0b07370d8df7d6ae13c0bac0697f7751ba.tar.bz2 openembedded-core-352b3f0b07370d8df7d6ae13c0bac0697f7751ba.zip |
udev-extraconf: Use the canonical file name of systemd
The new version of systemd has changed the symbolic link between
/sbin/init and /lib/systemd/systemd to relative. So the output of
the command 'readlink /sbin/init' become:
../lib/systemd/systemd
Then it causes the following check of "/lib/systemd/systemd" to return
false. Fix this issue by using the canonical file name of the systemd.
Signed-off-by: Kevin Hao <kexin.hao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/devtool')
0 files changed, 0 insertions, 0 deletions