mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
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>
This commit is contained in:
@@ -18,10 +18,10 @@ COMPATIBLE_HOST_riscv32 = "null"
|
|||||||
SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \
|
SRC_URI = "http://nodejs.org/dist/v${PV}/node-v${PV}.tar.xz \
|
||||||
file://0001-Disable-running-gyp-files-for-bundled-deps.patch \
|
file://0001-Disable-running-gyp-files-for-bundled-deps.patch \
|
||||||
file://0004-Make-compatibility-with-gcc-4.8.patch \
|
file://0004-Make-compatibility-with-gcc-4.8.patch \
|
||||||
file://0005-Link-atomic-library.patch \
|
|
||||||
file://0007-v8-don-t-override-ARM-CFLAGS.patch \
|
file://0007-v8-don-t-override-ARM-CFLAGS.patch \
|
||||||
"
|
"
|
||||||
SRC_URI_append_class-target = " \
|
SRC_URI_append_class-target = " \
|
||||||
|
file://0005-Link-atomic-library.patch \
|
||||||
file://0002-Using-native-torque.patch \
|
file://0002-Using-native-torque.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user