]> 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:19:55 +0000 (13:19 +0000)
commit61650dd8498a093f3bfa93202c9cd2e9a7fb7834
treea522faed6009324891984628c0778df9b072f667
parent506b36b6d86b3454fcc3cb85f6229cbe8d14f5b5
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.

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.30.bb