summaryrefslogtreecommitdiffstats
path: root/import-layers
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2017-03-17 19:24:26 -0400
committerPatrick Williams <patrick@stwcx.xyz>2017-03-20 23:50:36 +0000
commitede439523c335cd5de3440b1a42eb9b7327f4036 (patch)
tree3d41f9db64d8f91dc3e6a42dbe8866d7bcafe66c /import-layers
parent7597789b0518f73411c44cb743717e17879fbe12 (diff)
downloadtalos-openbmc-ede439523c335cd5de3440b1a42eb9b7327f4036.tar.gz
talos-openbmc-ede439523c335cd5de3440b1a42eb9b7327f4036.zip
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) Change-Id: I10bd4d83a5233a928224ffbea9ddc1f89be5043f 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> Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Diffstat (limited to 'import-layers')
-rw-r--r--import-layers/yocto-poky/meta/recipes-devtools/file/file_5.25.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/import-layers/yocto-poky/meta/recipes-devtools/file/file_5.25.bb b/import-layers/yocto-poky/meta/recipes-devtools/file/file_5.25.bb
index 68bad69b4..f89931c4e 100644
--- a/import-layers/yocto-poky/meta/recipes-devtools/file/file_5.25.bb
+++ b/import-layers/yocto-poky/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
OpenPOWER on IntegriCloud