diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-26 14:11:17 +0100 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-11-03 10:49:40 -0400 |
| commit | efe1115b0fd819f8b121ff0d407020084e3bdcb5 (patch) | |
| tree | 1c214485040b289247c4ac1f7f3566cb1a03401c | |
| parent | 54ebe876ba7f966d575bc7a6c0b699073437d685 (diff) | |
| download | meta-openembedded-efe1115b0fd819f8b121ff0d407020084e3bdcb5.tar.gz | |
python-blivet: Adapt to upstream branch name changes
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -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 29e7a267d2..36ab065b51 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 | " |
