mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
http-parser: fix SRC_URI branch
master branch was renamed to main Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Anuj Mittal <anuj.mittal@oss.qualcomm.com>
This commit is contained in:
committed by
Anuj Mittal
parent
8a2e72ee1a
commit
37bfef7bf6
@@ -11,7 +11,7 @@ SECTION = "libs"
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=9bfa835d048c194ab30487af8d7b3778"
|
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"
|
SRCREV = "2343fd6b5214b2ded2cdcf76de2bf60903bb90cd"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|||||||
Reference in New Issue
Block a user