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:17:57 +0000 |
commit | ddf907ca95a19f54785079b4396935273b3747f6 (patch) | |
tree | 578b2c69cdd3cc094a6c950b55df33bba0a3f8cf | |
parent | 87c17b352daa63bc4f62e8802982288ab1839f1b (diff) | |
download | openembedded-core-ddf907ca95a19f54785079b4396935273b3747f6.tar.gz openembedded-core-ddf907ca95a19f54785079b4396935273b3747f6.tar.bz2 openembedded-core-ddf907ca95a19f54785079b4396935273b3747f6.zip |
Revert "file: update SRCREV for 5.28 to fix fetch fail on missing commit"morty
This reverts commit 87c17b352daa63bc4f62e8802982288ab1839f1b.
Upstream restored the original hashes.
-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 \ file://0001-Add-P-prompt-into-Usage-info.patch \ " -SRCREV = "acbaf156236cbc54b3cf3bc6cbf05d80cb196451" +SRCREV = "3c521817322a6bf5160cfeb09b9145ccde587b2a" S = "${WORKDIR}/git" inherit autotools |