diff options
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.patch | 30 |
1 files changed, 0 insertions, 30 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 deleted file mode 100644 index c07b4b50b5..0000000000 --- a/meta-filesystems/recipes-utils/xfsprogs/files/disable-xfs_scrub-build.patch +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | From 2bd40e5ed4df0b0a42beff8806b1ec5daa372c48 Mon Sep 17 00:00:00 2001 | ||
2 | From: Yi Zhao <yi.zhao@windriver.com> | ||
3 | Date: Thu, 19 Jul 2018 16:49:41 +0800 | ||
4 | Subject: [PATCH] Disable xfs_scrub build | ||
5 | |||
6 | Disable xfs_scrub build since it is experimental. | ||
7 | |||
8 | Upstream-Status: Inappropriate [embedded specific] | ||
9 | |||
10 | Signed-off-by: Yi Zhao <yi.zhao@windriver.com> | ||
11 | --- | ||
12 | Makefile | 2 +- | ||
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
14 | |||
15 | diff --git a/Makefile b/Makefile | ||
16 | index 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 | -- | ||
29 | 2.7.4 | ||
30 | |||