node: make hostpkg only
authorHirokazu MORIKAWA <redacted>
Mon, 10 Mar 2025 00:29:09 +0000 (09:29 +0900)
committerHannu Nyman <redacted>
Sat, 15 Mar 2025 06:36:29 +0000 (08:36 +0200)
commit853ea061b842eb8ad1d2a2c3252dca61086a7866
treeed6de25f41f7e6ea6ad0a60400404f50e14a5d00
parent7c496ceedc3b6f9da5f6161a1cfe272cc85f9ba0
node: make hostpkg only

https://github.com/openwrt/packages/issues/26078
As a result of the discussion in this thread, the node.js package was changed to hostpkg only.
In addition, this fix uses the pre-built version distributed on nodejs.
The use of pre-build is based on the suggestion of @artynet.

The packages in the node module are successfully built, but the target node.js itself cannot be provided, so it cannot be used.

Yarn, which is used in packages for web front ends, etc., can be used without any problems.

Support for host builds other than linux x86_64.

Signed-off-by: Hirokazu MORIKAWA <redacted>
lang/node/Makefile
lang/node/patches/003-path.patch [deleted file]
lang/node/patches/004-musl_support.patch [deleted file]
lang/node/patches/200-uv_gyp.patch [deleted file]
lang/node/patches/201-zlib_gyp.patch [deleted file]
lang/node/patches/202-node_gyp.patch [deleted file]
lang/node/patches/203-icu-generic_gyp.patch [deleted file]
lang/node/patches/204-v8_gyp.patch [deleted file]
lang/node/patches/999-localhost-no-addrconfig.patch [deleted file]
lang/node/patches/999-revert_enable_pointer_authentication_on_arm64.patch [deleted file]
git clone https://git.99rst.org/PROJECT