diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2023-09-04 01:13:19 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-07 08:22:43 -0700 |
| commit | a9cdbbd4c52462bbcff41db228ae575fa60ed1ea (patch) | |
| tree | 3246dd9bdae65e294a14471b931d6f02c341af6a /meta-python | |
| parent | 3ed51f2d3b3f46207d89e5528d9b82307a1915fb (diff) | |
| download | meta-openembedded-a9cdbbd4c52462bbcff41db228ae575fa60ed1ea.tar.gz | |
python3-blivetgui: switch from master to main
Switch to main branch to avoid do_fetch failure.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb index aba127897d..42bcf4651c 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb | |||
| @@ -9,7 +9,7 @@ S = "${WORKDIR}/git" | |||
| 9 | B = "${S}" | 9 | B = "${S}" |
| 10 | 10 | ||
| 11 | SRCREV = "42512ee48494cee71febf04078d9774f0146a085" | 11 | SRCREV = "42512ee48494cee71febf04078d9774f0146a085" |
| 12 | SRC_URI = "git://github.com/storaged-project/blivet-gui.git;branch=master;protocol=https \ | 12 | SRC_URI = "git://github.com/storaged-project/blivet-gui.git;branch=main;protocol=https \ |
| 13 | file://0001-Use-setuptools-instead-of-distutils-in-setup.py.patch \ | 13 | file://0001-Use-setuptools-instead-of-distutils-in-setup.py.patch \ |
| 14 | file://0002-Use-symbolic-list-add-and-edit-icons.patch \ | 14 | file://0002-Use-symbolic-list-add-and-edit-icons.patch \ |
| 15 | " | 15 | " |
