diff options
| -rwxr-xr-x | meta-oe/recipes-devtools/nodejs/nodejs/run-ptest | 3 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/nodejs/nodejs_18.14.2.bb | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs/run-ptest b/meta-oe/recipes-devtools/nodejs/nodejs/run-ptest new file mode 100755 index 0000000000..07a8f2a99c --- /dev/null +++ b/meta-oe/recipes-devtools/nodejs/nodejs/run-ptest | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | ./cctest | ||
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_18.14.2.bb b/meta-oe/recipes-devtools/nodejs/nodejs_18.14.2.bb index 66bdf15da1..19df7d542a 100644 --- a/meta-oe/recipes-devtools/nodejs/nodejs_18.14.2.bb +++ b/meta-oe/recipes-devtools/nodejs/nodejs_18.14.2.bb | |||
| @@ -27,6 +27,7 @@ SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \ | |||
| 27 | file://system-c-ares.patch \ | 27 | file://system-c-ares.patch \ |
| 28 | file://0001-liftoff-Correct-function-signatures.patch \ | 28 | file://0001-liftoff-Correct-function-signatures.patch \ |
| 29 | file://0001-mips-Use-32bit-cast-for-operand-on-mips32.patch \ | 29 | file://0001-mips-Use-32bit-cast-for-operand-on-mips32.patch \ |
| 30 | file://run-ptest \ | ||
| 30 | " | 31 | " |
| 31 | 32 | ||
| 32 | SRC_URI:append:class-target = " \ | 33 | SRC_URI:append:class-target = " \ |
