From: Nguyen Dat Tho Date: Thu, 24 Apr 2025 02:38:00 +0000 (+0900) Subject: libatomic-ops: Update GITHUB_BASE_URI X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e65452b60d04bae3cdc4f5f5883f60ed78c60594;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Nguyen Dat Tho Signed-off-by: Richard Purdie --- 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 39d761abdd2..569da165105 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 @@ SUMMARY = "A library for atomic integer operations" DESCRIPTION = "Package provides semi-portable access to hardware-provided atomic memory update operations on a number of architectures." -HOMEPAGE = "https://github.com/ivmai/libatomic_ops/" +HOMEPAGE = "https://github.com/bdwgc/libatomic_ops/" SECTION = "optional" PROVIDES += "libatomics-ops" LICENSE = "GPL-2.0-only & MIT" @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ " SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libatomic_ops-${PV}.tar.gz" -GITHUB_BASE_URI = "https://github.com/ivmai/libatomic_ops/releases" +GITHUB_BASE_URI = "https://github.com/bdwgc/libatomic_ops/releases" SRC_URI[sha256sum] = "d305207fe207f2b3fb5cb4c019da12b44ce3fcbc593dfd5080d867b1a2419b51"