summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/influxdb/influxdb-licenses.inc
Commit message (Collapse)AuthorAgeFilesLines
* influxdb: Use go module fetcherChristian Lindeberg2025-07-061-0/+68
Use the go module fetcher instead of allowing network access during the compile task. Apply patch to replace github.com/pkg/term with github.com/kraj/term unconditionally to avoid conditional module dependencies. Reorder variables according to the recipe style guide. Signed-off-by: Christian Lindeberg <christian.lindeberg@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>