diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-11-27 16:32:38 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-11-27 11:13:36 -0800 |
| commit | f01d87a7e841a54ce7fa3b96d404451197dfe183 (patch) | |
| tree | d951761c0882ca40b027b908abb4c69140d9b381 /meta-python/recipes-extended/python-blivet/python3-blivet_3.0.1.bb | |
| parent | 2a9489ba365546dbd035d5a3aebc899224354bbe (diff) | |
| download | meta-openembedded-f01d87a7e841a54ce7fa3b96d404451197dfe183.tar.gz | |
python3-blivet: 3.0.1 -> 3.1.1
Drop 0012-remove-dmraid-dependency-check.patch and
0013-add-Z-y-and-y-to-lvm.pvcreate.patch which the
new version has fixed the issues
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_3.0.1.bb')
| -rw-r--r-- | meta-python/recipes-extended/python-blivet/python3-blivet_3.0.1.bb | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_3.0.1.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_3.0.1.bb deleted file mode 100644 index 75f02f13db..0000000000 --- a/meta-python/recipes-extended/python-blivet/python3-blivet_3.0.1.bb +++ /dev/null | |||
| @@ -1,48 +0,0 @@ | |||
| 1 | DESCRIPTION = "A python module for system storage configuration" | ||
| 2 | HOMEPAGE = "http://fedoraproject.org/wiki/blivet" | ||
| 3 | LICENSE = "LGPLv2+" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 7 | |||
| 8 | S = "${WORKDIR}/git" | ||
| 9 | B = "${S}" | ||
| 10 | |||
| 11 | SRCREV = "ddc24c71bad10208b11ea0c45853898fadd7030b" | ||
| 12 | SRC_URI = "git://github.com/rhinstaller/blivet;branch=3.1-release \ | ||
| 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-fix-new.roots-object-is-not-iterable.patch \ | ||
| 17 | file://0005-fix-incorrect-timeout-while-system-time-changed.patch \ | ||
| 18 | file://0006-tweak-btrfs-packages.patch \ | ||
| 19 | file://0007-invoking-mount-with-infinite-timeout.patch \ | ||
| 20 | file://0008-use-oe-variable-to-replace-hardcoded-dir.patch \ | ||
| 21 | file://0009-invoking-fsck-with-infinite-timeout.patch \ | ||
| 22 | file://0010-invoking-mkfs-with-infinite-timeout.patch \ | ||
| 23 | file://0011-invoking-dd-with-infinite-timeout.patch \ | ||
| 24 | file://0012-remove-dmraid-dependency-check.patch \ | ||
| 25 | file://0013-add-Z-y-and-y-to-lvm.pvcreate.patch \ | ||
| 26 | " | ||
| 27 | |||
| 28 | UPSTREAM_CHECK_GITTAGREGEX = "blivet-(?P<pver>\d+(\.\d+)+)$" | ||
| 29 | |||
| 30 | inherit distro_features_check | ||
| 31 | REQUIRED_DISTRO_FEATURES = "systemd" | ||
| 32 | |||
| 33 | inherit setuptools3 python3native | ||
| 34 | |||
| 35 | RDEPENDS_${PN} = "python3-pykickstart python3-pyudev \ | ||
| 36 | parted python3-pyparted multipath-tools \ | ||
| 37 | lsof cryptsetup libblockdev \ | ||
| 38 | libbytesize \ | ||
| 39 | " | ||
| 40 | |||
| 41 | FILES_${PN} += " \ | ||
| 42 | ${datadir}/dbus-1/system-services \ | ||
| 43 | " | ||
| 44 | |||
| 45 | inherit systemd | ||
| 46 | |||
| 47 | SYSTEMD_AUTO_ENABLE = "disable" | ||
| 48 | SYSTEMD_SERVICE_${PN} = "blivet.service" | ||
