diff options
author | Nguyen Dat Tho <tho3.nguyen@lge.com> | 2025-04-24 11:43:45 +0900 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-05-27 09:38:57 -0700 |
commit | e8c615a16964583659a837efec0d2262e06fbcb5 (patch) | |
tree | 40d24c7f980c228cb03f54cb9bbe18bf59e6ef30 | |
parent | 65828b60db441fa6f58b21cdcc20c71abbb2c58f (diff) | |
download | poky-e8c615a16964583659a837efec0d2262e06fbcb5.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: 29d920f4c2249df7a69f00100924b4525e03c0d9)
Signed-off-by: Nguyen Dat Tho <tho3.nguyen@lge.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-support/libatomic-ops/libatomic-ops_7.8.2.bb | 4 |
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 824400e743..6269133408 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 @@ | |||
1 | SUMMARY = "A library for atomic integer operations" | 1 | SUMMARY = "A library for atomic integer operations" |
2 | DESCRIPTION = "Package provides semi-portable access to hardware-provided atomic memory update operations on a number of architectures." | 2 | DESCRIPTION = "Package provides semi-portable access to hardware-provided atomic memory update operations on a number of architectures." |
3 | HOMEPAGE = "https://github.com/ivmai/libatomic_ops/" | 3 | HOMEPAGE = "https://github.com/bdwgc/libatomic_ops/" |
4 | SECTION = "optional" | 4 | SECTION = "optional" |
5 | PROVIDES += "libatomics-ops" | 5 | PROVIDES += "libatomics-ops" |
6 | LICENSE = "GPL-2.0-only & MIT" | 6 | LICENSE = "GPL-2.0-only & MIT" |
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | |||
9 | " | 9 | " |
10 | 10 | ||
11 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libatomic_ops-${PV}.tar.gz" | 11 | SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libatomic_ops-${PV}.tar.gz" |
12 | GITHUB_BASE_URI = "https://github.com/ivmai/libatomic_ops/releases" | 12 | GITHUB_BASE_URI = "https://github.com/bdwgc/libatomic_ops/releases" |
13 | 13 | ||
14 | SRC_URI[sha256sum] = "d305207fe207f2b3fb5cb4c019da12b44ce3fcbc593dfd5080d867b1a2419b51" | 14 | SRC_URI[sha256sum] = "d305207fe207f2b3fb5cb4c019da12b44ce3fcbc593dfd5080d867b1a2419b51" |
15 | 15 | ||