[oe-commits] [meta-openembedded] 01/19: nodejs: libatomic patch should be target specific

git at git.openembedded.org git at git.openembedded.org
Tue Feb 18 00:11:05 UTC 2020


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch zeus-next
in repository meta-openembedded.

commit ff16275b3f51eb24aa27039b738f74deb914b362
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Nov 21 10:24:10 2019 -0800

    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 at gmail.com>
    Acked-by: Andreas Müller <schnitzeltony at gmail.com>
    Acked-by: Tim Orling <timothy.t.orling at linux.intel.com>
    (cherry picked from commit 86d4131dfabdf4bca27d96de6f271565f1a3a5c6)
    [Fixup for zeus context]
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-devtools/nodejs/nodejs_10.16.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 a978eeb..215d5e7 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 \
            file://0001-Disable-running-gyp-files-for-bundled-deps.patch \
            file://0003-Crypto-reduce-memory-usage-of-SignFinal.patch \
            file://0004-Make-compatibility-with-gcc-4.8.patch \
-           file://0005-Link-atomic-library.patch \
            file://0006-Use-target-ldflags.patch \
            "
 SRC_URI_append_class-target = " \
+           file://0005-Link-atomic-library.patch \
            file://0002-Using-native-torque.patch \
            "
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list