[oe] [PATCH] added a .bb for node.js

AJ ONeal coolaj86 at gmail.com
Sun Aug 22 03:04:01 UTC 2010


>
>
> > +do_install () {
> > +install -d ${D}${bindir}/
> > +install -m 0755 ${S}/node ${D}${bindir}/
> > +}
>
> 'make install' doesn't work?
>
>
No, if I do `make install` it will try to install to the host location. I
tried adding ./configure --prefix=${D}, but that ends up installing to
`./work/arm......./usr/bin/bin`


I don't know how to add the [v2] onto a patch, but I'm going to submit again
with what I have working.



More information about the Openembedded-devel mailing list