diff options
| author | Kai Kang <kai.kang@windriver.com> | 2021-08-03 14:13:39 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-06 20:37:42 -0700 |
| commit | c704cb00629dd66d20547b592b6add7ff6d2c1aa (patch) | |
| tree | b284fabfcb2b4a3ae02983c8285fdb4211d9ca4b /meta-python/recipes-extended/python-blivet/python3-blivetgui_2.2.1.bb | |
| parent | 88efe3c0ea78196b53d0c6606887b9cf72ca632c (diff) | |
| download | meta-openembedded-c704cb00629dd66d20547b592b6add7ff6d2c1aa.tar.gz | |
python3-blivetgui: 2.1.10 -> 2.2.1
Upgrade python3-blivetgui from 2.1.10 to 2.2.1.
* drop backported patch
0001-Fix-return-type-of-BlivetUtils.get_disks-1658893.patch
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-extended/python-blivet/python3-blivetgui_2.2.1.bb')
| -rw-r--r-- | meta-python/recipes-extended/python-blivet/python3-blivetgui_2.2.1.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.2.1.bb b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.2.1.bb new file mode 100644 index 0000000000..ad3c0730f7 --- /dev/null +++ b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.2.1.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | DESCRIPTION = "GUI tool for storage configuration using blivet library" | ||
| 2 | HOMEPAGE = "https://github.com/rhinstaller/blivet-gui" | ||
| 3 | LICENSE = "GPLv2+" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 7 | |||
| 8 | S = "${WORKDIR}/git" | ||
| 9 | B = "${S}" | ||
| 10 | |||
| 11 | SRCREV = "adb6bd69fb3cfa709265db66ddcee04c0b5e070f" | ||
| 12 | SRC_URI = "git://github.com/storaged-project/blivet-gui.git" | ||
| 13 | |||
| 14 | inherit features_check | ||
| 15 | REQUIRED_DISTRO_FEATURES = "x11 systemd" | ||
| 16 | |||
| 17 | inherit setuptools3 python3native | ||
| 18 | |||
| 19 | RDEPENDS:${PN} = "python3-pygobject python3 \ | ||
| 20 | python3-blivet gtk+3 \ | ||
| 21 | python3-pid libreport \ | ||
| 22 | " | ||
| 23 | |||
| 24 | FILES:${PN} += " \ | ||
| 25 | ${datadir}/* \ | ||
| 26 | " | ||
