mbox series

[0/3] Go module dependencies

Message ID 20250902140647.126140-1-christli@axis.com
Headers show
Series Go module dependencies | expand

Message

Christian Lindeberg Sept. 2, 2025, 2:06 p.m. UTC
From: Christian Lindeberg <christian.lindeberg@axis.com>

Here's a stack that together with another stack for meta-oe will try to
close the gap between the go-mod-update-modules class and the two gomod
fetcher based recipes in meta-oe.

Christian Lindeberg (3):
  oe/license_finder: Add find_licenses_up function
  go-mod-update-modules.bbclass: Update license finding
  recipetool/create_go: Tidy up a bit

 .../go-mod-update-modules.bbclass             | 30 ++++----
 meta/lib/oe/license_finder.py                 | 27 ++++++-
 scripts/lib/recipetool/create_go.py           | 70 +++++++++----------
 3 files changed, 72 insertions(+), 55 deletions(-)