blob: 8292c3b3120ce64d1d5a6d023075be6ed79789f6 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SUMMARY = "A library for atomic integer operations"
2HOMEPAGE = "https://github.com/ivmai/libatomic_ops/"
3SECTION = "optional"
4PROVIDES += "libatomics-ops"
5LICENSE = "GPLv2 & MIT"
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
7 file://doc/LICENSING.txt;md5=e00dd5c8ac03a14c5ae5225a4525fa2d \
8 "
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08009
Brad Bishop977dc1a2019-02-06 16:01:43 -050010SRC_URI = "https://github.com/ivmai/libatomic_ops/releases/download/v${PV}/libatomic_ops-${PV}.tar.gz"
Brad Bishop19323692019-04-05 15:28:33 -040011UPSTREAM_CHECK_URI = "https://github.com/ivmai/libatomic_ops/releases"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080012
Brad Bishop977dc1a2019-02-06 16:01:43 -050013SRC_URI[md5sum] = "99128f05e3e3f4e0cd39aa23f23bbe0c"
14SRC_URI[sha256sum] = "1d6a279edf81767e74d2ad2c9fce09459bc65f12c6525a40b0cb3e53c089f665"
15
16S = "${WORKDIR}/libatomic_ops-${PV}"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080017
18ALLOW_EMPTY_${PN} = "1"
19
20inherit autotools pkgconfig
21
22BBCLASSEXTEND = "native nativesdk"