[oe] STAGING_LIBDIR_NATIVE needed in bitbake.conf

Khem Raj raj.khem at gmail.com
Mon Aug 6 18:42:34 UTC 2007


On 8/6/07, Mike (mwester) <mwester at dls.net> wrote:
> In order to fix an ncurses build bug
> (http://bugs.openembedded.org/show_bug.cgi?id=2554), we need to set
> LD_LIBRARY_PATH in the ncurses bb file.
>
> I've tested, and the following resolves the problem with ncurses not
> installing:
>
>     export LD_LIBRARY_PATH = "${STAGING_BINDIR_NATIVE}/../lib"
>
> That's not too elegant, so I'd like to create "STAGING_LIBDIR_NATIVE" in the
> bitbake.conf file instead, which will clean up the recipe and make more
> obvious what it is that we're doing.
>
>
> Anyone have any heartburn with this approach to resolving this problem?

I have encountered exactly same issue and I did the LD_LIBRARY_PATH
trick in env. Your fix looks reasonable.

>
> Thanks,
> Mike (mwester)
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>




More information about the Openembedded-devel mailing list