diff mbox series

[meta-oe,scarthgap] libfastjson: fix branch name from master to main

Message ID 20260916132147.3926195-1-cleiton.bueno@b2open.com
State New
Headers show
Series [meta-oe,scarthgap] libfastjson: fix branch name from master to main | expand

Commit Message

Cleiton Bueno Sept. 16, 2026, 1:21 p.m. UTC
libfastjson$ git branch -a --contains 3a8402c1de7c7747c95229db26d8d32fb85a7a52
* main
  remotes/origin/HEAD -> origin/main
  remotes/origin/main
  remotes/origin/stable

Signed-off-by: Cleiton Bueno <cleiton.bueno@b2open.com>
---
 meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb b/meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb
index f16126d936..2a8b52d720 100644
--- a/meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb
+++ b/meta-oe/recipes-extended/rsyslog/libfastjson_1.2304.0.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=a958bb07122368f3e1d9b2efe07d231f"
 
 DEPENDS = ""
 
-SRC_URI = "git://github.com/rsyslog/libfastjson.git;protocol=https;branch=master"
+SRC_URI = "git://github.com/rsyslog/libfastjson.git;protocol=https;branch=main"
 
 SRCREV = "3a8402c1de7c7747c95229db26d8d32fb85a7a52"