summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/xfsprogs/files/disable-xfs_scrub-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-filesystems/recipes-utils/xfsprogs/files/disable-xfs_scrub-build.patch')
-rw-r--r--meta-filesystems/recipes-utils/xfsprogs/files/disable-xfs_scrub-build.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/xfsprogs/files/disable-xfs_scrub-build.patch b/meta-filesystems/recipes-utils/xfsprogs/files/disable-xfs_scrub-build.patch
new file mode 100644
index 000000000..c07b4b50b
--- /dev/null
+++ b/meta-filesystems/recipes-utils/xfsprogs/files/disable-xfs_scrub-build.patch
@@ -0,0 +1,30 @@
1From 2bd40e5ed4df0b0a42beff8806b1ec5daa372c48 Mon Sep 17 00:00:00 2001
2From: Yi Zhao <yi.zhao@windriver.com>
3Date: Thu, 19 Jul 2018 16:49:41 +0800
4Subject: [PATCH] Disable xfs_scrub build
5
6Disable xfs_scrub build since it is experimental.
7
8Upstream-Status: Inappropriate [embedded specific]
9
10Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
11---
12 Makefile | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/Makefile b/Makefile
16index 7ddfa31..cd60319 100644
17--- a/Makefile
18+++ b/Makefile
19@@ -48,7 +48,7 @@ LIBFROG_SUBDIR = libfrog
20 DLIB_SUBDIRS = libxlog libxcmd libhandle
21 LIB_SUBDIRS = libxfs $(DLIB_SUBDIRS)
22 TOOL_SUBDIRS = copy db estimate fsck growfs io logprint mkfs quota \
23- mdrestore repair rtcp m4 man doc debian spaceman scrub
24+ mdrestore repair rtcp m4 man doc debian spaceman
25
26 ifneq ("$(PKG_PLATFORM)","darwin")
27 TOOL_SUBDIRS += fsr
28--
292.7.4
30