diff --git a/README.md b/README.md index 3078bfc7..1030ce3b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ OpenEmbedded layer for latest [Node.js](https://nodejs.org/ "Node.js") releases. ## Node.js releases * ![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) + * ![LTS 4](https://img.shields.io/badge/Node.js%20LTS-4.8.1-blue.svg) * ![End of life 0.12](https://img.shields.io/badge/Node.js%20End%20of%20Life-0.12.18-lightgray.svg) * ![End of life 0.10](https://img.shields.io/badge/Node.js%20End%20of%20Life-0.10.48-lightgray.svg) * ![End of life 0.8](https://img.shields.io/badge/Node.js%20End%20of%20Life-0.8.28-lightgrey.svg) diff --git a/recipes-devtools/nodejs/nodejs_4.8.0.bb b/recipes-devtools/nodejs/nodejs_4.8.0.bb deleted file mode 100644 index a49f0c60..00000000 --- a/recipes-devtools/nodejs/nodejs_4.8.0.bb +++ /dev/null @@ -1,9 +0,0 @@ -require nodejs_4.inc -require nodejs_iojs.inc - -INC_PR = "r1" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=f45e9ffb97e64da46d14f462d34a039f" - -SRC_URI[src.md5sum] = "9a94dcf14b35af569435aac1f8b9bba5" -SRC_URI[src.sha256sum] = "6e65d19e0135be474df53a350af766a8f1ba5ef1a5288a4da993a1a9b0e04942" diff --git a/recipes-devtools/nodejs/nodejs_4.8.1.bb b/recipes-devtools/nodejs/nodejs_4.8.1.bb new file mode 100644 index 00000000..eafe551b --- /dev/null +++ b/recipes-devtools/nodejs/nodejs_4.8.1.bb @@ -0,0 +1,9 @@ +require nodejs_4.inc +require nodejs_iojs.inc + +INC_PR = "r1" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=f45e9ffb97e64da46d14f462d34a039f" + +SRC_URI[src.md5sum] = "8a66d0eb189d911b308226a208e2f8c5" +SRC_URI[src.sha256sum] = "0cdc67fb2df091414447e2e1750b371be99a7b61c11ade0261ce5bab845e9dd1"