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