diff options
author | Khem Raj <raj.khem@gmail.com> | 2013-03-10 15:05:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-23 11:44:13 +0000 |
commit | c2fd9a1e0f16aff7fa3f956c1e942aff0c66b20e (patch) | |
tree | e2cbd602210df8a916f7edcb1de2b39a0668226a /meta/recipes-kernel | |
parent | 619e1df31d246f4779c1ef834dddd81e9242555c (diff) | |
download | poky-c2fd9a1e0f16aff7fa3f956c1e942aff0c66b20e.tar.gz |
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>
Diffstat (limited to 'meta/recipes-kernel')
0 files changed, 0 insertions, 0 deletions