summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2017-03-17 19:24:26 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-20 13:59:38 +0000
commitb4df9df4624a300923a5dfc5a8f7157bef145a2a (patch)
tree393babb89fee5e43c1ab03b4d7df43a3c28c9a46
parentae9b341ecfcc60e970f29cfe04306411ad26c0cf (diff)
downloadpoky-b4df9df4624a300923a5dfc5a8f7157bef145a2a.tar.gz
file: update SRCREV for 5.25 to fix fetch fail on missing commit
Machines that cloned a while ago will have the commit, but new deployments won't because it seems the upstream changed/rebased and the old commit ID has been garbage-collected away. Hence the fetch fails to check out the named commit ID. Both the old (gone) commit, and the "new" commit show the same dates and commit log and point at 5.25, so hopefully this is the right thing to do. A git diff of the two seems to only show a blanket uprev of CVS tags and deletion of a couple autogen'd files, and no real source changes. (From OE-Core rev: adb71e06768adadda7b69c3b5e81ca3ad67237f4) Cc: Christos Zoulas <christos@zoulas.com> (From OE-Core rev: b35225c88ff681a4a903f7fb4612ac768214f539) Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/file/file_5.25.bb2
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 68bad69b4e..f89931c4ec 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 \
20 file://host-file.patch \ 20 file://host-file.patch \
21 " 21 "
22 22
23SRCREV = "f45db89ddc91692b662fffbabbdafc7bc4c00f5e" 23SRCREV = "789cfc7d727cee1c7cfb7d29c09162e2399285c5"
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
25 25
26inherit autotools 26inherit autotools