From 590cea4d083c68c039e175f1ddcd840bfd09262d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 13 Apr 2022 08:41:17 -0700 Subject: [PATCH] src/meta-openembedded:gnulib: Do not use git operations to install the sources git operations have started to fail with errors like | fatal: unsafe repository ('/mnt/b/yoe/master/build/tmp/work/riscv64-yoe-linux-musl/gnulib/2018-03-07.03-r0/git' is owned by someon e else) | To add an exception for this directory, call: | | git config --global --add safe.directory /mnt/b/yoe/master/build/tmp/work/riscv64-yoe-linux-musl/gnulib/2018-03-07.03-r0/git This is after git has fixed a CVE in 2.35+ see [1] [1] https://github.com/actions/checkout/issues/760 Signed-off-by: Khem Raj --- src/meta-openembedded | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meta-openembedded b/src/meta-openembedded index 5288d38ee66..6892fc010ab 160000 --- a/src/meta-openembedded +++ b/src/meta-openembedded @@ -1 +1 @@ -Subproject commit 5288d38ee66667463750caf2d0ed1863e52364ef +Subproject commit 6892fc010ab916886d7c75c121a2ad0866c9d39a