summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-01 16:51:24 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-03 08:48:06 -0800
commitec87ae55119e5d2ca5db28fd7ad1c403665d41e3 (patch)
tree37e63d9cedc7c4a1a529be86eeeaeaa82d3e55b5 /meta-python
parent6f5a01762a25ef398b0a9c6fd6aa615163ddef8c (diff)
downloadmeta-openembedded-ec87ae55119e5d2ca5db28fd7ad1c403665d41e3.tar.gz
python3-blivet: Upgrade to 3.4.3
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-extended/python-blivet/python3-blivet_3.4.3.bb (renamed from meta-python/recipes-extended/python-blivet/python3-blivet_3.4.0.bb)14
1 files changed, 3 insertions, 11 deletions
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.0.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.3.bb
index 85f80b8c05..d79fc7d003 100644
--- a/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.0.bb
+++ b/meta-python/recipes-extended/python-blivet/python3-blivet_3.4.3.bb
@@ -5,11 +5,7 @@ SECTION = "devel/python"
5 5
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7 7
8S = "${WORKDIR}/git" 8SRC_URI += "\
9B = "${S}"
10
11SRCREV = "f7d9027e4fdad11187980e73726cd75a2dc962c2"
12SRC_URI = "git://github.com/storaged-project/blivet.git;branch=3.4-release;protocol=https \
13 file://0002-run_program-support-timeout.patch \ 9 file://0002-run_program-support-timeout.patch \
14 file://0003-support-infinit-timeout.patch \ 10 file://0003-support-infinit-timeout.patch \
15 file://0004-fix-new.roots-object-is-not-iterable.patch \ 11 file://0004-fix-new.roots-object-is-not-iterable.patch \
@@ -21,14 +17,12 @@ SRC_URI = "git://github.com/storaged-project/blivet.git;branch=3.4-release;proto
21 file://0010-invoking-mkfs-with-infinite-timeout.patch \ 17 file://0010-invoking-mkfs-with-infinite-timeout.patch \
22 file://0011-invoking-dd-with-infinite-timeout.patch \ 18 file://0011-invoking-dd-with-infinite-timeout.patch \
23" 19"
20SRC_URI[sha256sum] = "1b05b77f3ee35d82c7a577a168c9ba0204d3e9a87eb1975e5f9af47700eeff48"
24 21
25UPSTREAM_CHECK_GITTAGREGEX = "blivet-(?P<pver>\d+(\.\d+)+)$" 22inherit pypi features_check systemd setuptools3
26 23
27inherit features_check
28REQUIRED_DISTRO_FEATURES = "systemd" 24REQUIRED_DISTRO_FEATURES = "systemd"
29 25
30inherit setuptools3 python3native
31
32RDEPENDS:${PN} += "python3-pykickstart python3-pyudev \ 26RDEPENDS:${PN} += "python3-pykickstart python3-pyudev \
33 parted python3-pyparted multipath-tools \ 27 parted python3-pyparted multipath-tools \
34 lsof cryptsetup libblockdev \ 28 lsof cryptsetup libblockdev \
@@ -39,7 +33,5 @@ FILES:${PN} += " \
39 ${datadir}/dbus-1/system-services \ 33 ${datadir}/dbus-1/system-services \
40" 34"
41 35
42inherit systemd
43
44SYSTEMD_AUTO_ENABLE = "disable" 36SYSTEMD_AUTO_ENABLE = "disable"
45SYSTEMD_SERVICE:${PN} = "blivet.service" 37SYSTEMD_SERVICE:${PN} = "blivet.service"