]> code.ossystems Code Review - openembedded-core.git/commit
sudo: specify where target tools are
authorRoss Burton <ross.burton@intel.com>
Fri, 7 Feb 2020 14:29:28 +0000 (14:29 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Feb 2020 23:04:29 +0000 (23:04 +0000)
commit232430bdee74bb266ded6ccf2fb3842caad06181
tree194da3d16cf905d094e54d2e5455ef185fbe856b
parentcd2e778771d836e04f76a0ff283c250dc19372c6
sudo: specify where target tools are

sudo uses AC_PATH_PROG to find target paths, which means at best
potential host-contamination (and reproducible issues) and at worst it
thinks sh is at /your/build/path/hosttools/sh.

Solve this by explicitly passing the correct paths to configure.

(From OE-Core rev: 61650dd8498a093f3bfa93202c9cd2e9a7fb7834)

(From OE-Core rev: 6e809474ab686fba6924d8b46fd0b9eab5c66c06)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-extended/sudo/sudo.inc
meta/recipes-extended/sudo/sudo_1.8.27.bb