blob: 32d26a34e9439f410705ab5d9cf19159af472f82 [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 "
9PV .= "+git${SRCPV}"
10SRCBRANCH ?= "release-7_6"
11
12SRCREV = "76ffb3b87946e4c372d112d8d00786632deab934"
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"