]> code.ossystems Code Review - openembedded-core.git/commitdiff
libatomic-ops: upgrade to version 7.6.4
authorMaxin B. John <maxin.john@intel.com>
Mon, 9 Apr 2018 11:55:04 +0000 (14:55 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 May 2018 09:00:08 +0000 (10:00 +0100)
* 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@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/libatomic-ops/libatomic-ops_7.6.4.bb [moved from meta/recipes-support/libatomic-ops/libatomic-ops_7.6.2.bb with 91% similarity]

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 f7b416352db18902d2387eeb81fd067c9dce33a0..271721e77e6931ecdce918a97ac7e7ba9a0c9a69 100644 (file)
@@ -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"