[oe-commits] Koen Kooi : node 0.6: update to 0.6.8

git at git.openembedded.org git at git.openembedded.org
Mon Jan 23 15:33:37 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 3b42734676e1cc1d6d791a94c28c0e3d8d9aa56f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=3b42734676e1cc1d6d791a94c28c0e3d8d9aa56f

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Sun Jan 22 12:28:37 2012 +0100

node 0.6: update to 0.6.8

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 .../nodejs/{nodejs_0.6.1.bb => nodejs_0.6.8.bb}    |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_0.6.1.bb b/meta-oe/recipes-devtools/nodejs/nodejs_0.6.8.bb
similarity index 83%
rename from meta-oe/recipes-devtools/nodejs/nodejs_0.6.1.bb
rename to meta-oe/recipes-devtools/nodejs/nodejs_0.6.8.bb
index 22a215b..bd404ae 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_0.6.1.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_0.6.8.bb
@@ -1,15 +1,15 @@
 DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript"
 HOMEPAGE = "http://nodejs.org"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=5c2b22818f53dbcb43dee3cb4daf7845"
+LICENSE = "MIT & BSD"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=672cc6c8dbb3e918277a61ea98f088f6"
 
 DEFAULT_PREFERENCE = "-1"
 
 DEPENDS = "openssl"
 
 SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.gz"
-SRC_URI[md5sum] = "92b8085967110b0125c192634f127a2b"
-SRC_URI[sha256sum] = "b161050ed8cdb2d45f601181d146821e5535a8fcbf5978b2ff064e5476a8e606"
+SRC_URI[md5sum] = "9fd7baa2d27b848c3134e6ae35bb87b2"
+SRC_URI[sha256sum] = "e6cbfc5ccdbe10128dbbd4dc7a88c154d80f8a39c3a8477092cf7d25eef78c9c"
 
 S = "${WORKDIR}/node-v${PV}"
 





More information about the Openembedded-commits mailing list