diff options
Diffstat (limited to 'meta/recipes-support/libatomic-ops/libatomic-ops_7.6.10.bb')
| -rw-r--r-- | meta/recipes-support/libatomic-ops/libatomic-ops_7.6.10.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.10.bb b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.10.bb new file mode 100644 index 0000000000..7628eedb1b --- /dev/null +++ b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.10.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 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 | " | ||
| 9 | |||
| 10 | SRC_URI = "https://github.com/ivmai/libatomic_ops/releases/download/v${PV}/libatomic_ops-${PV}.tar.gz" | ||
| 11 | UPSTREAM_CHECK_URI = "https://github.com/ivmai/libatomic_ops/releases" | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "90a78a84d9c28ce11f331c25289bfbd0" | ||
| 14 | SRC_URI[sha256sum] = "587edf60817f56daf1e1ab38a4b3c729b8e846ff67b4f62a6157183708f099af" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/libatomic_ops-${PV}" | ||
| 17 | |||
| 18 | ALLOW_EMPTY_${PN} = "1" | ||
| 19 | |||
| 20 | inherit autotools pkgconfig | ||
| 21 | |||
| 22 | BBCLASSEXTEND = "native nativesdk" | ||
