]> code.ossystems Code Review - openembedded-core.git/commit
sudo: Compile mksigname and mksiglist for build host
authorKhem Raj <raj.khem@gmail.com>
Sun, 10 Mar 2013 22:05:18 +0000 (15:05 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Mar 2013 11:44:09 +0000 (11:44 +0000)
commit2ce5b1364ef6eb276352f7170d23dc3492c779f6
treec053b8378714e67221070aa032df998f7c86a7c4
parent8c9fad86d8bd86f13d61a1a5cd65d12b16a9e0de
sudo: Compile mksigname and mksiglist for build host

cross compiling sudo doesnt work well since it uses
mksigname and mksiglist to generate C sources which
are then used in sudo build itself. With this patch
now we make sure those hosttools are compiled for
build machine. It fixes the build failures like

./mksigname > signame.c
/bin/sh: ./mksigname: cannot execute binary file
make[1]: *** [signame.c] Error 126

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/sudo/sudo.inc