[oe-commits] [openembedded-core] branch krogoth updated: file: update SRCREV for 5.25 to fix fetch fail on missing commit

git at git.openembedded.org git at git.openembedded.org
Mon Mar 20 14:00:02 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

The following commit(s) were added to refs/heads/krogoth by this push:
     new b35225c  file: update SRCREV for 5.25 to fix fetch fail on missing commit
b35225c is described below

commit b35225c88ff681a4a903f7fb4612ac768214f539
Author: Paul Gortmaker <paul.gortmaker at windriver.com>
AuthorDate: Fri Mar 17 19:24:26 2017 -0400

    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 at zoulas.com>
    Signed-off-by: Paul Gortmaker <paul.gortmaker at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Denys Dmytriyenko <denys at ti.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/file/file_5.25.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/file/file_5.25.bb b/meta/recipes-devtools/file/file_5.25.bb
index 68bad69..f89931c 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 = "f45db89ddc91692b662fffbabbdafc7bc4c00f5e"
+SRCREV = "789cfc7d727cee1c7cfb7d29c09162e2399285c5"
 S = "${WORKDIR}/git"
 
 inherit autotools

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list