summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/http-parser
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-11-08 15:31:39 +0100
committerKhem Raj <raj.khem@gmail.com>2025-11-08 06:53:05 -0800
commit8fb37f0f954e234d132468adba2072a70812a818 (patch)
treee083dfb30e6d05b7d8b19f692ffee476768a8016 /meta-networking/recipes-support/http-parser
parent583f04b8973baaf3b3142f33d26ea77c1d532c34 (diff)
downloadmeta-openembedded-8fb37f0f954e234d132468adba2072a70812a818.tar.gz
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>
Diffstat (limited to 'meta-networking/recipes-support/http-parser')
-rw-r--r--meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb2
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 7def915db5..82a6e5bad8 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"
11LICENSE = "MIT" 11LICENSE = "MIT"
12LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=9bfa835d048c194ab30487af8d7b3778" 12LIC_FILES_CHKSUM = "file://LICENSE-MIT;md5=9bfa835d048c194ab30487af8d7b3778"
13 13
14SRC_URI = "git://github.com/nodejs/http-parser.git;branch=master;protocol=https" 14SRC_URI = "git://github.com/nodejs/http-parser.git;branch=main;protocol=https"
15SRCREV = "2343fd6b5214b2ded2cdcf76de2bf60903bb90cd" 15SRCREV = "2343fd6b5214b2ded2cdcf76de2bf60903bb90cd"
16 16
17 17