diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-21 22:18:14 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-21 22:18:14 +0000 |
commit | ff8c8859434e56894accc5a63980c1b8904eb935 (patch) | |
tree | e11185df29d2737492e850195c31e1feb870e04c | |
parent | b35225c88ff681a4a903f7fb4612ac768214f539 (diff) | |
download | openembedded-core-krogoth.tar.gz openembedded-core-krogoth.tar.bz2 openembedded-core-krogoth.zip |
Revert "file: update SRCREV for 5.25 to fix fetch fail on missing commit"krogoth
This reverts commit b35225c88ff681a4a903f7fb4612ac768214f539.
Upstream restored the original hashes.
-rw-r--r-- | meta/recipes-devtools/file/file_5.25.bb | 2 |
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 \ file://host-file.patch \ " -SRCREV = "789cfc7d727cee1c7cfb7d29c09162e2399285c5" +SRCREV = "f45db89ddc91692b662fffbabbdafc7bc4c00f5e" S = "${WORKDIR}/git" inherit autotools |