From: Trevor Woerner <twoerner@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH 2/2] nodejs: add recipe for latest stable
Date: Tue, 1 Dec 2015 12:15:51 -0500 [thread overview]
Message-ID: <1448990151-27720-3-git-send-email-twoerner@gmail.com> (raw)
In-Reply-To: <1448990151-27720-1-git-send-email-twoerner@gmail.com>
The latest stable version of nodejs is 4.2.2; add a recipe to make it
available.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
meta-oe/recipes-devtools/nodejs/nodejs_4.2.2.bb | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 meta-oe/recipes-devtools/nodejs/nodejs_4.2.2.bb
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_4.2.2.bb b/meta-oe/recipes-devtools/nodejs/nodejs_4.2.2.bb
new file mode 100644
index 0000000..7572625
--- /dev/null
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_4.2.2.bb
@@ -0,0 +1,9 @@
+require nodejs.inc
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ee90ba97d933fc8d56e97812b7dd62e9"
+
+SRC_URI = " \
+ http://nodejs.org/dist/v${PV}/node-v${PV}.tar.gz \
+ "
+SRC_URI[md5sum] = "7c46c158e4c9a44cfbd039951c13dfe6"
+SRC_URI[sha256sum] = "00e709353435b436b5bbf5e62272ebb15fe801065422c4c2afe2b93456210cb1"
--
2.6.0.rc3
prev parent reply other threads:[~2015-12-01 17:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-01 17:15 [meta-oe][PATCH 0/2] nodejs cleanup and add Trevor Woerner
2015-12-01 17:15 ` [meta-oe][PATCH 1/2] nodejs: cleanup Trevor Woerner
2015-12-01 17:22 ` Martin Jansa
2015-12-01 17:43 ` Trevor Woerner
2015-12-01 17:15 ` Trevor Woerner [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1448990151-27720-3-git-send-email-twoerner@gmail.com \
--to=twoerner@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.