mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/nodejs: bump version to 10.15.3
See https://nodejs.org/en/blog/release/v10.15.3/ The host tool "torque" is unfortunately not built by complying to our LDFLAGS, so it is not built with the proper RPATH. We fix that using patchelf, and install it to $(HOST_DIR) to make it available during the build of the target nodejs. Signed-off-by: Martin Bark <martin@barkynet.com> [Thomas: - add explanation in the commit log about torque - install torque in $(HOST_DIR)/bin and not $(HOST_DIR)/usr/bin] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
c5a2b7c241
commit
2ebc2219d5
@@ -1,5 +1,5 @@
|
||||
# From https://nodejs.org/dist/v8.15.0/SHASUMS256.txt
|
||||
sha256 968523333947cc3f769d73dedc6c9c60580826d8714bc0e62ca4589de6a7c633 node-v8.15.0.tar.xz
|
||||
# From https://nodejs.org/dist/v10.15.3/SHASUMS256.txt
|
||||
sha256 4e22d926f054150002055474e452ed6cbb85860aa7dc5422213a2002ed9791d5 node-v10.15.3.tar.xz
|
||||
|
||||
# Hash for license file
|
||||
sha256 b87be6c1479ed977481115869c2dd8b6d59e5ea55aa09939d6c898242121b2f5 LICENSE
|
||||
|
||||
Reference in New Issue
Block a user