[oe-commits] [meta-openembedded] 42/64: nodejs: Update from 8.9.0 -> 8.9.4

git at git.openembedded.org git at git.openembedded.org
Fri Mar 2 00:22:35 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

commit 00909ae7322dac4ddd0a28b21df29191cc53f6d9
Author: Parthiban Nallathambi <pn at denx.de>
AuthorDate: Tue Feb 20 18:08:01 2018 +0100

    nodejs: Update from 8.9.0 -> 8.9.4
    
    Update nodejs to latest stable release 8.9.4
    
    Signed-off-by: Parthiban Nallathambi <pn at denx.de>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 .../recipes-devtools/nodejs/{nodejs_8.9.0.bb => nodejs_8.9.4.bb}    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_8.9.0.bb b/meta-oe/recipes-devtools/nodejs/nodejs_8.9.4.bb
similarity index 94%
rename from meta-oe/recipes-devtools/nodejs/nodejs_8.9.0.bb
rename to meta-oe/recipes-devtools/nodejs/nodejs_8.9.4.bb
index 3806aac..afd2d96 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_8.9.0.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_8.9.4.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=14045ee6ae930d784435884f8aa1be0d"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=270f7477a1705f7cd3e29d3d4512915d"
 
 DEPENDS = "openssl10 zlib"
 
@@ -12,8 +12,8 @@ COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*"
 SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \
            file://0001-Disable-running-gyp-files-for-bundled-deps.patch \
 "
-SRC_URI[md5sum] = "49001b4037b2ddf10c2174c38a40f112"
-SRC_URI[sha256sum] = "ae8258f89e127a76d4b4aff6fdb8dc395b7da0069cba054b913dfc36b3c91189"
+SRC_URI[md5sum] = "631ed102fe58c13cf63bc92a68cf4759"
+SRC_URI[sha256sum] = "6cdcde9c9c1ca9f450a0b24eafa229ca759e576daa0fae892ce74d541ecdc86f"
 
 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