]> code.ossystems Code Review - openembedded-core.git/commitdiff
file: update SRCREV for 5.25 to fix fetch fail on missing commit
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 17 Mar 2017 23:24:26 +0000 (19:24 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 Mar 2017 13:59:15 +0000 (13:59 +0000)
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>
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>
meta/recipes-devtools/file/file_5.25.bb

index 68bad69b4e7978cfe62ec2b747008f0c9dd17ab4..f89931c4ecb032de90e355584be9bc3ad8c785e3 100644 (file)
@@ -20,7 +20,7 @@ SRC_URI = "git://github.com/file/file.git \
         file://host-file.patch \
         "
 
-SRCREV = "f45db89ddc91692b662fffbabbdafc7bc4c00f5e"
+SRCREV = "789cfc7d727cee1c7cfb7d29c09162e2399285c5"
 S = "${WORKDIR}/git"
 
 inherit autotools