diff options
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_4.6.0.bb (renamed from meta-oe/recipes-devtools/nodejs/nodejs_4.5.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_4.5.0.bb b/meta-oe/recipes-devtools/nodejs/nodejs_4.6.0.bb index ceba2b820f..74793719c6 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_4.5.0.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_4.6.0.bb | |||
@@ -12,8 +12,8 @@ COMPATIBLE_MACHINE_mips64 = "(!.*mips64).*" | |||
12 | SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \ | 12 | SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \ |
13 | file://no-registry.patch \ | 13 | file://no-registry.patch \ |
14 | " | 14 | " |
15 | SRC_URI[md5sum] = "ac8e38c83f29e83d496d4bc4283487b0" | 15 | SRC_URI[md5sum] = "40f3613f679d252674e000013e75ed8a" |
16 | SRC_URI[sha256sum] = "97b99d378c56802444208409568e2e66c46332897f06aead74d1ffbe733bd488" | 16 | SRC_URI[sha256sum] = "42910dbd34e49bfc40580e06753947c30d31101455a38e9f0343a23d67c0c694" |
17 | 17 | ||
18 | S = "${WORKDIR}/node-v${PV}" | 18 | S = "${WORKDIR}/node-v${PV}" |
19 | 19 | ||