diff mbox series

[meta-anaconda,kirkstone,1/1] python3-simpleline: Update SRC_URI git default branch

Message ID 20250211023748.4054737-1-haixiao.yan.cn@eng.windriver.com
State New
Headers show
Series [meta-anaconda,kirkstone,1/1] python3-simpleline: Update SRC_URI git default branch | expand

Commit Message

haixiao.yan.cn@eng.windriver.com Feb. 11, 2025, 2:37 a.m. UTC
From: Haixiao Yan <haixiao.yan.cn@windriver.com>

Upstream has changed the default branch from master to main.

Signed-off-by: Haixiao Yan <haixiao.yan.cn@windriver.com>
---
 recipes-installer/python3-simpleline/python3-simpleline_1.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-installer/python3-simpleline/python3-simpleline_1.3.bb b/recipes-installer/python3-simpleline/python3-simpleline_1.3.bb
index 7b6cbe36b7b9..025f04071d15 100644
--- a/recipes-installer/python3-simpleline/python3-simpleline_1.3.bb
+++ b/recipes-installer/python3-simpleline/python3-simpleline_1.3.bb
@@ -6,7 +6,7 @@  SECTION = "devel"
 LICENSE = "GPL-2.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=5f4f48e95324081879552f19cd16c54a"
 
-SRC_URI = "git://github.com/rhinstaller/python-simpleline;protocol=https;branch=master"
+SRC_URI = "git://github.com/rhinstaller/python-simpleline;protocol=https;branch=main"
 SRCREV = "1c21ffdeda9eed27e5ad8ec16aee467f8daecd50"
 S = "${WORKDIR}/git"