diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-21 22:17:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-21 22:39:46 +0000 |
commit | e292e935b077a95ae093d4b425c7e95b177b030b (patch) | |
tree | 6c945c28568cd1f9b9828ee312e73a74bcfbd688 /meta/recipes-devtools/file | |
parent | 555d77678507d313ba0e1a20ae868082b40046ed (diff) | |
download | poky-e292e935b077a95ae093d4b425c7e95b177b030b.tar.gz |
Revert "file: update SRCREV for 5.28 to fix fetch fail on missing commit"
This reverts commit 87c17b352daa63bc4f62e8802982288ab1839f1b.
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.28.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/file/file_5.28.bb b/meta/recipes-devtools/file/file_5.28.bb index 048fb8ef9d..e64a89c804 100644 --- a/meta/recipes-devtools/file/file_5.28.bb +++ b/meta/recipes-devtools/file/file_5.28.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 = "acbaf156236cbc54b3cf3bc6cbf05d80cb196451" | 22 | SRCREV = "3c521817322a6bf5160cfeb09b9145ccde587b2a" |
23 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
24 | 24 | ||
25 | inherit autotools | 25 | inherit autotools |