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 <tyler.park@wavetronix.com>
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
Tyler Park
2026-04-06 10:41:21 -06:00
committed by Gyorgy Sarvari
parent e2988d39a1
commit 6a7d58fb5b
+1 -1
View File
@@ -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"