summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-21 22:18:14 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-21 22:39:25 +0000
commite59717e80f6288410fa057e34233382bd327697a (patch)
treeada9407cc05c075e2ee30931b4fe420ea868d702
parentb4df9df4624a300923a5dfc5a8f7157bef145a2a (diff)
downloadpoky-e59717e80f6288410fa057e34233382bd327697a.tar.gz
Revert "file: update SRCREV for 5.25 to fix fetch fail on missing commit"
This reverts commit b35225c88ff681a4a903f7fb4612ac768214f539. Upstream restored the original hashes. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/file/file_5.25.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/file/file_5.25.bb b/meta/recipes-devtools/file/file_5.25.bb
index f89931c4ec..68bad69b4e 100644
--- a/meta/recipes-devtools/file/file_5.25.bb
+++ b/meta/recipes-devtools/file/file_5.25.bb
@@ -20,7 +20,7 @@ SRC_URI = "git://github.com/file/file.git \
20 file://host-file.patch \ 20 file://host-file.patch \
21 " 21 "
22 22
23SRCREV = "789cfc7d727cee1c7cfb7d29c09162e2399285c5" 23SRCREV = "f45db89ddc91692b662fffbabbdafc7bc4c00f5e"
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
25 25
26inherit autotools 26inherit autotools