]> code.ossystems Code Review - openembedded-core.git/commit
boost: properly fix do_boostconfig re-execution
authorMartin Jansa <martin.jansa@gmail.com>
Thu, 14 May 2015 11:41:26 +0000 (13:41 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 May 2015 11:05:52 +0000 (12:05 +0100)
commit8ce9584a78079b3db88eabfa902025a94443378d
tree9ee125a1a1c03e81cd0f7d8618f2149aa418aa3f
parent94fc3b199c169b1da850c0aade530ddcf1544d81
boost: properly fix do_boostconfig re-execution

* it was partially fixed in:
  commit 291e20a51544c640d07767d1dc32d762f4370f41
  Author: Venkata ramana gollamudi <ramana.gollamudi@huawei.com>
  Date:   Fri Apr 13 11:42:46 2012 +0000
  Subject: boost: fix re-execution of task

  but with disadvantage that when CXX or *FLAGS variables were changed
  it was continuing to use old values
* just remove the line before appending it with current values to fix
  that

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/boost/boost.inc