summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/xfsprogs/files/disable-xfs_scrub-build.patch
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2019-06-14 09:26:18 +0800
committerKhem Raj <raj.khem@gmail.com>2019-06-15 16:46:50 -0700
commit9e58f66e355e9f3d51e9a9808be767e829e8a23d (patch)
tree7397509dc1e38703d4e81af314d437582e9c4c76 /meta-filesystems/recipes-utils/xfsprogs/files/disable-xfs_scrub-build.patch
parent465fb7940c8e5232c6b585c80160719ef24215bb (diff)
downloadmeta-openembedded-9e58f66e355e9f3d51e9a9808be767e829e8a23d.tar.gz
xfsprogs: upgrade 4.18.0 -> 5.0.0
Rebase 0001-build-Check-for-sync_file_range-libc-function.patch. Remove disable-xfs_scrub-build.patch as the xfs_scrub build is config-optional now. Add option '--enable-scrub=no' to EXTRA_OECONF to disable build the experimental xfs_scrub utility. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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, 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 @@
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