]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
as-needed.inc: add babeltrace exception joshuagl/fido-next
authorNathan Lynch <nathan_lynch@mentor.com>
Sat, 12 Sep 2015 00:02:50 +0000 (19:02 -0500)
committerJoshua Lock <joshua.g.lock@intel.com>
Wed, 11 Jan 2017 16:17:15 +0000 (16:17 +0000)
commit7ce0d689c15083bc6a70541fb08a6845f7fdf7f1
tree93f2c44b6806e461ec4084198cf9a29df5fbcb9c
parentf9c35dfc6601901664dbef2cba3a9b96bef96e64
as-needed.inc: add babeltrace exception

The babeltrace command has plugins which it specifies in its link step
but on which (in the linker's view) it does not depend, so --as-needed
causes some of them to be omitted from the executable's dependencies.
This prevents babeltrace on OE-built systems from handling
streaming/live tracing sessions.

Babeltrace's makefiles already try to prevent this by using
--no-as-needed, but --as-needed gets placed afterward in the command
line, so it wins.

Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(From OE-Core master rev: d3fc696bf1c0c5e9a0d238fb86e58771cfbe9cae)
Signed-off-by: Joshua Lock <joshua.g.lock@intel.com>
meta/conf/distro/include/as-needed.inc