summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/inih/files/0001-include-install-header-files-without-prefix-dir-inih.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-oe/recipes-support/inih/files/0001-include-install-header-files-without-prefix-dir-inih.patch b/meta-oe/recipes-support/inih/files/0001-include-install-header-files-without-prefix-dir-inih.patch
deleted file mode 100644
index fb7b85cfd4..0000000000
--- a/meta-oe/recipes-support/inih/files/0001-include-install-header-files-without-prefix-dir-inih.patch
+++ /dev/null
@@ -1,24 +0,0 @@
1include: install header files without prefix dir inih
2
3The other flavor of inih which adapted by Fedora and Ubuntu installs
4header files to /usr/include directly. And xfsprogs 5.10.0 also checks
5ini.h without extra search path and fails. So install header files
6without prefix dir inih.
7
8Upstream-Status: Submitted [https://github.com/OSSystems/inih/pull/4]
9
10Signed-off-by: Kai Kang <kai.kang@windriver.com>
11---
12 include/CMakeLists.txt | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt
16index 7a46ee7..4a9033f 100644
17--- a/include/CMakeLists.txt
18+++ b/include/CMakeLists.txt
19@@ -1 +1 @@
20-install(FILES ini.h INIReader.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include/inih)
21+install(FILES ini.h INIReader.h DESTINATION ${CMAKE_INSTALL_PREFIX}/include)
22--
232.17.1
24