summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python-blivet/python3-blivet/0006-tweak-btrfs-packages.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-extended/python-blivet/python3-blivet/0006-tweak-btrfs-packages.patch')
-rw-r--r--meta-python/recipes-extended/python-blivet/python3-blivet/0006-tweak-btrfs-packages.patch12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet/0006-tweak-btrfs-packages.patch b/meta-python/recipes-extended/python-blivet/python3-blivet/0006-tweak-btrfs-packages.patch
index b98dafeab3..6c53f03db1 100644
--- a/meta-python/recipes-extended/python-blivet/python3-blivet/0006-tweak-btrfs-packages.patch
+++ b/meta-python/recipes-extended/python-blivet/python3-blivet/0006-tweak-btrfs-packages.patch
@@ -1,7 +1,7 @@
1From 359bc9f60a4bcf6be64a72c3825af65269f6c6c9 Mon Sep 17 00:00:00 2001 1From b55b1023f8f1ad3121928eb9d0ee9902f5474752 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:33:15 +0800 3Date: Mon, 8 May 2017 16:33:15 +0800
4Subject: [PATCH 06/11] tweak btrfs packages 4Subject: [PATCH] tweak btrfs packages
5 5
6In oe-cre/yocto, we name btrfs package with btrfs-tools, 6In oe-cre/yocto, we name btrfs package with btrfs-tools,
7rather than btrfs-progs. 7rather than btrfs-progs.
@@ -15,10 +15,10 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
15 2 files changed, 2 insertions(+), 2 deletions(-) 15 2 files changed, 2 insertions(+), 2 deletions(-)
16 16
17diff --git a/blivet/devices/btrfs.py b/blivet/devices/btrfs.py 17diff --git a/blivet/devices/btrfs.py b/blivet/devices/btrfs.py
18index 259bcf8..8e4eb2b 100644 18index c446e7e..37c183e 100644
19--- a/blivet/devices/btrfs.py 19--- a/blivet/devices/btrfs.py
20+++ b/blivet/devices/btrfs.py 20+++ b/blivet/devices/btrfs.py
21@@ -57,7 +57,7 @@ class BTRFSDevice(StorageDevice): 21@@ -58,7 +58,7 @@ class BTRFSDevice(StorageDevice):
22 22
23 """ Base class for BTRFS volume and sub-volume devices. """ 23 """ Base class for BTRFS volume and sub-volume devices. """
24 _type = "btrfs" 24 _type = "btrfs"
@@ -28,10 +28,10 @@ index 259bcf8..8e4eb2b 100644
28 28
29 def __init__(self, *args, **kwargs): 29 def __init__(self, *args, **kwargs):
30diff --git a/blivet/formats/fs.py b/blivet/formats/fs.py 30diff --git a/blivet/formats/fs.py b/blivet/formats/fs.py
31index 932307a..865b863 100644 31index 1e102b6..f16941e 100644
32--- a/blivet/formats/fs.py 32--- a/blivet/formats/fs.py
33+++ b/blivet/formats/fs.py 33+++ b/blivet/formats/fs.py
34@@ -1049,7 +1049,7 @@ class BTRFS(FS): 34@@ -1050,7 +1050,7 @@ class BTRFS(FS):
35 _formattable = True 35 _formattable = True
36 _linux_native = True 36 _linux_native = True
37 _supported = True 37 _supported = True