| Message ID | 20251210070022.175967-1-yoann.congal@smile.fr |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-networking,kirkstone] http-parser: fix SRC_URI branch | expand |
This is part of the currently pending PR[1] - second entry in the list under my name. [1]: https://lists.openembedded.org/g/openembedded-devel/message/122459 On 12/10/25 08:00, Yoann Congal wrote: > From: Gyorgy Sarvari <skandigraun@gmail.com> > > master was renamed to main > > Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> > Signed-off-by: Khem Raj <raj.khem@gmail.com> > (cherry picked from commit 8fb37f0f954e234d132468adba2072a70812a818) > Signed-off-by: Yoann Congal <yoann.congal@smile.fr> > --- > .../recipes-support/http-parser/http-parser_2.9.4.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb b/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb > index d4f76850d3..09e26e9f1e 100644 > --- a/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb > +++ b/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb > @@ -12,7 +12,7 @@ SECTION = "libs" > LICENSE = "MIT" > LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=9bfa835d048c194ab30487af8d7b3778" > > -SRC_URI = "git://github.com/nodejs/http-parser.git;branch=master;protocol=https" > +SRC_URI = "git://github.com/nodejs/http-parser.git;branch=main;protocol=https" > SRCREV = "2343fd6b5214b2ded2cdcf76de2bf60903bb90cd" > > S = "${WORKDIR}/git"
Le mer. 10 déc. 2025 à 08:25, Gyorgy Sarvari <skandigraun@gmail.com> a écrit : > > This is part of the currently pending PR[1] - second entry in the list > under my name. > > [1]: https://lists.openembedded.org/g/openembedded-devel/message/122459 Ha! Missed it! Thanks Gyorgy. > > On 12/10/25 08:00, Yoann Congal wrote: > > From: Gyorgy Sarvari <skandigraun@gmail.com> > > > > master was renamed to main > > > > Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > > (cherry picked from commit 8fb37f0f954e234d132468adba2072a70812a818) > > Signed-off-by: Yoann Congal <yoann.congal@smile.fr> > > --- > > .../recipes-support/http-parser/http-parser_2.9.4.bb | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb b/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb > > index d4f76850d3..09e26e9f1e 100644 > > --- a/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb > > +++ b/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb > > @@ -12,7 +12,7 @@ SECTION = "libs" > > LICENSE = "MIT" > > LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=9bfa835d048c194ab30487af8d7b3778" > > > > -SRC_URI = "git://github.com/nodejs/http-parser.git;branch=master;protocol=https" > > +SRC_URI = "git://github.com/nodejs/http-parser.git;branch=main;protocol=https" > > SRCREV = "2343fd6b5214b2ded2cdcf76de2bf60903bb90cd" > > > > S = "${WORKDIR}/git" >
diff --git a/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb b/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb index d4f76850d3..09e26e9f1e 100644 --- a/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb +++ b/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb @@ -12,7 +12,7 @@ SECTION = "libs" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=9bfa835d048c194ab30487af8d7b3778" -SRC_URI = "git://github.com/nodejs/http-parser.git;branch=master;protocol=https" +SRC_URI = "git://github.com/nodejs/http-parser.git;branch=main;protocol=https" SRCREV = "2343fd6b5214b2ded2cdcf76de2bf60903bb90cd" S = "${WORKDIR}/git"