binutils.inc: Use anon python to grok CONFIGUREOPTS
authorKhem Raj <raj.khem@gmail.com>
Wed, 20 Oct 2010 21:45:13 +0000 (14:45 -0700)
committerKhem Raj <raj.khem@gmail.com>
Wed, 20 Oct 2010 21:48:24 +0000 (14:48 -0700)
commit435d22298a71ded7494db02b8cedf5b17307af75
tree73d1b2d5cd23957f1260a5bd3c858bcae1029856
parent4477ea5d1a0f35f050d4e230d944778822034de8
binutils.inc: Use anon python to grok CONFIGUREOPTS

* Immediate evaluation worked fine when the package was for target
  but failed for cross because cross bbclass is inherited after
  this evaluation happens and the configure parameters are pre
  evaluated which are incorrect for binutils-cross build, therefore
  we need to evaluate this expression at very end of parsing the recipe

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/binutils/binutils.inc