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:09 +0000 |
commit | 3dc1376deb5b3f429baeb4ccb47972a34860d127 (patch) | |
tree | 4770d4c5739322467ad7d3cd9f343dfd842ae485 /meta/recipes-devtools | |
parent | b5a595a4be09756b88e91f3353e3b221b165ab44 (diff) | |
download | openembedded-core-3dc1376deb5b3f429baeb4ccb47972a34860d127.tar.gz openembedded-core-3dc1376deb5b3f429baeb4ccb47972a34860d127.tar.bz2 openembedded-core-3dc1376deb5b3f429baeb4ccb47972a34860d127.zip |
Revert "file: update SRCREV for 5.30 to fix fetch fail on missing commit"
This reverts commit adb71e06768adadda7b69c3b5e81ca3ad67237f4.
Upstream restored the original hashes.
Diffstat (limited to 'meta/recipes-devtools')
-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 \ file://0001-Add-P-prompt-into-Usage-info.patch \ " -SRCREV = "3050419355566d2a96c5be97fef0ffae097bbb96" +SRCREV = "79814950aafb81ecd6a910c2a8a3b8ec12f3e4a6" S = "${WORKDIR}/git" inherit autotools |