cmake: drop -fpermissive
authorMartin Jansa <martin.jansa@gmail.com>
Wed, 13 Aug 2014 22:36:42 +0000 (00:36 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 Aug 2014 17:21:49 +0000 (18:21 +0100)
commit0f83b7cb1b13c3f8aaa6825aa61e7a8bcb17b20b
tree4a50da4a90d5b3d44d95b4fda9a7b2fe26e98be4
parentab6d62841fb11782d56151d3f4b497d6bcd5bff3
cmake: drop -fpermissive

* it was dropped from default CXXFLAGS in:
  commit 24dd8e129447013ee98609f3892ec414b1b21340
  Author: Richard Purdie <richard.purdie@linuxfoundation.org>
  Date:   Sun Mar 2 17:38:33 2014 +0000

    bitbake.conf: Drop -fpermissive

    Drop the -fpermissive C++ compiler flag. We've had this around for years, most
    code should have been fixed long ago. Its possible some recipes may fail
    however we can (and should) just use the flag where needed.

* I haven't build world with this yet, but maybe it's time to
  drop it here as well at least for consistency

(From OE-Core rev: 578124aedd3dbffd79ea01862d57223ffaa7216a)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/cmake.bbclass