diff mbox series

[meta-oe,kirkstone] fmt: fix SRC_URI

Message ID 20260509230006.8337-2-matthias.p@variscite.com
State New
Headers show
Series [meta-oe,kirkstone] fmt: fix SRC_URI | expand

Commit Message

Matthias Proske May 9, 2026, 11 p.m. UTC
The source branch was renamed from master to main.

Signed-off-by: Matthias Proske <matthias.p@variscite.com>
---
 meta-oe/recipes-support/fmt/fmt_8.1.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/fmt/fmt_8.1.1.bb b/meta-oe/recipes-support/fmt/fmt_8.1.1.bb
index 54b8fd3d9e..6655d1311a 100644
--- a/meta-oe/recipes-support/fmt/fmt_8.1.1.bb
+++ b/meta-oe/recipes-support/fmt/fmt_8.1.1.bb
@@ -4,7 +4,7 @@  HOMEPAGE = "https://fmt.dev"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=af88d758f75f3c5c48a967501f24384b"
 
-SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https \
+SRC_URI = "git://github.com/fmtlib/fmt;branch=main;protocol=https \
            file://run-ptest"
 SRCREV = "b6f4ceaed0a0a24ccf575fab6c56dd50ccf6f1a9"