diff options
-rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_10.16.2.bb (renamed from meta-oe/recipes-devtools/nodejs/nodejs_10.16.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_10.16.0.bb b/meta-oe/recipes-devtools/nodejs/nodejs_10.16.2.bb index aaa1da0aa6..e259c45bea 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_10.16.0.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_10.16.2.bb | |||
@@ -23,8 +23,8 @@ SRC_URI_append_class-target = " \ | |||
23 | file://0002-Using-native-torque.patch \ | 23 | file://0002-Using-native-torque.patch \ |
24 | " | 24 | " |
25 | 25 | ||
26 | SRC_URI[md5sum] = "c9a7ab43f8b50c8a4d5545de307b7540" | 26 | SRC_URI[md5sum] = "fa70b942c5e3379ce96219fe90f50c8f" |
27 | SRC_URI[sha256sum] = "18e37f891d10ea7fbc8f6410c444c2b1d9cc3cbbb1d35aa9c41f761816956608" | 27 | SRC_URI[sha256sum] = "6cbc17795e9259dce7a8f5fd5a2e46f9e6920fb48b7d9539c5b2faa5bb5db4d8" |
28 | 28 | ||
29 | S = "${WORKDIR}/node-v${PV}" | 29 | S = "${WORKDIR}/node-v${PV}" |
30 | 30 | ||
@@ -100,7 +100,7 @@ do_install_append_class-target() { | |||
100 | 100 | ||
101 | PACKAGES =+ "${PN}-npm" | 101 | PACKAGES =+ "${PN}-npm" |
102 | FILES_${PN}-npm = "${exec_prefix}/lib/node_modules ${bindir}/npm ${bindir}/npx" | 102 | FILES_${PN}-npm = "${exec_prefix}/lib/node_modules ${bindir}/npm ${bindir}/npx" |
103 | RDEPENDS_${PN}-npm = "bash python-shell python-datetime python-subprocess python-textutils \ | 103 | RDEPENDS_${PN}-npm = "bash python python-shell python-datetime python-subprocess python-textutils \ |
104 | python-compiler python-misc python-multiprocessing" | 104 | python-compiler python-misc python-multiprocessing" |
105 | 105 | ||
106 | PACKAGES =+ "${PN}-systemtap" | 106 | PACKAGES =+ "${PN}-systemtap" |