Commit Graph

2 Commits

Author SHA1 Message Date
Bruce Ashfield
1906c7a7be rootlesskit: regenerate go-mod/shallow/hybrid
There were some issues with hyrid vcs mode and shallow clones.

The tools have been updated to deal with those issues, so we
regenerate to pick them up.

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2026-01-04 11:47:06 -05:00
Bruce Ashfield
45441d41bc rootlesskit: convert to go-mod-vcs format
1. Removed rsync-native from DEPENDS (no longer copying vendor directories)
  2. Removed include src_uri.inc and include relocation.inc
  3. Removed SRC_URI += "file://modules.txt" (vendor/modules.txt not needed)
  4. Added include go-mod-git.inc and include go-mod-cache.inc
  5. Added go-mod-discovery configuration variables
  6. Added inherit go-mod-discovery
  7. Simplified do_compile() - removed -mod=vendor, vendor symlinks, and modules.txt copy
  9. Added a patch to fix buildpaths in the binaries

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2025-12-08 20:57:44 -05:00