Re: [OE-core] [PATCH] externalsrc: remove git submodule--helper list

2022-09-16 Thread Jacob Creedon via lists.openembedded.org
> When was this added to git? $sm_path was added in 2.19 (August 2018). Prior to that, $path was used all the way back to when foreach was added to `git submodule` in v1.6.1 (December 2008). I'm not sure I have the project level context to decide whether or not we should be bumping the minimum

[OE-core] [PATCH] externalsrc: remove git submodule--helper list

2022-09-15 Thread Jacob Creedon via lists.openembedded.org
This removes a call to an undocumented and now deprecated subcommand of git submodule--helper and replaces it with a suppoorted one that gives an equivalent list. Signed-off-by: Jacob Creedon --- meta/classes/externalsrc.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git