summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-02-23 12:32:33 +0000
committerKhem Raj <raj.khem@gmail.com>2023-02-24 08:45:43 -0800
commitd051d73bbb7ccba6741c127601dec802e3984f54 (patch)
tree6d777e811f5ade3a62ef132f9654435c8b4e56f9
parent434127fe02221685bd9d59cd195bc45371cd9344 (diff)
downloadmeta-openembedded-d051d73bbb7ccba6741c127601dec802e3984f54.tar.gz
nodejs: remove redundant comment
This commented-out assignment should have been removed in 3ff0235. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb b/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb
index 1c530ee29b..802c4191bb 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_18.12.1.bb
@@ -140,8 +140,6 @@ LDFLAGS:append:x86 = " -latomic"
140CROSS_FLAGS = "--cross-compiling" 140CROSS_FLAGS = "--cross-compiling"
141CROSS_FLAGS:class-native = "--no-cross-compiling" 141CROSS_FLAGS:class-native = "--no-cross-compiling"
142 142
143#export LD="${CXX}"
144
145# Node is way too cool to use proper autotools, so we install two wrappers to forcefully inject proper arch cflags to workaround gypi 143# Node is way too cool to use proper autotools, so we install two wrappers to forcefully inject proper arch cflags to workaround gypi
146do_configure () { 144do_configure () {
147 GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES 145 GYP_DEFINES="${GYP_DEFINES}" export GYP_DEFINES