[oe-commits] [meta-openembedded] 08/39: nodejs: update to 4.4.7

git at git.openembedded.org git at git.openembedded.org
Fri Jul 22 20:07:12 UTC 2016


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

commit 8543c0518c0914628745ba24ddeecd1936053f1c
Author: Jonathan Liu <net147 at gmail.com>
AuthorDate: Thu Jun 30 12:46:00 2016 +1000

    nodejs: update to 4.4.7
    
    LICENSE checksum updated due to change in ESLint copyright line:
    -    Copyright (c) 2013 Nicholas C. Zakas. All rights reserved.
    +    Copyright jQuery Foundation and other contributors, https://jquery.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.4.5.bb => nodejs_4.4.7.bb}    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_4.4.5.bb b/meta-oe/recipes-devtools/nodejs/nodejs_4.4.7.bb
similarity index 93%
rename from meta-oe/recipes-devtools/nodejs/nodejs_4.4.5.bb
rename to meta-oe/recipes-devtools/nodejs/nodejs_4.4.7.bb
index 479c973..671d604 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_4.4.5.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_4.4.7.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=96aa1ac122c41f8c08a0683d4b2126b5"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=8e3c01094f0fcb889b13f0354e52f914"
 
 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] = "376140907bbe362f36065a30af04f020"
-SRC_URI[sha256sum] = "eaec2cd3c26a1cc101b829d32fef392268285187d1d9eda3718db288e7be28c6"
+SRC_URI[md5sum] = "e4d118a3762a3e60b97a62cf83194efd"
+SRC_URI[sha256sum] = "1ef900b9cb3ffb617c433a3247a9d67ff36c9455cbc9c34175bee24bdbfdf731"
 
 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