diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-02-27 00:46:16 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-28 12:14:49 +0000 |
commit | 1cd88605f9fb989b854081e7d4b68874c6656250 (patch) | |
tree | 078cb48a23f59bf97204d6f1744c5b164c7cf2ee | |
parent | 9cb35b41c803bd0d1904b2dc0e14624fa7ea6e95 (diff) | |
download | openembedded-core-1cd88605f9fb989b854081e7d4b68874c6656250.tar.gz openembedded-core-1cd88605f9fb989b854081e7d4b68874c6656250.tar.bz2 openembedded-core-1cd88605f9fb989b854081e7d4b68874c6656250.zip |
file: Update to version 5.11
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r-- | meta/recipes-devtools/file/file_5.11.bb (renamed from meta/recipes-devtools/file/file_5.10.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/file/file_5.10.bb b/meta/recipes-devtools/file/file_5.11.bb index db247a700b..540c2b24dd 100644 --- a/meta/recipes-devtools/file/file_5.10.bb +++ b/meta/recipes-devtools/file/file_5.11.bb @@ -10,15 +10,15 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=6a7382872edb68d33e1a9398b6e03 DEPENDS = "zlib file-native" DEPENDS_virtclass-native = "zlib-native" -PR = "r1" +PR = "r0" SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ file://fix_version_check.patch \ file://dump \ file://filesystems" -SRC_URI[md5sum] = "4cea34b087b060772511e066e2038196" -SRC_URI[sha256sum] = "73ae51889006b1ddb95db729237d411eb8d353884dfb149f0b4427d314aff68a" +SRC_URI[md5sum] = "16a407bd66d6c7a832f3a5c0d609c27b" +SRC_URI[sha256sum] = "c70ae29a28c0585f541d5916fc3248c3e91baa481f63d7ccec53d1534cbcc9b7" inherit autotools |