[oe-commits] [openembedded-core] 77/124: libatomic-ops: upgrade to version 7.6.4

git at git.openembedded.org git at git.openembedded.org
Fri May 4 08:56:38 UTC 2018


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

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 053a61ef23981e23c9ab25b7900787a842f304c3
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Mon Apr 9 14:55:04 2018 +0300

    libatomic-ops: upgrade to version 7.6.4
    
    * Add RISC-V support
    * Convert atomic_ops_malloc.c and tests to valid C++ code
    * Eliminate 'function is never used' cppcheck warning for
    * load_before_cas
    * Eliminate 'using argument that points at uninitialized var' cppcheck
    * error
    * Fix 'AO_pt_lock undefined' error if cross-compiling manually (MinGW)
    * Fix public headers inclusion from clients C++ code
    * Remove gcc/nios2.h file (include gcc/generic.h directly for nios2)
    * Support MIPS rel6
    
    Signed-off-by: Maxin B. John <maxin.john at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../libatomic-ops/{libatomic-ops_7.6.2.bb => libatomic-ops_7.6.4.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.2.bb b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.4.bb
similarity index 91%
rename from meta/recipes-support/libatomic-ops/libatomic-ops_7.6.2.bb
rename to meta/recipes-support/libatomic-ops/libatomic-ops_7.6.4.bb
index f7b4163..271721e 100644
--- a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.2.bb
+++ b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.4.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
 PV .= "+git${SRCPV}"
 SRCBRANCH ?= "release-7_6"
 
-SRCREV = "5ae4b4aeea2baf13752d07e3038c47f70f06dcac"
+SRCREV = "8d98e2811c2f6df99cc65e5cc6964047d8554ace"
 SRC_URI = "git://github.com/ivmai/libatomic_ops;branch=${SRCBRANCH}"
 
 S = "${WORKDIR}/git"

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


More information about the Openembedded-commits mailing list