The gomodgit fetcher is for git repositories that needs to use the direct mode.A few questions on the patchset.
- What if the module doesn't use any proxy? (E.g. hosted in a private repository)
Yes, there would be no change when creating or updating the ${BPN}-licenses.inc- The current recipetool approach ( https://git.openembedded.org/openembedded-core/tree/scripts/lib/recipetool/create_go.py ) uses vendoring approach and all dependencies go into the SRC_URI. Thus it's required to populate the required license information for the manifest generation. Would that be possible with this fetcher as well?
Thanks,
Slava