summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python-blivet/python3-blivet/0004-fix-new.roots-object-is-not-iterable.patch
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2018-11-27 16:32:38 +0800
committerKhem Raj <raj.khem@gmail.com>2018-11-27 11:13:36 -0800
commitf01d87a7e841a54ce7fa3b96d404451197dfe183 (patch)
treed951761c0882ca40b027b908abb4c69140d9b381 /meta-python/recipes-extended/python-blivet/python3-blivet/0004-fix-new.roots-object-is-not-iterable.patch
parent2a9489ba365546dbd035d5a3aebc899224354bbe (diff)
downloadmeta-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/0004-fix-new.roots-object-is-not-iterable.patch')
-rw-r--r--meta-python/recipes-extended/python-blivet/python3-blivet/0004-fix-new.roots-object-is-not-iterable.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet/0004-fix-new.roots-object-is-not-iterable.patch b/meta-python/recipes-extended/python-blivet/python3-blivet/0004-fix-new.roots-object-is-not-iterable.patch
index be997ac4f4..526a3b1fb2 100644
--- a/meta-python/recipes-extended/python-blivet/python3-blivet/0004-fix-new.roots-object-is-not-iterable.patch
+++ b/meta-python/recipes-extended/python-blivet/python3-blivet/0004-fix-new.roots-object-is-not-iterable.patch
@@ -1,4 +1,4 @@
1From c31df1c0f5323ddc70e0d1c6d11db2fbf7a024ad Mon Sep 17 00:00:00 2001 1From 3bb8d08bdec2f79bb13c0a44b81718d26e5bdabc Mon Sep 17 00:00:00 2001
2From: Hongxu Jia <hongxu.jia@windriver.com> 2From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Mon, 8 May 2017 16:30:20 +0800 3Date: Mon, 8 May 2017 16:30:20 +0800
4Subject: [PATCH 04/11] fix new.roots object is not iterable 4Subject: [PATCH 04/11] fix new.roots object is not iterable
@@ -11,10 +11,10 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
11 1 file changed, 1 insertion(+), 1 deletion(-) 11 1 file changed, 1 insertion(+), 1 deletion(-)
12 12
13diff --git a/blivet/blivet.py b/blivet/blivet.py 13diff --git a/blivet/blivet.py b/blivet/blivet.py
14index 3405810..f42b73b 100644 14index ea08837..91c92b2 100644
15--- a/blivet/blivet.py 15--- a/blivet/blivet.py
16+++ b/blivet/blivet.py 16+++ b/blivet/blivet.py
17@@ -1198,7 +1198,7 @@ class Blivet(object): 17@@ -1206,7 +1206,7 @@ class Blivet(object):
18 p = partition.disk.format.parted_disk.getPartitionByPath(partition.path) 18 p = partition.disk.format.parted_disk.getPartitionByPath(partition.path)
19 partition.parted_partition = p 19 partition.parted_partition = p
20 20