On Sat, Apr 19, 2014 at 1:03 PM, Jacob Kroon <jacob.kr...@gmail.com> wrote:
> On Fri, Apr 18, 2014 at 8:36 PM, Martin Jansa <martin.ja...@gmail.com>wrote: > >> And more importantly floating dependencies, reply here >> when you start working on some of these. >> >> Found differences: >> ccid/ccid/latest lost dependency on flex >> console-tools/console-tools/latest lost dependency on flex >> > > I'll have a go at resolving the console-tools/flex floating dep. > If I understand things correctly: libfl.so from flex provides default implementations for yylex() and yywrap(). console-tools/loadkeys provides its own implementations for these, so linking with libfl.so is not necessary. In order to remove the floating dependency I can patch to either remove @LEXLIB@ from LDADD, or I can pass "-Wl,--as-needed" in LDFLAGS, both ways seems to get rid of the dependency on libfl. Any preferred way of handling this ? /Jacob
-- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core