]> code.ossystems Code Review - openembedded-core.git/commit
sqlite3: make CFLAGS consistent across native, nativesdk and target cases
authorAndre McCurdy <armccurdy@gmail.com>
Fri, 23 Aug 2019 20:51:43 +0000 (13:51 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Aug 2019 21:52:41 +0000 (22:52 +0100)
commitb02d83f7ffc72b96799a7964a90709eef02aa29d
treecbba8d347d5b61695cbee9767fcde2cbe51eb4eb
parente9f751a6fd6a4fc1cfac74202e1b71291aade705
sqlite3: make CFLAGS consistent across native, nativesdk and target cases

The previous simplification:

  https://git.openembedded.org/openembedded-core/commit/?id=604777acfc54d285f315b622bd147ed02d55d6fd

looked OK but didn't actually work as expected. The native and
nativesdk classes re-set CFLAGS after the += has been applied and
so any modifications made via += are lost. Use _append instead.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/sqlite/sqlite3.inc