package/systemd: better patch to avoid ln --relative
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 1 Apr 2017 17:38:13 +0000 (19:38 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 3 Apr 2017 20:45:05 +0000 (22:45 +0200)
commit1943cd20e22192f2ab02844dcbcc53d3bc33a167
tree961bb6056b0758cce7c546b32e3a8c8428637963
parent1ba88a0b55069f462cd4658c13116fa5348eec11
package/systemd: better patch to avoid ln --relative

We currently have two patches that address the ln --relative issue
differently. The first one changes the behaviour to generate absolute
symlinks, which is incorrect; the second provides an ad-hoc solution
for a single case.

Replace both of them with a single patch that mimics ln --relative when
the host ln does not support it.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/systemd/0002-build-check-for-ln-relative.patch [new file with mode: 0644]
package/systemd/0002-build-sys-revert-use-of-ln-relative-option.patch [deleted file]
package/systemd/0004-install-don-t-use-ln-relative.patch [deleted file]