summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/systemd-boot/systemd-boot.bb
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2016-07-26 22:42:29 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-01 11:47:12 +0100
commit6d2987cc866b0a9b981d36df2891ec5625be07b5 (patch)
tree5502f027d4935b23b56d8e7e5ed132153484c66c /meta/recipes-bsp/systemd-boot/systemd-boot.bb
parent215687eb55a04b5b727f882f6fd245154fde7eff (diff)
downloadpoky-6d2987cc866b0a9b981d36df2891ec5625be07b5.tar.gz
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>
Diffstat (limited to 'meta/recipes-bsp/systemd-boot/systemd-boot.bb')
-rw-r--r--meta/recipes-bsp/systemd-boot/systemd-boot.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-bsp/systemd-boot/systemd-boot.bb b/meta/recipes-bsp/systemd-boot/systemd-boot.bb
index 0dc0fa3c06..5b1164ec9b 100644
--- a/meta/recipes-bsp/systemd-boot/systemd-boot.bb
+++ b/meta/recipes-bsp/systemd-boot/systemd-boot.bb
@@ -2,6 +2,8 @@ require recipes-core/systemd/systemd.inc
2 2
3DEPENDS = "intltool-native libcap util-linux gnu-efi" 3DEPENDS = "intltool-native libcap util-linux gnu-efi"
4 4
5SRC_URI += "file://0001-use-lnr-wrapper-instead-of-looking-for-relative-opti.patch"
6
5inherit autotools pkgconfig gettext 7inherit autotools pkgconfig gettext
6inherit deploy 8inherit deploy
7 9