cross.bbclass: set autoconf's program prefix to keep TARGET_SYS and TARGET_PREFIX...
authorChris Larson <clarson@mvista.com>
Mon, 2 Mar 2009 16:13:31 +0000 (08:13 -0800)
committerChris Larson <clarson@kergoth.com>
Sun, 22 Mar 2009 03:06:33 +0000 (20:06 -0700)
commit114155243344c15847e73598e82d02926443cbf1
treebf591d8ac34d9927d6cc07b4536afb7882e4e17a
parent630555abb7ed906d6cb4bedecc94c34db84328ea
cross.bbclass: set autoconf's program prefix to keep TARGET_SYS and TARGET_PREFIX decoupled

Currently, we rely on autoconf's implicit prefixing of outputted binaries
for -cross, but that names them based on TARGET_SYS, not TARGET_PREFIX,
which keeps the two tightly coupled.  By explicitly setting the prefix to
the latter, we get around that.

Signed-off-by: Chris Larson <clarson@mvista.com>
classes/cross.bbclass