mirror of
https://git.yoctoproject.org/poky
synced 2026-09-20 03:49:32 +02:00
systemd-boot: use lnr instead of ln --relative
Use lnr instead of "ln --relative" as systemd does to avoid needing coreutils 8.16. The patch is from systemd recipe and is rebased so it can be applied for systemd-boot. (From OE-Core rev: 7acc8c456fee53bf637fe08e492dd5466998c585) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
215687eb55
commit
6d2987cc86
@@ -2,6 +2,8 @@ require recipes-core/systemd/systemd.inc
|
||||
|
||||
DEPENDS = "intltool-native libcap util-linux gnu-efi"
|
||||
|
||||
SRC_URI += "file://0001-use-lnr-wrapper-instead-of-looking-for-relative-opti.patch"
|
||||
|
||||
inherit autotools pkgconfig gettext
|
||||
inherit deploy
|
||||
|
||||
|
||||
Reference in New Issue
Block a user