mirror of
https://git.yoctoproject.org/poky
synced 2026-02-25 19:09:41 +01:00
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>
23 lines
869 B
BlitzBasic
23 lines
869 B
BlitzBasic
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"
|