summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/file
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-21 22:16:33 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-21 22:39:17 +0000
commit9fc3fec4499e6110031245d7b56e580c903e77e5 (patch)
tree67b3aae30807782286a503c03710de989516a31b /meta/recipes-devtools/file
parent69d3d55ea7e008d21ca187735b6be2e5fb237aef (diff)
downloadpoky-9fc3fec4499e6110031245d7b56e580c903e77e5.tar.gz
Revert "file: update SRCREV for 5.30 to fix fetch fail on missing commit"
This reverts commit adb71e06768adadda7b69c3b5e81ca3ad67237f4. Upstream restored the original hashes. 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.30.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/file/file_5.30.bb b/meta/recipes-devtools/file/file_5.30.bb
index 112bf10578..0998fcfa89 100644
--- a/meta/recipes-devtools/file/file_5.30.bb
+++ b/meta/recipes-devtools/file/file_5.30.bb
@@ -19,7 +19,7 @@ SRC_URI = "git://github.com/file/file.git \
19 file://0001-Add-P-prompt-into-Usage-info.patch \ 19 file://0001-Add-P-prompt-into-Usage-info.patch \
20 " 20 "
21 21
22SRCREV = "3050419355566d2a96c5be97fef0ffae097bbb96" 22SRCREV = "79814950aafb81ecd6a910c2a8a3b8ec12f3e4a6"
23S = "${WORKDIR}/git" 23S = "${WORKDIR}/git"
24 24
25inherit autotools 25inherit autotools