From d10fd71364bff4dcc6663db2b5432d0d25ba0802 Mon Sep 17 00:00:00 2001 From: Thomas Reynders Date: Wed, 19 Apr 2017 08:38:32 +0200 Subject: [PATCH] 2017-04-11, Version 7.9.0 (Current) Notable changes: * util: console is now closer to what is supported in all major browsers (Roman Reiss) [#10308](https://github.com/nodejs/node/pull/10308) PR-URL: https://github.com/nodejs/node/pull/12319 Signed-off-by: Ilkka Myller --- README.md | 2 +- recipes-devtools/nodejs/nodejs_7.8.0.bb | 8 -------- recipes-devtools/nodejs/nodejs_7.9.0.bb | 8 ++++++++ 3 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 recipes-devtools/nodejs/nodejs_7.8.0.bb create mode 100644 recipes-devtools/nodejs/nodejs_7.9.0.bb diff --git a/README.md b/README.md index bb7ee798..119352e3 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.8.0-green.svg) + * ![Current 7](https://img.shields.io/badge/Node.js%20Current-7.9.0-green.svg) * ![LTS 6](https://img.shields.io/badge/Node.js%20LTS-6.10.2-blue.svg) * ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.8.2-blue.svg) * ![End of life 0.12](https://img.shields.io/badge/Node.js%20End%20of%20Life-0.12.18-lightgray.svg) diff --git a/recipes-devtools/nodejs/nodejs_7.8.0.bb b/recipes-devtools/nodejs/nodejs_7.8.0.bb deleted file mode 100644 index 3869040b..00000000 --- a/recipes-devtools/nodejs/nodejs_7.8.0.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] = "0c725bfe5663d99d69410437487cf11f" -SRC_URI[src.sha256sum] = "6aa2ab52763f33ce09b63e913f3caf67d9d4b1120c70b087b50155bd647b76da" diff --git a/recipes-devtools/nodejs/nodejs_7.9.0.bb b/recipes-devtools/nodejs/nodejs_7.9.0.bb new file mode 100644 index 00000000..38b69f18 --- /dev/null +++ b/recipes-devtools/nodejs/nodejs_7.9.0.bb @@ -0,0 +1,8 @@ +require nodejs_7.inc + +INC_PR = "r1" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=d29463feca32ea5977af7b6c7d62c14a" + +SRC_URI[src.md5sum] = "60fb5fa8485881c2eaad09dfad8039d3" +SRC_URI[src.sha256sum] = "5cc131bb16f7ca688c29634a18b3c6a7816609a431a509f31baedf7caf25d626"