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 onupstream repo, the default branch is main. This makes the fetch stepto fail.A possible workaround is to extend the recipe to change the SRC_URI.Aurélien.
© 2023 Groups.io