I created the node recipe in the last e-mail patch, but I had a leftover test file that I didn't mean to commit. This removed it.
AJ ONeal On Thu, Aug 19, 2010 at 12:50 AM, Frans Meulenbroeks < [email protected]> wrote: > 2010/8/19 AJ ONeal <[email protected]>: > > --- > > recipes/node/node_v0.1.104.bb | 23 ----------------------- > > 1 files changed, 0 insertions(+), 23 deletions(-) > > delete mode 100644 recipes/node/node_v0.1.104.bb > > > > diff --git a/recipes/node/node_v0.1.104.bb b/recipes/node/ > node_v0.1.104.bb > > deleted file mode 100644 > > index 368b8fb..0000000 > > --- a/recipes/node/node_v0.1.104.bb > > +++ /dev/null > > @@ -1,23 +0,0 @@ > > -DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript" > > -PR = "r0" > > -DEPENDS = "openssl" > > -SRC_URI = " \ > > -http://nodejs.org/dist/node-v${PV}.tar.gz \ > > -" > > -#libev-cross.patch > > -#node-cross.patch > > -SRC_URI[md5sum] = "907fa1e0a2f1f0c3df5efc97fd05a7d2" > > -SRC_URI[sha256sum] = > "a1c776f44bc07305dc0e56df17cc3260eaafa0394c3b06c27448ad85bec272df" > > -S = "${WORKDIR}/node-v${PV}" > > -do_configure () { > > -./configure > > -} > > -do_compile () { > > -export DEST_CPU=arm > > -make > > -} > > -do_install () { > > -install -d ${D}${bindir}/ > > -install -m 0755 ${S}/node ${D}${bindir}/ > > -} > > -FILES_${PN} = "${bindir}/node" > > -- > > 1.6.0.4 > > > Not sure where you got this from but my tree does not have a node > recipe and it does not show up in dev head in cgit. > > Frans > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
