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:13 +0000 (11:44 +0000)
commitb6df468d5ef95fac6316c8edd454b5edf62d11d6
treeeaef31ce21e419c3791133f3c92128fdbbbad420
parent43159694ae90a37ef88c484b1fee110eeda90c9f
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

(From OE-Core rev: 2ce5b1364ef6eb276352f7170d23dc3492c779f6)

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