Skip to content

Commit

Permalink
2017-02-21, Version 7.6.0 (Current)
Browse files Browse the repository at this point in the history
    Notable changes:

    * deps:
        * update V8 to 5.5 (Michaël Zasso) [#11029](nodejs/node#11029)
        * upgrade libuv to 1.11.0 (cjihrig) [#11094](nodejs/node#11094)
        * add node-inspect 1.10.4 (Jan Krems) [#10187](nodejs/node#10187)
        * upgrade zlib to 1.2.11 (Sam Roberts) [#10980](nodejs/node#10980)
    * lib: build `node inspect` into `node` (Anna Henningsen) [#10187](nodejs/node#10187)
    * crypto: Remove expired certs from CNNIC whitelist (Shigeki Ohtsu) [#9469](nodejs/node#9469)
    * inspector: add --inspect-brk (Josh Gavant) [#11149](nodejs/node#11149)
    * fs: allow WHATWG URL objects as paths (James M Snell) [#10739](nodejs/node#10739)
    * src: support UTF-8 in compiled-in JS source files (Ben Noordhuis) [#11129](nodejs/node#11129)
    * url: extend url.format to support WHATWG URL (James M Snell) [#10857](nodejs/node#10857)

    PR-URL: nodejs/node#11185

Signed-off-by: Ilkka Myller <ilkka.myller@nodefield.com>
  • Loading branch information
imyller committed Mar 2, 2017
1 parent 686a01a commit 75b0a8a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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)
Expand All @@ -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:
Expand Down
8 changes: 0 additions & 8 deletions recipes-devtools/nodejs/nodejs_7.5.0.bb

This file was deleted.

8 changes: 8 additions & 0 deletions 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"

0 comments on commit 75b0a8a

Please sign in to comment.