diff options
Diffstat (limited to 'meta/recipes-support/libatomic-ops/libatomic-ops_7.6.0.bb')
| -rw-r--r-- | meta/recipes-support/libatomic-ops/libatomic-ops_7.6.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.0.bb b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.0.bb new file mode 100644 index 0000000000..4463d86c86 --- /dev/null +++ b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.0.bb | |||
| @@ -0,0 +1,20 @@ | |||
| 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 | |||
| 11 | SRCREV = "73c60c5ef1ed370111549ee5aab6d4020ba70ed4" | ||
| 12 | SRC_URI = "git://github.com/ivmai/libatomic_ops" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | ALLOW_EMPTY_${PN} = "1" | ||
| 17 | |||
| 18 | inherit autotools pkgconfig | ||
| 19 | |||
| 20 | BBCLASSEXTEND = "native nativesdk" | ||
