From ec87ae55119e5d2ca5db28fd7ad1c403665d41e3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 1 Mar 2022 16:51:24 -0800 Subject: [PATCH] python3-blivet: Upgrade to 3.4.3 Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...on3-blivet_3.4.0.bb => python3-blivet_3.4.3.bb} | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) rename meta-python/recipes-extended/python-blivet/{python3-blivet_3.4.0.bb => python3-blivet_3.4.3.bb} (80%) 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 similarity index 80% rename from meta-python/recipes-extended/python-blivet/python3-blivet_3.4.0.bb rename to meta-python/recipes-extended/python-blivet/python3-blivet_3.4.3.bb index 85f80b8c0..d79fc7d00 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" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" -S = "${WORKDIR}/git" -B = "${S}" - -SRCREV = "f7d9027e4fdad11187980e73726cd75a2dc962c2" -SRC_URI = "git://github.com/storaged-project/blivet.git;branch=3.4-release;protocol=https \ +SRC_URI += "\ file://0002-run_program-support-timeout.patch \ file://0003-support-infinit-timeout.patch \ 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 file://0010-invoking-mkfs-with-infinite-timeout.patch \ file://0011-invoking-dd-with-infinite-timeout.patch \ " +SRC_URI[sha256sum] = "1b05b77f3ee35d82c7a577a168c9ba0204d3e9a87eb1975e5f9af47700eeff48" -UPSTREAM_CHECK_GITTAGREGEX = "blivet-(?P\d+(\.\d+)+)$" +inherit pypi features_check systemd setuptools3 -inherit features_check REQUIRED_DISTRO_FEATURES = "systemd" -inherit setuptools3 python3native - RDEPENDS:${PN} += "python3-pykickstart python3-pyudev \ parted python3-pyparted multipath-tools \ lsof cryptsetup libblockdev \ @@ -39,7 +33,5 @@ FILES:${PN} += " \ ${datadir}/dbus-1/system-services \ " -inherit systemd - SYSTEMD_AUTO_ENABLE = "disable" SYSTEMD_SERVICE:${PN} = "blivet.service"