All of lore.kernel.org
 help / color / mirror / Atom feed
* STAGING_LIBDIR_NATIVE needed in bitbake.conf
@ 2007-08-06 17:58 Mike (mwester)
  2007-08-06 18:42 ` Khem Raj
  2007-08-07  6:22 ` Marcin Juszkiewicz
  0 siblings, 2 replies; 8+ messages in thread
From: Mike (mwester) @ 2007-08-06 17:58 UTC (permalink / raw)
  To: openembedded-devel

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?

Thanks,
Mike (mwester)




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2007-08-07 22:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-06 17:58 STAGING_LIBDIR_NATIVE needed in bitbake.conf Mike (mwester)
2007-08-06 18:42 ` Khem Raj
2007-08-07  6:22 ` Marcin Juszkiewicz
2007-08-07  8:52   ` Richard Purdie
2007-08-07  9:14     ` Mike (mwester)
2007-08-07 12:27       ` Richard Purdie
2007-08-07 20:28         ` Mike (mwester)
2007-08-07 22:02         ` Dr. Michael Lauer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.