]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake: add readlink to HOSTTOOLS
authorRoss Burton <ross.burton@intel.com>
Wed, 6 Mar 2019 16:13:48 +0000 (16:13 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Mar 2019 23:12:06 +0000 (23:12 +0000)
If systemd has EFI enabled it uses readlink.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index 8fc4e9bc1a83a617a1507d53706b9612d7cc1f7c..7f8b043cc454d2b274fd7fec6581388bc21122d5 100644 (file)
@@ -494,7 +494,7 @@ HOSTTOOLS += " \
     fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \
     head hostname id install ld ldd ln ls make makeinfo md5sum mkdir mknod \
     mktemp mv nm objcopy objdump od patch perl pod2man pr printf pwd python2 \
-    python2.7 python3 ranlib readelf readlink rm rmdir rpcgen sed seq sh sha256sum \
+    python2.7 python3 ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh sha256sum \
     sleep sort split stat strings strip tail tar tee test touch tr true uname \
     uniq wc wget which xargs \
 "