From 6a7d58fb5b5100e855e48b4bfe32622afb141acd Mon Sep 17 00:00:00 2001 From: Tyler Park Date: Mon, 6 Apr 2026 10:41:21 -0600 Subject: [PATCH] fmt: Updated master->main in SRC_URI. fmt github repo has sometime recently changed their master branch to main. This change is reflected in the SRC_URI. Solves https://github.com/openembedded/meta-openembedded/issues/1041 (#1041) Signed-off-by: Tyler Park Signed-off-by: Gyorgy Sarvari --- meta-oe/recipes-support/fmt/fmt_8.1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"