aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorOleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com>2017-01-03 09:57:21 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2017-01-10 13:12:56 +0100
commit4fe4318c566a2444a43dea704e1cd952c3a83a01 (patch)
tree59f2533b90d73b905a3cc91c3b0e78ff40d27f2e /meta-oe
parentcabf72ebbfbed41db228e978400e63ae8f0cc7b1 (diff)
downloadmeta-openembedded-contrib-4fe4318c566a2444a43dea704e1cd952c3a83a01.tar.gz
nodejs: upgrade to 4.7.0
Section with information regarding few third-party components has been removed from the LICENSE file: https://github.com/nodejs/node/commit/f7c4e9489f0d72533. Signed-off-by: Oleksandr Kravchuk <oleksandr.kravchuk@pelagicore.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs_4.7.0.bb (renamed from meta-oe/recipes-devtools/nodejs/nodejs_4.6.1.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_4.6.1.bb b/meta-oe/recipes-devtools/nodejs/nodejs_4.7.0.bb
index 574d50a05b..54d6829a19 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_4.6.1.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_4.7.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=8e3c01094f0fcb889b13f0354e52f914"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=f45e9ffb97e64da46d14f462d34a039f"
DEPENDS = "openssl zlib"
@@ -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] = "4f70295e3eebef1f998fa38456263eaf"
-SRC_URI[sha256sum] = "fe2a85df8758001878abb5bbaf17a6b6cdc12b3e465b1d3bace83b37fdf0345a"
+SRC_URI[md5sum] = "f4a7ca6912d0688b37712bb09b65d2d4"
+SRC_URI[sha256sum] = "b03c777ba8817a8478d57f00797db86dc7e7953d2066c34edbceeba8ad056142"
S = "${WORKDIR}/node-v${PV}"