[oe] need help with do_install for v8 bitbake recipe

Henning Heinold heinold at inf.fu-berlin.de
Sat Aug 14 15:36:28 UTC 2010


On Sat, Aug 14, 2010 at 03:29:48AM -0600, AJ ONeal wrote:
> I've created a recipe for v8 and the do_compile() works.
> http://fastr.github.com/articles/v8-on-OpenEmbedded.html
> 
> I'm still not very familiar with bitbake and I'd like to know what I need to
> do with
> do_install() and do_stage() so that the library is available to other
> packages when
> I add DEPENDS += "libv8".
> 
> The only file is libv8.a in the builddir.
> 
> Specifically I'm trying to build nodejs with v8 as a shared library, because
> I can't get
> the v8 that comes with it to cross-compile.
> 
> AJ ONeal

Hi,

do_stage is deprecated don't use it anymore.

Bye Henning




More information about the Openembedded-devel mailing list