Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | SUMMARY = "A library for atomic integer operations" |
| 2 | HOMEPAGE = "https://github.com/ivmai/libatomic_ops/" |
| 3 | SECTION = "optional" |
| 4 | PROVIDES += "libatomics-ops" |
| 5 | LICENSE = "GPLv2 & MIT" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
| 7 | file://doc/LICENSING.txt;md5=e00dd5c8ac03a14c5ae5225a4525fa2d \ |
| 8 | " |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 9 | |
Brad Bishop | 977dc1a | 2019-02-06 16:01:43 -0500 | [diff] [blame] | 10 | SRC_URI = "https://github.com/ivmai/libatomic_ops/releases/download/v${PV}/libatomic_ops-${PV}.tar.gz" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 11 | UPSTREAM_CHECK_URI = "https://github.com/ivmai/libatomic_ops/releases" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 12 | |
Brad Bishop | 977dc1a | 2019-02-06 16:01:43 -0500 | [diff] [blame] | 13 | SRC_URI[md5sum] = "99128f05e3e3f4e0cd39aa23f23bbe0c" |
| 14 | SRC_URI[sha256sum] = "1d6a279edf81767e74d2ad2c9fce09459bc65f12c6525a40b0cb3e53c089f665" |
| 15 | |
| 16 | S = "${WORKDIR}/libatomic_ops-${PV}" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 17 | |
| 18 | ALLOW_EMPTY_${PN} = "1" |
| 19 | |
| 20 | inherit autotools pkgconfig |
| 21 | |
| 22 | BBCLASSEXTEND = "native nativesdk" |