diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-05-09 19:23:38 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-22 10:53:47 +0100 |
commit | 850fc2b915ecacf50e411ab32d04ca8ee7187e5f (patch) | |
tree | 605bd838a905665950e45e957a91ce5dc12d2ef8 | |
parent | 0117b5e9b3661a853bc78765939f8e42c7b30409 (diff) | |
download | poky-850fc2b915ecacf50e411ab32d04ca8ee7187e5f.tar.gz |
libatomic-ops: update 7.6.14 -> 7.8.0
License-update: file relocated, formatting.
(From OE-Core rev: 269e7ee642b8e1fb2499dd6df210c6224ca39894)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/libatomic-ops/libatomic-ops_7.8.0.bb (renamed from meta/recipes-support/libatomic-ops/libatomic-ops_7.6.14.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.14.bb b/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.0.bb index fbfbdacbdd..d4b77f6244 100644 --- a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.14.bb +++ b/meta/recipes-support/libatomic-ops/libatomic-ops_7.8.0.bb | |||
@@ -5,13 +5,13 @@ SECTION = "optional" | |||
5 | PROVIDES += "libatomics-ops" | 5 | PROVIDES += "libatomics-ops" |
6 | LICENSE = "GPL-2.0-only & MIT" | 6 | LICENSE = "GPL-2.0-only & MIT" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
8 | file://doc/LICENSING.txt;md5=dfc50c7cea7b66935844587a0f7389e7 \ | 8 | file://LICENSE;md5=5700d28353dfa2f191ca9b1bd707865e \ |
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/ivmai/libatomic_ops/releases" |
13 | 13 | ||
14 | SRC_URI[sha256sum] = "390f244d424714735b7050d056567615b3b8f29008a663c262fb548f1802d292" | 14 | SRC_URI[sha256sum] = "15676e7674e11bda5a7e50a73f4d9e7d60452271b8acf6fd39a71fefdf89fa31" |
15 | 15 | ||
16 | S = "${WORKDIR}/libatomic_ops-${PV}" | 16 | S = "${WORKDIR}/libatomic_ops-${PV}" |
17 | 17 | ||