summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-08-30 12:11:51 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-01 10:14:01 +0100
commit28e5e1ebdd8a6f8b9be91c3b028da3ad722d9729 (patch)
tree94088827c7d84365522f44c6060ef5bcace952df
parent5490add305734cf52a2b5adb956590f99ac09336 (diff)
downloadpoky-28e5e1ebdd8a6f8b9be91c3b028da3ad722d9729.tar.gz
libatomic-ops: upgrade 7.6.12 -> 7.6.14
License-Update: Adjust/reformat content of LICENSING.txt ========================================================= "libatomic_ops_gpl.a" changed to "libatomic_ops_gpl.a file" "sysdeps" changed to "atomic_ops/sysdeps" "This applies only to test code, sample applications," changed to "This applies only to the test code" Changelog: ========== Add note to README that AO malloc code has same license as AO stack Adjust/reformat content of LICENSING.txt Avoid AO_stack_t to cross CPU cache line boundary Do not assume 'ordered except earlier write' for UWP/arm64 Do not name GCC intrinsics as C11 ones in ChangeLog and configure Eliminate '-pedantic is not option that controls warnings' GCC-6.3 message Ensure result of AO_test_and_set is always AO_TS_CLEAR or AO_TS_SET Fix 'AO_malloc redefinition' MS VC warning caused by attributes mismatch Fix 'use of undeclared SIG_BLOCK' Clang error if -std=c89 on Cygwin Fix AO_compare_and_swap_full asm code for clang on sparc Fix a typo in comment of AO_stack_push_explicit_aux_release Fix code indentation in main() of test_stack.c Refine AO_UNIPROCESSOR macro description in configure Remove outdated comment about unsupported Win64 in atomic_ops_stack.h Repeat black list check on CAS fail in stack_push_explicit_aux_release (From OE-Core rev: a0f177ef7f52bab06d8fff752ba8390defd71ed5) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/libatomic-ops/libatomic-ops_7.6.14.bb (renamed from meta/recipes-support/libatomic-ops/libatomic-ops_7.6.12.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.12.bb b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.14.bb
index 8ea8436977..fad92df507 100644
--- a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.12.bb
+++ b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.14.bb
@@ -5,13 +5,13 @@ SECTION = "optional"
5PROVIDES += "libatomics-ops" 5PROVIDES += "libatomics-ops"
6LICENSE = "GPL-2.0-only & MIT" 6LICENSE = "GPL-2.0-only & MIT"
7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
8 file://doc/LICENSING.txt;md5=e00dd5c8ac03a14c5ae5225a4525fa2d \ 8 file://doc/LICENSING.txt;md5=dfc50c7cea7b66935844587a0f7389e7 \
9 " 9 "
10 10
11SRC_URI = "https://github.com/ivmai/libatomic_ops/releases/download/v${PV}/libatomic_ops-${PV}.tar.gz" 11SRC_URI = "https://github.com/ivmai/libatomic_ops/releases/download/v${PV}/libatomic_ops-${PV}.tar.gz"
12UPSTREAM_CHECK_URI = "https://github.com/ivmai/libatomic_ops/releases" 12UPSTREAM_CHECK_URI = "https://github.com/ivmai/libatomic_ops/releases"
13 13
14SRC_URI[sha256sum] = "f0ab566e25fce08b560e1feab6a3db01db4a38e5bc687804334ef3920c549f3e" 14SRC_URI[sha256sum] = "390f244d424714735b7050d056567615b3b8f29008a663c262fb548f1802d292"
15 15
16S = "${WORKDIR}/libatomic_ops-${PV}" 16S = "${WORKDIR}/libatomic_ops-${PV}"
17 17