From 850fc2b915ecacf50e411ab32d04ca8ee7187e5f Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 9 May 2023 19:23:38 +0200 Subject: libatomic-ops: update 7.6.14 -> 7.8.0 License-update: file relocated, formatting. (From OE-Core rev: 269e7ee642b8e1fb2499dd6df210c6224ca39894) Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../libatomic-ops/libatomic-ops_7.6.14.bb | 22 ---------------------- .../libatomic-ops/libatomic-ops_7.8.0.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta/recipes-support/libatomic-ops/libatomic-ops_7.6.14.bb create mode 100644 meta/recipes-support/libatomic-ops/libatomic-ops_7.8.0.bb diff --git a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.14.bb b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.14.bb deleted file mode 100644 index fbfbdacbdd..0000000000 --- a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.14.bb +++ /dev/null @@ -1,22 +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 = "GPL-2.0-only & MIT" -LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ - file://doc/LICENSING.txt;md5=dfc50c7cea7b66935844587a0f7389e7 \ - " - -SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libatomic_ops-${PV}.tar.gz" -GITHUB_BASE_URI = "https://github.com/ivmai/libatomic_ops/releases" - -SRC_URI[sha256sum] = "390f244d424714735b7050d056567615b3b8f29008a663c262fb548f1802d292" - -S = "${WORKDIR}/libatomic_ops-${PV}" - -ALLOW_EMPTY:${PN} = "1" - -inherit autotools pkgconfig github-releases - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.0.bb b/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.0.bb new file mode 100644 index 0000000000..d4b77f6244 --- /dev/null +++ b/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.0.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 = "GPL-2.0-only & MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ + file://LICENSE;md5=5700d28353dfa2f191ca9b1bd707865e \ + " + +SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/libatomic_ops-${PV}.tar.gz" +GITHUB_BASE_URI = "https://github.com/ivmai/libatomic_ops/releases" + +SRC_URI[sha256sum] = "15676e7674e11bda5a7e50a73f4d9e7d60452271b8acf6fd39a71fefdf89fa31" + +S = "${WORKDIR}/libatomic_ops-${PV}" + +ALLOW_EMPTY:${PN} = "1" + +inherit autotools pkgconfig github-releases + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf