]> 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>
Sun, 28 Jun 2015 08:41:54 +0000 (09:41 +0100)
commitf055d084ad74a01a431ea87ead6bfdcaca0d7bde
tree3470bd5194d1544a72d94bce5727203194e3b850
parentfdcbbb50a9946733bd204b8db45606c929e43822
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

(From OE-Core rev: 8ce9584a78079b3db88eabfa902025a94443378d)

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