[oe] [PATCH] removed duplicate node recipe

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Thu Aug 19 06:50:44 UTC 2010


2010/8/19 AJ ONeal <coolaj86 at gmail.com>:
> ---
>  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




More information about the Openembedded-devel mailing list