mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-16 10:13:12 +00:00
* This is new LTS release * Add patch to fix build on mips/mips64 * Add patch to build with new c-ares 2.17+ * Enhance native binaries patch to include additional native torque use * Drop mips-warnings.patch and python 3.10 support patch which is already available in 16.x * Refresh rest of patches against 16.x base Signed-off-by: Khem Raj <raj.khem@gmail.com>
71 lines
2.4 KiB
Diff
71 lines
2.4 KiB
Diff
From 6c3ac20477a4bac643088f24df3c042e627fafa9 Mon Sep 17 00:00:00 2001
|
|
From: Guillaume Burel <guillaume.burel@stormshield.eu>
|
|
Date: Fri, 3 Jan 2020 11:25:54 +0100
|
|
Subject: [PATCH] Using native binaries
|
|
|
|
---
|
|
node.gyp | 4 ++--
|
|
tools/v8_gypfiles/v8.gyp | 11 ++++-------
|
|
2 files changed, 6 insertions(+), 9 deletions(-)
|
|
|
|
--- a/node.gyp
|
|
+++ b/node.gyp
|
|
@@ -294,6 +294,7 @@
|
|
'action_name': 'run_mkcodecache',
|
|
'process_outputs_as_sources': 1,
|
|
'inputs': [
|
|
+ '<(PRODUCT_DIR)/v8-qemu-wrapper.sh',
|
|
'<(mkcodecache_exec)',
|
|
],
|
|
'outputs': [
|
|
@@ -319,6 +320,7 @@
|
|
'action_name': 'node_mksnapshot',
|
|
'process_outputs_as_sources': 1,
|
|
'inputs': [
|
|
+ '<(PRODUCT_DIR)/v8-qemu-wrapper.sh',
|
|
'<(node_mksnapshot_exec)',
|
|
],
|
|
'outputs': [
|
|
--- a/tools/v8_gypfiles/v8.gyp
|
|
+++ b/tools/v8_gypfiles/v8.gyp
|
|
@@ -68,6 +68,7 @@
|
|
{
|
|
'action_name': 'run_torque_action',
|
|
'inputs': [ # Order matters.
|
|
+ '<(PRODUCT_DIR)/v8-qemu-wrapper.sh',
|
|
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)torque<(EXECUTABLE_SUFFIX)',
|
|
'<@(torque_files)',
|
|
],
|
|
@@ -99,6 +100,7 @@
|
|
'<@(torque_outputs_inc)',
|
|
],
|
|
'action': [
|
|
+ '<(PRODUCT_DIR)/v8-qemu-wrapper.sh',
|
|
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)torque<(EXECUTABLE_SUFFIX)',
|
|
'-o', '<(SHARED_INTERMEDIATE_DIR)/torque-generated',
|
|
'-v8-root', '<(V8_ROOT)',
|
|
@@ -225,6 +227,7 @@
|
|
{
|
|
'action_name': 'generate_bytecode_builtins_list_action',
|
|
'inputs': [
|
|
+ '<(PRODUCT_DIR)/v8-qemu-wrapper.sh',
|
|
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)bytecode_builtins_list_generator<(EXECUTABLE_SUFFIX)',
|
|
],
|
|
'outputs': [
|
|
@@ -415,6 +418,7 @@
|
|
],
|
|
},
|
|
'inputs': [
|
|
+ '<(PRODUCT_DIR)/v8-qemu-wrapper.sh',
|
|
'<(mksnapshot_exec)',
|
|
],
|
|
'outputs': [
|
|
@@ -1548,6 +1552,7 @@
|
|
{
|
|
'action_name': 'run_gen-regexp-special-case_action',
|
|
'inputs': [
|
|
+ '<(PRODUCT_DIR)/v8-qemu-wrapper.sh',
|
|
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)gen-regexp-special-case<(EXECUTABLE_SUFFIX)',
|
|
],
|
|
'outputs': [
|