diff options
author | Maxin B. John <maxin.john@intel.com> | 2018-08-22 13:27:22 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-23 07:50:00 +0100 |
commit | 13fbb96a8df743bff1854ea8edab0ab2bcc83452 (patch) | |
tree | 6f184a393f5a309960193b258939402da6f3b7af /meta | |
parent | 8f88c6eaeeb11dbc99dde3065e03297723ce1bd8 (diff) | |
download | poky-13fbb96a8df743bff1854ea8edab0ab2bcc83452.tar.gz |
libatomic-ops: upgrade 7.6.4 -> 7.6.6
License-Update: updated address of Free Software Foundation
(From OE-Core rev: 9aa8061f2e9f1e66b4ef4d63ae2932bf0c6a2c41)
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libatomic-ops/libatomic-ops_7.6.6.bb (renamed from meta/recipes-support/libatomic-ops/libatomic-ops_7.6.4.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.4.bb b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.6.bb index 271721e77e..32d26a34e9 100644 --- a/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.4.bb +++ b/meta/recipes-support/libatomic-ops/libatomic-ops_7.6.6.bb | |||
@@ -3,13 +3,13 @@ HOMEPAGE = "https://github.com/ivmai/libatomic_ops/" | |||
3 | SECTION = "optional" | 3 | SECTION = "optional" |
4 | PROVIDES += "libatomics-ops" | 4 | PROVIDES += "libatomics-ops" |
5 | LICENSE = "GPLv2 & MIT" | 5 | LICENSE = "GPLv2 & MIT" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 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}" | 9 | PV .= "+git${SRCPV}" |
10 | SRCBRANCH ?= "release-7_6" | 10 | SRCBRANCH ?= "release-7_6" |
11 | 11 | ||
12 | SRCREV = "8d98e2811c2f6df99cc65e5cc6964047d8554ace" | 12 | SRCREV = "76ffb3b87946e4c372d112d8d00786632deab934" |
13 | SRC_URI = "git://github.com/ivmai/libatomic_ops;branch=${SRCBRANCH}" | 13 | SRC_URI = "git://github.com/ivmai/libatomic_ops;branch=${SRCBRANCH}" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |