3mdeb / meta-rte

Yocto meta layer for the RTE https://3mdeb.com/products/open-source-hardware/rte/ board
MIT License
7 stars 3 forks source link

Fix golang-based recipes to use main branch #62

Closed TomaszAIR closed 8 months ago

TomaszAIR commented 8 months ago

Two of golang recipes fails on do_fetch task with following error.

ERROR: github.com-hashicorp-golang-lru-0.5.4-r0 do_fetch: Fetcher failure: Unable to find revision 14eae340515388ca95aa8e7b86f0de668e981f54 in branch master even from upstream
ERROR: github.com-hashicorp-golang-lru-0.5.4-r0 do_fetch: Fetcher failure for URL: 'git://github.com/hashicorp/golang-lru;protocol=https'. Unable to fetch URL from any source.
ERROR: Logfile of failure stored in: /build/tmp/work/armv7vet2hf-neon-rte-linux-gnueabi/github.com-hashicorp-golang-lru/0.5.4-r0/temp/log.do_fetch.380183

This PR fixes them by using main branch instead of master. That changed lately in this projects.