[meta-networking] Incorrect src branch for http-parser


Aurélien Bertron
 

Hello,

I am experiencing a bug on kirkstone branch: the http-parser recipe fetches its sources from github.com/nodejs/http-parser repo :
SRC_URI = "git://github.com/nodejs/http-parser.git;branch=master;protocol=https"
SRCREV = "2343fd6b5214b2ded2cdcf76de2bf60903bb90cd"
Problem: the branch is set to master but it does not exist on
upstream repo, the default branch is main. This makes the fetch step
to fail.

A possible workaround is to extend the recipe to change the SRC_URI.

Aurélien.

Join {openembedded-devel@lists.openembedded.org to automatically receive all group messages.