summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-03-06 16:13:48 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-06 23:12:27 +0000
commit12e1a0de18fc05e68be8e6f1688c1499e37b076b (patch)
treebadb01c638dbb73cadf00798f01eab8b1e596c12 /meta/conf
parent739c9a69cacc499cab0a4f98de16170b56983305 (diff)
downloadpoky-12e1a0de18fc05e68be8e6f1688c1499e37b076b.tar.gz
bitbake: add readlink to HOSTTOOLS
If systemd has EFI enabled it uses readlink. (From OE-Core rev: ace3c0fff40604450ea8f0a669aaa37fbe730069) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 8fc4e9bc1a..7f8b043cc4 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -494,7 +494,7 @@ HOSTTOOLS += " \
494 fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \ 494 fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \
495 head hostname id install ld ldd ln ls make makeinfo md5sum mkdir mknod \ 495 head hostname id install ld ldd ln ls make makeinfo md5sum mkdir mknod \
496 mktemp mv nm objcopy objdump od patch perl pod2man pr printf pwd python2 \ 496 mktemp mv nm objcopy objdump od patch perl pod2man pr printf pwd python2 \
497 python2.7 python3 ranlib readelf readlink rm rmdir rpcgen sed seq sh sha256sum \ 497 python2.7 python3 ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh sha256sum \
498 sleep sort split stat strings strip tail tar tee test touch tr true uname \ 498 sleep sort split stat strings strip tail tar tee test touch tr true uname \
499 uniq wc wget which xargs \ 499 uniq wc wget which xargs \
500" 500"