From b7c5da9e9e09a2ebdc6b86def382d8c79c47a1dc Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 19 Oct 2021 17:34:13 +0200 Subject: libatomic-ops: upgrade 7.6.10 -> 7.6.12 (From OE-Core rev: ee3672b87f89658902080619f62e8a447eebe525) Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../libatomic-ops/libatomic-ops_7.6.10.bb | 23 ---------------------- .../libatomic-ops/libatomic-ops_7.6.12.bb | 22 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 23 deletions(-) delete mode 100644 meta/recipes-support/libatomic-ops/libatomic-ops_7.6.10.bb create mode 100644 meta/recipes-support/libatomic-ops/libatomic-ops_7.6.12.bb diff --git a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.10.bb b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.10.bb deleted file mode 100644 index 74afe9c92f..0000000000 --- a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.10.bb +++ /dev/null @@ -1,23 +0,0 @@ -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/" -SECTION = "optional" -PROVIDES += "libatomics-ops" -LICENSE = "GPLv2 & MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ - file://doc/LICENSING.txt;md5=e00dd5c8ac03a14c5ae5225a4525fa2d \ - " - -SRC_URI = "https://github.com/ivmai/libatomic_ops/releases/download/v${PV}/libatomic_ops-${PV}.tar.gz" -UPSTREAM_CHECK_URI = "https://github.com/ivmai/libatomic_ops/releases" - -SRC_URI[md5sum] = "90a78a84d9c28ce11f331c25289bfbd0" -SRC_URI[sha256sum] = "587edf60817f56daf1e1ab38a4b3c729b8e846ff67b4f62a6157183708f099af" - -S = "${WORKDIR}/libatomic_ops-${PV}" - -ALLOW_EMPTY:${PN} = "1" - -inherit autotools pkgconfig - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.12.bb b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.12.bb new file mode 100644 index 0000000000..d7aecc706c --- /dev/null +++ b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.12.bb @@ -0,0 +1,22 @@ +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/" +SECTION = "optional" +PROVIDES += "libatomics-ops" +LICENSE = "GPLv2 & MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://doc/LICENSING.txt;md5=e00dd5c8ac03a14c5ae5225a4525fa2d \ + " + +SRC_URI = "https://github.com/ivmai/libatomic_ops/releases/download/v${PV}/libatomic_ops-${PV}.tar.gz" +UPSTREAM_CHECK_URI = "https://github.com/ivmai/libatomic_ops/releases" + +SRC_URI[sha256sum] = "f0ab566e25fce08b560e1feab6a3db01db4a38e5bc687804334ef3920c549f3e" + +S = "${WORKDIR}/libatomic_ops-${PV}" + +ALLOW_EMPTY:${PN} = "1" + +inherit autotools pkgconfig + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf