]> code.ossystems Code Review - openembedded-core.git/commit
multilib_global: Fix PREFERRED_VERSION mapping for gcc-cross-canadian
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Jul 2015 10:29:35 +0000 (11:29 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 31 Jul 2015 14:15:12 +0000 (15:15 +0100)
commitc4b3540fc2b66730e021dd0b0c89b0fbe9dbf77a
tree2e83fa0747fe1a96438900ddf4f03ac58073cea7
parent753c98324ae82a67104eaf36e7ebf3553ee1dad7
multilib_global: Fix PREFERRED_VERSION mapping for gcc-cross-canadian

Our multilib cross toolchains have <ml_prefix> as a prefix however we
only have a single gcc-cross-canadian for each arch and it is not
prefixed even in the multilib case. We can have two versions of
gcc-cross-canadian, 32 and 64 bit.

This fixes the multilib PREFERRED_VERSION mapping code so that
no prefix is added to the preferred version and therefore the
right versions of gcc-cross-canadian are used.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/multilib_global.bbclass