summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-11-12 20:35:40 +0100
committerGyorgy Sarvari <skandigraun@gmail.com>2025-11-17 09:08:38 +0100
commit996b497119bb345d4f45cacbc1080f3912b282cd (patch)
tree7a54f42070cf34f016a52b6d220656cdc290e329
parent665e1cad145ffb505d7ee67c1a4f10df336b47fe (diff)
downloadmeta-openembedded-996b497119bb345d4f45cacbc1080f3912b282cd.tar.gz
python3-behave: update SRC_URI branch
Master branch was renamed to main. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-behave_1.2.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb b/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb
index 1dcc7d218e..caca282707 100644
--- a/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb
+++ b/meta-python/recipes-devtools/python/python3-behave_1.2.6.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d950439e8ea6ed233e4288f5e1a49c06"
5 5
6PV .= "+git${SRCREV}" 6PV .= "+git${SRCREV}"
7SRCREV = "9520119376046aeff73804b5f1ea05d87a63f370" 7SRCREV = "9520119376046aeff73804b5f1ea05d87a63f370"
8SRC_URI += "git://github.com/behave/behave;branch=master;protocol=https" 8SRC_URI += "git://github.com/behave/behave;branch=main;protocol=https"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11