[oe-commits] [meta-openembedded] 13/18: nodejs: update to 4.4.0

git at git.openembedded.org git at git.openembedded.org
Mon Mar 14 11:26:22 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit f62b5824d74067975b5c7c7e0820d9004dc80928
Author: Jonathan Liu <net147 at gmail.com>
AuthorDate: Sat Mar 12 23:15:46 2016 +1100

    nodejs: update to 4.4.0
    
    LICENSE checksum has changed to fix a small error in the URL for the
    npm public registry, changing the URL from "https://registry.npmjs.com"
    to "https://registry.npmjs.org".
    
    Signed-off-by: Jonathan Liu <net147 at gmail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../recipes-devtools/nodejs/{nodejs_4.3.2.bb => nodejs_4.4.0.bb}    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_4.3.2.bb b/meta-oe/recipes-devtools/nodejs/nodejs_4.4.0.bb
similarity index 93%
rename from meta-oe/recipes-devtools/nodejs/nodejs_4.3.2.bb
rename to meta-oe/recipes-devtools/nodejs/nodejs_4.4.0.bb
index c58fad5..4cdb067 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_4.3.2.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_4.4.0.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "nodeJS Evented I/O for V8 JavaScript"
 HOMEPAGE = "http://nodejs.org"
 LICENSE = "MIT & BSD & Artistic-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=003f16759ef967194d594a5ac6490401"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=b70c304f43f326ddbc3474ba2b685522"
 
 DEPENDS = "openssl"
 
@@ -12,8 +12,8 @@ COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*"
 SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \
     file://no-registry.patch \
 "
-SRC_URI[md5sum] = "03f1424a1cfd322b5ba89da507d4cf07"
-SRC_URI[sha256sum] = "f0c5761a7e4f520ab8793cb2dcabbd7dfd7f5839ce4f2cf79d9d52d1c2da5bca"
+SRC_URI[md5sum] = "260800bfed6c3cb5dd2146343cb07241"
+SRC_URI[sha256sum] = "6ae44ae9a9cd1f102ca7f3ea09ca6223afe88fab4911f1bf21c9da2a1e795f1d"
 
 S = "${WORKDIR}/node-v${PV}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list