mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
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>
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
DESCRIPTION = "GUI tool for storage configuration using blivet library"
|
||||
HOMEPAGE = "https://github.com/rhinstaller/blivet-gui"
|
||||
LICENSE = "GPLv2+"
|
||||
SECTION = "devel/python"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
B = "${S}"
|
||||
|
||||
SRCREV = "adb6bd69fb3cfa709265db66ddcee04c0b5e070f"
|
||||
SRC_URI = "git://github.com/storaged-project/blivet-gui.git"
|
||||
|
||||
inherit features_check
|
||||
REQUIRED_DISTRO_FEATURES = "x11 systemd"
|
||||
|
||||
inherit setuptools3 python3native
|
||||
|
||||
RDEPENDS:${PN} = "python3-pygobject python3 \
|
||||
python3-blivet gtk+3 \
|
||||
python3-pid libreport \
|
||||
"
|
||||
|
||||
FILES:${PN} += " \
|
||||
${datadir}/* \
|
||||
"
|
||||
Reference in New Issue
Block a user