diff options
| author | Kai Kang <kai.kang@windriver.com> | 2023-11-02 14:29:24 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-02 10:39:36 -0700 |
| commit | 3e26d8deeba0318fe574f53ac798b55062999dfb (patch) | |
| tree | 51f65cb3968adfb132fb85368b3019d90a9a7c8e /meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb | |
| parent | d6b19d69b285a26b7d7a318ded42b04ccfb0a4a6 (diff) | |
| download | meta-openembedded-3e26d8deeba0318fe574f53ac798b55062999dfb.tar.gz | |
python3-blivetgui: 2.3.0 -> 2.4.2
Update python3-blivetgui from 2.3.0 to 2.4.2
* drop patches that there are not needed any more
* not set var `B` that out of source tree build is supported
* inherit setuptools3 rather than setuptools3_legacy
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb')
| -rw-r--r-- | meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb | 31 |
1 files changed, 0 insertions, 31 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 deleted file mode 100644 index 42bcf4651c..0000000000 --- a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb +++ /dev/null | |||
| @@ -1,31 +0,0 @@ | |||
| 1 | DESCRIPTION = "GUI tool for storage configuration using blivet library" | ||
| 2 | HOMEPAGE = "https://github.com/rhinstaller/blivet-gui" | ||
| 3 | LICENSE = "GPL-2.0-or-later" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 7 | |||
| 8 | S = "${WORKDIR}/git" | ||
| 9 | B = "${S}" | ||
| 10 | |||
| 11 | SRCREV = "42512ee48494cee71febf04078d9774f0146a085" | ||
| 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 \ | ||
| 14 | file://0002-Use-symbolic-list-add-and-edit-icons.patch \ | ||
| 15 | " | ||
| 16 | |||
| 17 | inherit features_check | ||
| 18 | REQUIRED_DISTRO_FEATURES = "x11 systemd gobject-introspection-data" | ||
| 19 | |||
| 20 | inherit setuptools3_legacy python3native | ||
| 21 | |||
| 22 | PIP_INSTALL_PACKAGE = "blivet_gui" | ||
| 23 | |||
| 24 | RDEPENDS:${PN} = "python3-pygobject python3 \ | ||
| 25 | python3-blivet gtk+3 \ | ||
| 26 | python3-pid libreport \ | ||
| 27 | " | ||
| 28 | |||
| 29 | FILES:${PN} += " \ | ||
| 30 | ${datadir}/* \ | ||
| 31 | " | ||
