diff mbox series

[wrynose] fmt: update branch name to main

Message ID 20260917103059.26343-1-peter.marko@siemens.com
State New
Headers show
Series [wrynose] fmt: update branch name to main | expand

Commit Message

Peter Marko Sept. 17, 2026, 10:30 a.m. UTC
From: Peter Marko <peter.marko@siemens.com>

Upstream repository has renamed branch master to main.
Fetching currently does not work (except from downloads mirror).

Master branch has updated this in upgrade commit
* 3336a94097f57485e4b06e91e7bddd5fdef99e80

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 meta/recipes-devtools/fmt/fmt_12.1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/fmt/fmt_12.1.0.bb b/meta/recipes-devtools/fmt/fmt_12.1.0.bb
index 22cab6f138..b51e0eed65 100644
--- a/meta/recipes-devtools/fmt/fmt_12.1.0.bb
+++ b/meta/recipes-devtools/fmt/fmt_12.1.0.bb
@@ -4,7 +4,7 @@  HOMEPAGE = "https://fmt.dev"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b9257785fc4f3803a4b71b76c1412729"
 
-SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https;tag=${PV} \
+SRC_URI = "git://github.com/fmtlib/fmt;branch=main;protocol=https;tag=${PV} \
            file://0001-Workaround-an-ABI-issue-in-spdlog.patch \
            file://run-ptest \
            "