]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
recipetool: Handle unclean response in go resolver
authorSven Schwermer <sven.schwermer@disruptive-technologies.com>
Thu, 11 Apr 2024 10:10:29 +0000 (12:10 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Apr 2024 12:33:46 +0000 (13:33 +0100)
commit8f2e14ab6562a9a68819a960c66a258ea9dbe246
treef2bed6d06e70c8528ae2d10c199b7ef5408fa297
parentc129c47cf9fa119005ea6e3946ebdee0da1db7e0
recipetool: Handle unclean response in go resolver

It appears that some go modules repond with a 404 error when trying to
resolve them dynamically. The response body may still contain the
go-import meta tag. An example for such behaviour is gonum.org/v1/gonum.

Signed-off-by: Sven Schwermer <sven.schwermer@disruptive-technologies.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
scripts/lib/recipetool/create_go.py