xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.14.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "A library for atomic integer operations"
2*4882a593SmuzhiyunDESCRIPTION = "Package provides semi-portable access to hardware-provided atomic memory update operations on a number of architectures."
3*4882a593SmuzhiyunHOMEPAGE = "https://github.com/ivmai/libatomic_ops/"
4*4882a593SmuzhiyunSECTION = "optional"
5*4882a593SmuzhiyunPROVIDES += "libatomics-ops"
6*4882a593SmuzhiyunLICENSE = "GPL-2.0-only & MIT"
7*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
8*4882a593Smuzhiyun                    file://doc/LICENSING.txt;md5=dfc50c7cea7b66935844587a0f7389e7 \
9*4882a593Smuzhiyun                    "
10*4882a593Smuzhiyun
11*4882a593SmuzhiyunSRC_URI = "https://github.com/ivmai/libatomic_ops/releases/download/v${PV}/libatomic_ops-${PV}.tar.gz"
12*4882a593SmuzhiyunUPSTREAM_CHECK_URI = "https://github.com/ivmai/libatomic_ops/releases"
13*4882a593Smuzhiyun
14*4882a593SmuzhiyunSRC_URI[sha256sum] = "390f244d424714735b7050d056567615b3b8f29008a663c262fb548f1802d292"
15*4882a593Smuzhiyun
16*4882a593SmuzhiyunS = "${WORKDIR}/libatomic_ops-${PV}"
17*4882a593Smuzhiyun
18*4882a593SmuzhiyunALLOW_EMPTY:${PN} = "1"
19*4882a593Smuzhiyun
20*4882a593Smuzhiyuninherit autotools pkgconfig
21*4882a593Smuzhiyun
22*4882a593SmuzhiyunBBCLASSEXTEND = "native nativesdk"
23