]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: Add 'id' to HOSTTOOLS
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 5 Oct 2017 18:21:35 +0000 (15:21 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Oct 2017 11:22:44 +0000 (12:22 +0100)
The 'id' utility is used in 'rootfs_check_host_user_contaminated'
rootfs-postcommand so it must be available.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/conf/bitbake.conf

index f41680b27e2ea26e37d943307c15b5d5d1d0fde8..6f53b23a67c644a504383bf94c2c02c4f5f10896 100644 (file)
@@ -476,7 +476,7 @@ HOSTTOOLS += " \
     [ ar as awk basename bash bzip2 cat chgrp chmod chown chrpath cmp cp cpio \
     cpp cut date dd diff diffstat dirname du echo egrep env expand expr false \
     fgrep file find flock g++ gawk gcc getconf getopt git grep gunzip gzip \
-    head hostname install ld ldd ln ls make makeinfo md5sum mkdir mknod \
+    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 python python2 \
     python2.7 python3 ranlib readelf readlink rm rmdir rpcgen sed sh sha256sum \
     sleep sort split stat strings strip tail tar tee test touch tr true uname \