diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-03-20 10:19:03 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-23 11:43:09 +0100 |
commit | cf1a4a8b1a0ece2f75fab9d79c69ce2726ef78b9 (patch) | |
tree | 0fdb47ed3af28f4c826b00bb863f276e21285ed8 /meta/recipes-devtools/file | |
parent | 023c2401677f9af6895887d6e8bca2fd1d730985 (diff) | |
download | openembedded-core-cf1a4a8b1a0ece2f75fab9d79c69ce2726ef78b9.tar.gz |
file: upgrade from 5.16 to 5.17
Signed-off-by: Robert Yang <liezhi.yang@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.17.bb (renamed from meta/recipes-devtools/file/file_5.16.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/file/file_5.16.bb b/meta/recipes-devtools/file/file_5.17.bb index 46dbf88f8d..4ed0820541 100644 --- a/meta/recipes-devtools/file/file_5.16.bb +++ b/meta/recipes-devtools/file/file_5.17.bb @@ -15,8 +15,8 @@ SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ file://dump \ file://filesystems" -SRC_URI[md5sum] = "359c0cf41c3d438d17b4d293f3b950dc" -SRC_URI[sha256sum] = "48bcac7726c37a8a0bc7ffa16b58993575657dd7b382039380fb3b74ab389261" +SRC_URI[md5sum] = "e19c47e069ced7b01ccb4db402cc01d3" +SRC_URI[sha256sum] = "3feb97141b387b64da30aee485852925312c0e74219380a5ed451f14a90c83ca" inherit autotools |