From ca1cc7d87d3c2c99482705a414dc865b1e5d19f8 Mon Sep 17 00:00:00 2001 From: Ilkka Myller Date: Thu, 16 Mar 2017 11:36:12 +0000 Subject: [PATCH] 2017-03-08, Version 7.7.2 (Current) Notable changes: * doc: add `Daijiro Wachi` to collaborators (Daijiro Wachi) https://github.com/nodejs/node/pull/11676 * tty: add ref() so process.stdin.ref() etc. work (Ben Schmidt) https://github.com/nodejs/node/pull/7360 * util: fix inspecting symbol key in string (Ali BARIN) https://github.com/nodejs/node/pull/11672 PR-URL: https://github.com/nodejs/node/pull/11745 Signed-off-by: Ilkka Myller --- README.md | 2 +- recipes-devtools/nodejs/nodejs_7.7.1.bb | 8 -------- recipes-devtools/nodejs/nodejs_7.7.2.bb | 8 ++++++++ 3 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 recipes-devtools/nodejs/nodejs_7.7.1.bb create mode 100644 recipes-devtools/nodejs/nodejs_7.7.2.bb diff --git a/README.md b/README.md index 8bbc90e8..a3cfb6b0 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.7.1-green.svg) + * ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.7.2-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) diff --git a/recipes-devtools/nodejs/nodejs_7.7.1.bb b/recipes-devtools/nodejs/nodejs_7.7.1.bb deleted file mode 100644 index ae86af96..00000000 --- a/recipes-devtools/nodejs/nodejs_7.7.1.bb +++ /dev/null @@ -1,8 +0,0 @@ -require nodejs_7.inc - -INC_PR = "r1" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=d29463feca32ea5977af7b6c7d62c14a" - -SRC_URI[src.md5sum] = "559b29d57a5ad2bc04129d5f39b3ce5b" -SRC_URI[src.sha256sum] = "9e87ec5420d558ca9651d13b10dd4a1be954fea0fc7a909016a1cc4aedfa651c" diff --git a/recipes-devtools/nodejs/nodejs_7.7.2.bb b/recipes-devtools/nodejs/nodejs_7.7.2.bb new file mode 100644 index 00000000..7dadff1e --- /dev/null +++ b/recipes-devtools/nodejs/nodejs_7.7.2.bb @@ -0,0 +1,8 @@ +require nodejs_7.inc + +INC_PR = "r1" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=d29463feca32ea5977af7b6c7d62c14a" + +SRC_URI[src.md5sum] = "a4a1f7c1a72512e1d61377814d41675a" +SRC_URI[src.sha256sum] = "a6a1041337bae3e3b5645316672cd3b3867fdfc569f561aec824c0ea622fff9c"