]> 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>
Sat, 8 Feb 2020 13:39:18 +0000 (13:39 +0000)
commit6e809474ab686fba6924d8b46fd0b9eab5c66c06
tree875e8171304f90e21a31c6711ba653c55e506151
parent2b68ffc6d7c45541958f1b0c0b9ca9e39064e096
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)

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