mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 21:47:29 +00:00
http-parser: fix SRC_URI branch
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)
This commit is contained in:
parent
2ee25ae10a
commit
51b503c1a1
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user