From: Jackie Huang Date: Thu, 24 Jun 2021 03:13:46 +0000 (+0800) Subject: python: change branch to 'main' for some recipes X-Git-Tag: f-release~90 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=9f2622266c96e97bbc4306b6aa38ee56ba0a6445;p=pti%2Frtp.git python: change branch to 'main' for some recipes The default branch in github for the following python recipes is changed from 'master' to 'main': - python-iniparse - python-pynacl Issue-ID: INF-215 Signed-off-by: Jackie Huang Change-Id: I2ab9aab4561886fe6a2df4bc66909661af90a8fe --- diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-iniparse_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-iniparse_git.bb index f61f9b8..b34ee4e 100644 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-iniparse_git.bb +++ b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-iniparse_git.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=52f28065af11d69382693b45b5a8eb54" SRCREV = "0305d08121461776222e515ae21a8405ee68eef4" PROTOCOL = "https" -BRANCH = "master" +BRANCH = "main" S = "${WORKDIR}/git" PV = "0.4+git${SRCPV}" diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pynacl_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pynacl_git.bb index bfc61f0..65e051f 100644 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pynacl_git.bb +++ b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pynacl_git.bb @@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=8cc789b082b3d97e1ccc5261f8594d3f" SRCREV = "4881c878c9a33f4684337f650355bdf7f031d77d" PROTOCOL = "https" -BRANCH = "master" +BRANCH = "main" S = "${WORKDIR}/git" PV = "1.3.0+git${SRCPV}"