diff --git a/README.md b/README.md index 46656774..9448838f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ OpenEmbedded layer for latest [Node.js](https://nodejs.org/ "Node.js") releases. ## Node.js releases - * ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.5.0-green.svg) + * ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.6.0-green.svg) * ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.10.0-blue.svg) * ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.8.0-blue.svg) * ![Maintenance 0.12](https://img.shields.io/badge/Node.js%20Maintenance-0.12.18-lightgray.svg) @@ -24,7 +24,7 @@ OpenEmbedded layer for latest [Node.js](https://nodejs.org/ "Node.js") releases. ### Node.js v7 specific dependencies -Node.js v7 ships with V8 v5.4 that requires native (host) compilation of additional build tools (`mkpeephole`, `mksnapshot`). +Node.js v7 ships with V8 v5.5 that requires native (host) compilation of additional build tools (`mkpeephole`, `mksnapshot`). Building these tools for 32-bit targets (e.g. Arm) also requires 32-bit native toolchain. In this case, following package should be installed in the build host: diff --git a/recipes-devtools/nodejs/nodejs_7.5.0.bb b/recipes-devtools/nodejs/nodejs_7.5.0.bb deleted file mode 100644 index 34c3a58f..00000000 --- a/recipes-devtools/nodejs/nodejs_7.5.0.bb +++ /dev/null @@ -1,8 +0,0 @@ -require nodejs_7.inc - -INC_PR = "r1" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=41a3a0ccf7f515cac3377389dd8faac8" - -SRC_URI[src.md5sum] = "8b648e7f83ec6f1aa52b3e3b87999761" -SRC_URI[src.sha256sum] = "0da8e0288b5c0f136e650b7119219968720caf88b5a67ef0591555113f0844c2" diff --git a/recipes-devtools/nodejs/nodejs_7.6.0.bb b/recipes-devtools/nodejs/nodejs_7.6.0.bb new file mode 100644 index 00000000..d8092779 --- /dev/null +++ b/recipes-devtools/nodejs/nodejs_7.6.0.bb @@ -0,0 +1,8 @@ +require nodejs_7.inc + +INC_PR = "r1" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=d29463feca32ea5977af7b6c7d62c14a" + +SRC_URI[src.md5sum] = "3de98b48d1836155aed0bf50503b97fb" +SRC_URI[src.sha256sum] = "809e80265e332fe1a8268e5a73eb219c356810fe86c69fd2d931c52e07211970"