summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python-blivet/python3-blivet_2.2.0.bb
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2018-08-01 16:27:43 +0800
committerKhem Raj <raj.khem@gmail.com>2018-08-02 11:23:03 -0700
commitd3ae34eec2d312410da6cc1dd1c6fb85e8259261 (patch)
tree3f827986a0f5c4865d33b05001b2c59601208b76 /meta-python/recipes-extended/python-blivet/python3-blivet_2.2.0.bb
parent78de74100807303fe304ea0f088317d2aa0be917 (diff)
downloadmeta-openembedded-d3ae34eec2d312410da6cc1dd1c6fb85e8259261.tar.gz
python3-blivet: 2.2.0 -> 3.0.1
- Drop 0004-Mount-var-volatile-during-install.patch and 0005-update-fstab-by-appending.patch which are moved to python3-anaconda 28.22.11 - Drop 0013-Revert-Adapt-to-logging-module-name-change.patch whichis obsolete Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended/python-blivet/python3-blivet_2.2.0.bb')
-rw-r--r--meta-python/recipes-extended/python-blivet/python3-blivet_2.2.0.bb49
1 files changed, 0 insertions, 49 deletions
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_2.2.0.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_2.2.0.bb
deleted file mode 100644
index 045e0f48dc..0000000000
--- a/meta-python/recipes-extended/python-blivet/python3-blivet_2.2.0.bb
+++ /dev/null
@@ -1,49 +0,0 @@
1DESCRIPTION = "A python module for system storage configuration"
2HOMEPAGE = "http://fedoraproject.org/wiki/blivet"
3LICENSE = "LGPLv2+"
4SECTION = "devel/python"
5
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7
8S = "${WORKDIR}/git"
9B = "${S}"
10
11SRCREV = "39db82f20d8d4904c0c4dc8912e595177c59e091"
12SRC_URI = "git://github.com/rhinstaller/blivet;branch=2.2-devel \
13 file://0001-comment-out-selinux.patch \
14 file://0002-run_program-support-timeout.patch\
15 file://0003-support-infinit-timeout.patch \
16 file://0004-Mount-var-volatile-during-install.patch \
17 file://0005-update-fstab-by-appending.patch \
18 file://0006-fix-new.roots-object-is-not-iterable.patch \
19 file://0007-fix-incorrect-timeout-while-system-time-changed.patch \
20 file://0008-tweak-btrfs-packages.patch \
21 file://0009-invoking-mount-with-infinite-timeout.patch \
22 file://0010-use-oe-variable-to-replace-hardcoded-dir.patch \
23 file://0011-invoking-fsck-with-infinite-timeout.patch \
24 file://0012-invoking-mkfs-with-infinite-timeout.patch \
25 file://0013-Revert-Adapt-to-logging-module-name-change.patch \
26 file://0014-invoking-dd-with-infinite-timeout.patch \
27"
28
29UPSTREAM_CHECK_GITTAGREGEX = "blivet-(?P<pver>\d+(\.\d+)+)$"
30
31inherit distro_features_check
32REQUIRED_DISTRO_FEATURES = "systemd"
33
34inherit setuptools3 python3native
35
36RDEPENDS_${PN} = "python3-pykickstart python3-pyudev \
37 parted python3-pyparted multipath-tools \
38 lsof cryptsetup libblockdev \
39 libbytesize \
40"
41
42FILES_${PN} += " \
43 ${datadir}/dbus-1/system-services \
44"
45
46inherit systemd
47
48SYSTEMD_AUTO_ENABLE = "disable"
49SYSTEMD_SERVICE_${PN} = "blivet.service"