diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-12-19 15:29:23 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-20 14:53:55 +0000 |
commit | 2113d5ccd206d98764fcf12f6fd8c10912133439 (patch) | |
tree | e0b908f4d5125d76a006c8a8036b803e8c8bd657 /meta/recipes-support | |
parent | 0ff8afedda244c3432abe723dfd9186ffcc3d965 (diff) | |
download | poky-2113d5ccd206d98764fcf12f6fd8c10912133439.tar.gz |
libatomic-ops: upgrade 7.6.6 -> 7.6.8
For changes, see:
https://github.com/ivmai/libatomic_ops/compare/v7.6.6...v7.6.8
Also switch to using tarball release instead.
(From OE-Core rev: a33170ff9a7abc5689e266e093069fd716c62622)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libatomic-ops/libatomic-ops_7.6.8.bb (renamed from meta/recipes-support/libatomic-ops/libatomic-ops_7.6.6.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.6.bb b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.8.bb index 32d26a34e9..b40e567142 100644 --- a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.6.bb +++ b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.8.bb | |||
@@ -6,13 +6,13 @@ LICENSE = "GPLv2 & MIT" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
7 | file://doc/LICENSING.txt;md5=e00dd5c8ac03a14c5ae5225a4525fa2d \ | 7 | file://doc/LICENSING.txt;md5=e00dd5c8ac03a14c5ae5225a4525fa2d \ |
8 | " | 8 | " |
9 | PV .= "+git${SRCPV}" | ||
10 | SRCBRANCH ?= "release-7_6" | ||
11 | 9 | ||
12 | SRCREV = "76ffb3b87946e4c372d112d8d00786632deab934" | 10 | SRC_URI = "https://github.com/ivmai/libatomic_ops/releases/download/v${PV}/libatomic_ops-${PV}.tar.gz" |
13 | SRC_URI = "git://github.com/ivmai/libatomic_ops;branch=${SRCBRANCH}" | ||
14 | 11 | ||
15 | S = "${WORKDIR}/git" | 12 | SRC_URI[md5sum] = "99128f05e3e3f4e0cd39aa23f23bbe0c" |
13 | SRC_URI[sha256sum] = "1d6a279edf81767e74d2ad2c9fce09459bc65f12c6525a40b0cb3e53c089f665" | ||
14 | |||
15 | S = "${WORKDIR}/libatomic_ops-${PV}" | ||
16 | 16 | ||
17 | ALLOW_EMPTY_${PN} = "1" | 17 | ALLOW_EMPTY_${PN} = "1" |
18 | 18 | ||