Open RashmicaG opened 1 year ago
Can one of the admins verify this patch?
With newer git versions the command git submodule--helper list
is removed, which breaks our build environment. eg after doing a devtool modify, any other attempt at a devtool modify fails.
Git has removed support for "git submodule--helper list". https://github.com/git/git/commit/31955475d1c283120d5d84247eb3fd55d9f5fdd9
This change provides an alternate method for gathering the submodules information.
Tested: Build recipes with and without submodules
(From OE-Core rev: 6d9364e5f3535954f65cbbc694ee7933ac1d664f)
Signed-off-by: Carson Labrado clabrado@google.com Signed-off-by: John Edward Broadbent jebr@google.com Signed-off-by: Richard Purdie richard.purdie@linuxfoundation.org Signed-off-by: Rashmica Gupta rashmica@linux.ibm.com