diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-21 22:16:33 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-21 22:39:17 +0000 |
commit | 9fc3fec4499e6110031245d7b56e580c903e77e5 (patch) | |
tree | 67b3aae30807782286a503c03710de989516a31b /meta | |
parent | 69d3d55ea7e008d21ca187735b6be2e5fb237aef (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-devtools/file/file_5.30.bb | 2 |
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 | ||
22 | SRCREV = "3050419355566d2a96c5be97fef0ffae097bbb96" | 22 | SRCREV = "79814950aafb81ecd6a910c2a8a3b8ec12f3e4a6" |
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
24 | 24 | ||
25 | inherit autotools | 25 | inherit autotools |