[OE-core] State of bitbake world, test-dependencies 2014-04-18

Jacob Kroon jacob.kroon at gmail.com
Sun Apr 20 17:15:41 UTC 2014


On Sat, Apr 19, 2014 at 1:03 PM, Jacob Kroon <jacob.kroon at gmail.com> wrote:

> On Fri, Apr 18, 2014 at 8:36 PM, Martin Jansa <martin.jansa at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20140420/e808a4ab/attachment-0002.html>


More information about the Openembedded-core mailing list