diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-07-04 16:02:03 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-10 14:12:06 +0100 |
commit | 80fe4d6edd25bae7daa90ed172780b8f6152154c (patch) | |
tree | cd03b9de85c2b0982e04f35fdc6c4493e2ebd072 /meta/recipes-support | |
parent | 95e6fb5d9248ae3b2bbf9ed2b0592a657d7568a4 (diff) | |
download | openembedded-core-80fe4d6edd25bae7daa90ed172780b8f6152154c.tar.gz openembedded-core-80fe4d6edd25bae7daa90ed172780b8f6152154c.tar.bz2 openembedded-core-80fe4d6edd25bae7daa90ed172780b8f6152154c.zip |
libatomic-ops: upgrade to 7.4.4
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/libatomic-ops/libatomic-ops_7.4.4.bb (renamed from meta/recipes-support/libatomic-ops/libatomic-ops_7.4.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libatomic-ops/libatomic-ops_7.4.2.bb b/meta/recipes-support/libatomic-ops/libatomic-ops_7.4.4.bb index fdb70d8ef3..930c1b8ed6 100644 --- a/meta/recipes-support/libatomic-ops/libatomic-ops_7.4.2.bb +++ b/meta/recipes-support/libatomic-ops/libatomic-ops_7.4.4.bb @@ -12,8 +12,8 @@ SRC_URI = "\ file://0001-Add-initial-nios2-architecture-support.patch \ " -SRC_URI[md5sum] = "1d6538604b314d2fccdf86915e5c0857" -SRC_URI[sha256sum] = "04fa615f62992547bcbda562260e28b504bc4c06e2f985f267f3ade30304b5dd" +SRC_URI[md5sum] = "426d804baae12c372967a6d183e25af2" +SRC_URI[sha256sum] = "bf210a600dd1becbf7936dd2914cf5f5d3356046904848dcfd27d0c8b12b6f8f" S = "${WORKDIR}/libatomic_ops-${PV}" |