[OE-core] [PATCH 1/1] flex: not to build shared libraries

Richard Purdie richard.purdie at linuxfoundation.org
Wed Mar 5 09:21:23 UTC 2014


On Wed, 2014-03-05 at 17:18 +0800, Chong Lu wrote:
> Some packages do not link successfully using shared libraries.
> When link something to libfl.so, we will get this:
> 
> 	libfl.so: undefined reference to `yylex'
> 
> So we only build static libraries to fix this issue.
> 
> Signed-off-by: Chong Lu <Chong.Lu at windriver.com>
> ---
>  .../files/flex-not-to-build-shared-libraries.patch | 39 ++++++++++++++++++++++
>  meta/recipes-devtools/flex/flex.inc                |  1 +
>  2 files changed, 40 insertions(+)
>  create mode 100644 meta/recipes-devtools/flex/files/flex-not-to-build-shared-libraries.patch

Why aren't the shared libraries working? Which packages show this
problem? Is this not a problem in the recipes using the shared
libraries?

At the very least this patch needs more explanation but I don't like the
idea.

Cheers,

Richard




More information about the Openembedded-core mailing list