diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-10-19 17:34:13 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-23 17:42:26 +0100 |
| commit | b7c5da9e9e09a2ebdc6b86def382d8c79c47a1dc (patch) | |
| tree | 339854159711983a4dcc4c3c9c60fc3ea5002bfc /meta/recipes-support/libatomic-ops/libatomic-ops_7.6.12.bb | |
| parent | fb5b9b4c983ddf12c36a571561055fdd964c4565 (diff) | |
| download | poky-b7c5da9e9e09a2ebdc6b86def382d8c79c47a1dc.tar.gz | |
libatomic-ops: upgrade 7.6.10 -> 7.6.12
(From OE-Core rev: ee3672b87f89658902080619f62e8a447eebe525)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libatomic-ops/libatomic-ops_7.6.12.bb')
| -rw-r--r-- | meta/recipes-support/libatomic-ops/libatomic-ops_7.6.12.bb | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ | |||
| 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." | ||
| 3 | HOMEPAGE = "https://github.com/ivmai/libatomic_ops/" | ||
| 4 | SECTION = "optional" | ||
| 5 | PROVIDES += "libatomics-ops" | ||
| 6 | LICENSE = "GPLv2 & MIT" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
| 8 | file://doc/LICENSING.txt;md5=e00dd5c8ac03a14c5ae5225a4525fa2d \ | ||
| 9 | " | ||
| 10 | |||
| 11 | SRC_URI = "https://github.com/ivmai/libatomic_ops/releases/download/v${PV}/libatomic_ops-${PV}.tar.gz" | ||
| 12 | UPSTREAM_CHECK_URI = "https://github.com/ivmai/libatomic_ops/releases" | ||
| 13 | |||
| 14 | SRC_URI[sha256sum] = "f0ab566e25fce08b560e1feab6a3db01db4a38e5bc687804334ef3920c549f3e" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/libatomic_ops-${PV}" | ||
| 17 | |||
| 18 | ALLOW_EMPTY:${PN} = "1" | ||
| 19 | |||
| 20 | inherit autotools pkgconfig | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
