aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-01-22 12:28:37 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2012-01-23 15:53:12 +0100
commit3b42734676e1cc1d6d791a94c28c0e3d8d9aa56f (patch)
tree6ef1677682998585c5034e67531b303bf986b438 /meta-oe/recipes-devtools
parent8ff89fe0db67ce1a17673678ca2c911fc9bcb209 (diff)
downloadmeta-openembedded-3b42734676e1cc1d6d791a94c28c0e3d8d9aa56f.tar.gz
node 0.6: update to 0.6.8
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs_0.6.8.bb (renamed from meta-oe/recipes-devtools/nodejs/nodejs_0.6.1.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
index 22a215b8c0..bd404ae3ad 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}"