diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-11-09 17:00:04 +0100 |
|---|---|---|
| committer | Anuj Mittal <anuj.mittal@oss.qualcomm.com> | 2025-11-12 11:32:41 +0530 |
| commit | 37bfef7bf65c159ae4d6dd0fa03236b4ec67aa05 (patch) | |
| tree | 2fd986a747a5a6d957a7028b689ba10e9fd0e825 /meta-networking/recipes-support | |
| parent | 8a2e72ee1ab817daa9de398fdb5051116ece208d (diff) | |
| download | meta-openembedded-37bfef7bf65c159ae4d6dd0fa03236b4ec67aa05.tar.gz | |
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>
Diffstat (limited to 'meta-networking/recipes-support')
| -rw-r--r-- | meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 528289b7fd..a3099c0667 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 | |||
| @@ -11,7 +11,7 @@ SECTION = "libs" | |||
| 11 | LICENSE = "MIT" | 11 | LICENSE = "MIT" |
| 12 | LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=9bfa835d048c194ab30487af8d7b3778" | 12 | LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=9bfa835d048c194ab30487af8d7b3778" |
| 13 | 13 | ||
| 14 | SRC_URI = "git://github.com/nodejs/http-parser.git;branch=master;protocol=https" | 14 | SRC_URI = "git://github.com/nodejs/http-parser.git;branch=main;protocol=https" |
| 15 | SRCREV = "2343fd6b5214b2ded2cdcf76de2bf60903bb90cd" | 15 | SRCREV = "2343fd6b5214b2ded2cdcf76de2bf60903bb90cd" |
| 16 | 16 | ||
| 17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
