summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-11-21 10:24:10 -0800
committerArmin Kuster <akuster808@gmail.com>2020-01-19 08:52:34 -0800
commitff16275b3f51eb24aa27039b738f74deb914b362 (patch)
treeff4d448084e13f5892f9b9abeb7085c1026d121c
parente855ecc6d35677e79780adc57b2552213c995731 (diff)
downloadmeta-openembedded-ff16275b3f51eb24aa27039b738f74deb914b362.tar.gz
nodejs: libatomic patch should be target specific
host usually are using gcc/x86_64/aarch64 and all of them have gcc which can support atomic intrinsics, but not all of them install libatomic by default e.g. centos-7, so asking for libatomic unconditionally may not work always Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Andreas Müller <schnitzeltony@gmail.com> Acked-by: Tim Orling <timothy.t.orling@linux.intel.com> (cherry picked from commit 86d4131dfabdf4bca27d96de6f271565f1a3a5c6) [Fixup for zeus context] Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/nodejs/nodejs_10.16.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/nodejs/nodejs_10.16.3.bb b/meta-oe/recipes-devtools/nodejs/nodejs_10.16.3.bb
index a978eebe4..215d5e7ac 100644
--- a/meta-oe/recipes-devtools/nodejs/nodejs_10.16.3.bb
+++ b/meta-oe/recipes-devtools/nodejs/nodejs_10.16.3.bb
@@ -19,10 +19,10 @@ SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \
19 file://0001-Disable-running-gyp-files-for-bundled-deps.patch \ 19 file://0001-Disable-running-gyp-files-for-bundled-deps.patch \
20 file://0003-Crypto-reduce-memory-usage-of-SignFinal.patch \ 20 file://0003-Crypto-reduce-memory-usage-of-SignFinal.patch \
21 file://0004-Make-compatibility-with-gcc-4.8.patch \ 21 file://0004-Make-compatibility-with-gcc-4.8.patch \
22 file://0005-Link-atomic-library.patch \
23 file://0006-Use-target-ldflags.patch \ 22 file://0006-Use-target-ldflags.patch \
24 " 23 "
25SRC_URI_append_class-target = " \ 24SRC_URI_append_class-target = " \
25 file://0005-Link-atomic-library.patch \
26 file://0002-Using-native-torque.patch \ 26 file://0002-Using-native-torque.patch \
27 " 27 "
28 28