Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [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=94d55d512a9ba36caa9b7df079bae19f \ |
| 7 | file://doc/LICENSING.txt;md5=e00dd5c8ac03a14c5ae5225a4525fa2d \ |
| 8 | " |
| 9 | PV .= "+git${SRCPV}" |
| 10 | SRCBRANCH ?= "release-7_6" |
| 11 | |
| 12 | SRCREV = "5ae4b4aeea2baf13752d07e3038c47f70f06dcac" |
| 13 | SRC_URI = "git://github.com/ivmai/libatomic_ops;branch=${SRCBRANCH}" |
| 14 | |
| 15 | S = "${WORKDIR}/git" |
| 16 | |
| 17 | ALLOW_EMPTY_${PN} = "1" |
| 18 | |
| 19 | inherit autotools pkgconfig |
| 20 | |
| 21 | BBCLASSEXTEND = "native nativesdk" |