summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/cmake/cmake/0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/cmake/cmake/0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch')
-rw-r--r--meta/recipes-devtools/cmake/cmake/0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch15
1 files changed, 7 insertions, 8 deletions
diff --git a/meta/recipes-devtools/cmake/cmake/0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch b/meta/recipes-devtools/cmake/cmake/0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch
index ad42d409d9..d6f7308fe0 100644
--- a/meta/recipes-devtools/cmake/cmake/0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch
+++ b/meta/recipes-devtools/cmake/cmake/0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch
@@ -1,7 +1,8 @@
1From 0df8d46d14c371f21c327966a553c4c187a8acfe Mon Sep 17 00:00:00 2001 1From fd9a04c1434e12f21c043385e306e0b52d38d749 Mon Sep 17 00:00:00 2001
2From: Otavio Salvador <otavio@ossystems.com.br> 2From: Otavio Salvador <otavio@ossystems.com.br>
3Date: Thu, 5 Jul 2018 10:28:04 -0300 3Date: Thu, 5 Jul 2018 10:28:04 -0300
4Subject: [PATCH 5/5] Disable use of ext2fs/ext2_fs.h by cmake's internal 4Subject: [PATCH] Disable use of ext2fs/ext2_fs.h by cmake's internal
5
5 libarchive copy 6 libarchive copy
6Organization: O.S. Systems Software LTDA. 7Organization: O.S. Systems Software LTDA.
7 8
@@ -12,15 +13,16 @@ Upstream-Status: Inappropriate [config]
12 13
13Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> 14Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
14Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> 15Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
16
15--- 17---
16 Utilities/cmlibarchive/CMakeLists.txt | 8 ++------ 18 Utilities/cmlibarchive/CMakeLists.txt | 8 ++------
17 1 file changed, 2 insertions(+), 6 deletions(-) 19 1 file changed, 2 insertions(+), 6 deletions(-)
18 20
19diff --git a/Utilities/cmlibarchive/CMakeLists.txt b/Utilities/cmlibarchive/CMakeLists.txt 21diff --git a/Utilities/cmlibarchive/CMakeLists.txt b/Utilities/cmlibarchive/CMakeLists.txt
20index 206f3c6a5..642fb0dd9 100644 22index bfcaf30..2960683 100644
21--- a/Utilities/cmlibarchive/CMakeLists.txt 23--- a/Utilities/cmlibarchive/CMakeLists.txt
22+++ b/Utilities/cmlibarchive/CMakeLists.txt 24+++ b/Utilities/cmlibarchive/CMakeLists.txt
23@@ -430,12 +430,8 @@ LA_CHECK_INCLUDE_FILE("copyfile.h" HAVE_COPYFILE_H) 25@@ -682,12 +682,8 @@ LA_CHECK_INCLUDE_FILE("copyfile.h" HAVE_COPYFILE_H)
24 LA_CHECK_INCLUDE_FILE("direct.h" HAVE_DIRECT_H) 26 LA_CHECK_INCLUDE_FILE("direct.h" HAVE_DIRECT_H)
25 LA_CHECK_INCLUDE_FILE("dlfcn.h" HAVE_DLFCN_H) 27 LA_CHECK_INCLUDE_FILE("dlfcn.h" HAVE_DLFCN_H)
26 LA_CHECK_INCLUDE_FILE("errno.h" HAVE_ERRNO_H) 28 LA_CHECK_INCLUDE_FILE("errno.h" HAVE_ERRNO_H)
@@ -34,7 +36,4 @@ index 206f3c6a5..642fb0dd9 100644
34+SET(HAVE_WORKING_EXT2_IOC_GETFLAGS 0) 36+SET(HAVE_WORKING_EXT2_IOC_GETFLAGS 0)
35 LA_CHECK_INCLUDE_FILE("fcntl.h" HAVE_FCNTL_H) 37 LA_CHECK_INCLUDE_FILE("fcntl.h" HAVE_FCNTL_H)
36 LA_CHECK_INCLUDE_FILE("grp.h" HAVE_GRP_H) 38 LA_CHECK_INCLUDE_FILE("grp.h" HAVE_GRP_H)
37 LA_CHECK_INCLUDE_FILE("inttypes.h" HAVE_INTTYPES_H) 39 LA_CHECK_INCLUDE_FILE("io.h" HAVE_IO_H)
38--
392.18.0
40