summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNguyen Dat Tho <tho3.nguyen@lge.com>2025-04-24 11:38:00 +0900
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-29 09:55:31 +0100
commitbbcc57ba12ea7fab55254f2b550a1306db445ce4 (patch)
tree1868ad38ca2f9fa4cb04eb2b4534d61176fdfe5d
parent2c841a254890755e7e2f8603dc40aac7777fc77e (diff)
downloadpoky-bbcc57ba12ea7fab55254f2b550a1306db445ce4.tar.gz
libatomic-ops: Update GITHUB_BASE_URI
libatomic-ops moves to new repo https://github.com/ivmai/libatomic_ops according to topic: https://github.com/bdwgc/libatomic_ops/issues/66 (From OE-Core rev: e65452b60d04bae3cdc4f5f5883f60ed78c60594) Signed-off-by: Nguyen Dat Tho <tho3.nguyen@lge.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb b/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb
index 39d761abdd..569da16510 100644
--- a/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb
+++ b/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb
@@ -1,6 +1,6 @@
1SUMMARY = "A library for atomic integer operations" 1SUMMARY = "A library for atomic integer operations"
2DESCRIPTION = "Package provides semi-portable access to hardware-provided atomic memory update operations on a number of architectures." 2DESCRIPTION = "Package provides semi-portable access to hardware-provided atomic memory update operations on a number of architectures."
3HOMEPAGE = "https://github.com/ivmai/libatomic_ops/" 3HOMEPAGE = "https://github.com/bdwgc/libatomic_ops/"
4SECTION = "optional" 4SECTION = "optional"
5PROVIDES += "libatomics-ops" 5PROVIDES += "libatomics-ops"
6LICENSE = "GPL-2.0-only & MIT" 6LICENSE = "GPL-2.0-only & MIT"
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
9 " 9 "
10 10
11SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libatomic_ops-${PV}.tar.gz" 11SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libatomic_ops-${PV}.tar.gz"
12GITHUB_BASE_URI = "https://github.com/ivmai/libatomic_ops/releases" 12GITHUB_BASE_URI = "https://github.com/bdwgc/libatomic_ops/releases"
13 13
14SRC_URI[sha256sum] = "d305207fe207f2b3fb5cb4c019da12b44ce3fcbc593dfd5080d867b1a2419b51" 14SRC_URI[sha256sum] = "d305207fe207f2b3fb5cb4c019da12b44ce3fcbc593dfd5080d867b1a2419b51"
15 15