mirror of
https://git.yoctoproject.org/poky
synced 2026-03-03 13:59:40 +01:00
Fixes: [YOCTO #13471] (From OE-Core rev: 6db24928d62aeb093a0e6da6619713eaca57a96f) Signed-off-by: Ida Delphine <idadelm@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
24 lines
941 B
BlitzBasic
24 lines
941 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 = "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"
|