diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-10-07 18:24:08 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-14 16:54:34 +0100 |
commit | bb19c6c88abcfb0cb2c6279dc2b0e4f348e34a9e (patch) | |
tree | 6b170a76793e6f60f0585eeb4efcbb17540dd373 | |
parent | ab26a1d5854e3b76919907332802c88e46cbb7e8 (diff) | |
download | openembedded-core-bb19c6c88abcfb0cb2c6279dc2b0e4f348e34a9e.tar.gz openembedded-core-bb19c6c88abcfb0cb2c6279dc2b0e4f348e34a9e.tar.bz2 openembedded-core-bb19c6c88abcfb0cb2c6279dc2b0e4f348e34a9e.zip |
file: Update to 5.15
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/file/file_5.15.bb (renamed from meta/recipes-devtools/file/file_5.14.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-devtools/file/file_5.14.bb b/meta/recipes-devtools/file/file_5.15.bb index c8b902cf03..5589efa79b 100644 --- a/meta/recipes-devtools/file/file_5.14.bb +++ b/meta/recipes-devtools/file/file_5.15.bb @@ -10,14 +10,13 @@ LIC_FILES_CHKSUM = "file://COPYING;beginline=2;md5=6a7382872edb68d33e1a9398b6e03 DEPENDS = "zlib file-native" DEPENDS_class-native = "zlib-native" -PR = "r0" SRC_URI = "ftp://ftp.astron.com/pub/file/file-${PV}.tar.gz \ file://dump \ file://filesystems" -SRC_URI[md5sum] = "c26625f1d6773ad4bc5a87c0e315632c" -SRC_URI[sha256sum] = "461ba01dd0900a3b7c2dcd901b04903192c07887a9c1928af0be507572c77fe4" +SRC_URI[md5sum] = "3f99565532f548d7540912c4642d1ede" +SRC_URI[sha256sum] = "4bd52cc614d6488127c0bddc208a2855481744d76ff0878d9c173d2a6ed564e4" inherit autotools |