diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-06-06 16:22:27 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-06 10:24:07 +0100 |
commit | 7c127aad2804b80169825cd17d18e3e494a6e5a2 (patch) | |
tree | 5b0597dce67a565f1e3ac4f2dc25bd05e4882fdb /meta/recipes-devtools/file | |
parent | c2e63957d5abaa4bb10507da5ba16f01112d0bf5 (diff) | |
download | poky-7c127aad2804b80169825cd17d18e3e494a6e5a2.tar.gz |
file: upgrade from 5.17 to 5.18
Upgrade file from 5.17 to 5.18.
(From OE-Core rev: 6167e415e63366c606c8366abda7edfa21d68b58)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/file')
-rw-r--r-- | meta/recipes-devtools/file/file_5.18.bb (renamed from meta/recipes-devtools/file/file_5.17.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/file/file_5.17.bb b/meta/recipes-devtools/file/file_5.18.bb index 4ed0820541..a7db410e92 100644 --- a/meta/recipes-devtools/file/file_5.17.bb +++ b/meta/recipes-devtools/file/file_5.18.bb | |||
@@ -15,8 +15,8 @@ SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ | |||
15 | file://dump \ | 15 | file://dump \ |
16 | file://filesystems" | 16 | file://filesystems" |
17 | 17 | ||
18 | SRC_URI[md5sum] = "e19c47e069ced7b01ccb4db402cc01d3" | 18 | SRC_URI[md5sum] = "d420d8f2990cd344673acfbf8d76ff5a" |
19 | SRC_URI[sha256sum] = "3feb97141b387b64da30aee485852925312c0e74219380a5ed451f14a90c83ca" | 19 | SRC_URI[sha256sum] = "6519fb706d583231c2419592ebecdbb21d33c62eaf7a1a0b24ddfcb80c08bf07" |
20 | 20 | ||
21 | inherit autotools | 21 | inherit autotools |
22 | 22 | ||