diff options
author | Jonathan Liu <net147@gmail.com> | 2016-05-29 22:31:06 +1000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-08 14:55:24 +0200 |
commit | 25f31a59529a7df6895cd0df16a5b4541af86b33 (patch) | |
tree | b4aa4f2084af1f5e1416a8637b9bc437ae81c1dd /meta-oe | |
parent | ff41698c1d5aeecb9c33e9abd312fa9a0b7173a8 (diff) | |
download | meta-openembedded-25f31a59529a7df6895cd0df16a5b4541af86b33.tar.gz |
nodejs: update to 4.4.5
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_4.4.5.bb (renamed from meta-oe/recipes-devtools/nodejs/nodejs_4.4.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_4.4.4.bb b/meta-oe/recipes-devtools/nodejs/nodejs_4.4.5.bb index 8c917208f..479c97336 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_4.4.4.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_4.4.5.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] = "1ad7915688df85f62a57f43860dc54c6" | 15 | SRC_URI[md5sum] = "376140907bbe362f36065a30af04f020" |
16 | SRC_URI[sha256sum] = "2c9cedc401145a6648877ebd3fa9090c874dfced8bf7a6e7d9d8e9c21827b114" | 16 | SRC_URI[sha256sum] = "eaec2cd3c26a1cc101b829d32fef392268285187d1d9eda3718db288e7be28c6" |
17 | 17 | ||
18 | S = "${WORKDIR}/node-v${PV}" | 18 | S = "${WORKDIR}/node-v${PV}" |
19 | 19 | ||