diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2023-05-24 09:52:48 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-24 07:23:55 -0700 |
commit | efcb56dc0c3d7ac7d150e47e3b35d13eb3b8be83 (patch) | |
tree | faf7ddd5a889410978657c8cb5dd18681bdaa5f1 | |
parent | 078d920366671b757e8cfd25968e734305df4fb3 (diff) | |
download | meta-openembedded-efcb56dc0c3d7ac7d150e47e3b35d13eb3b8be83.tar.gz |
libinih: remove unused patch file
* it was removed from SRC_URI with git recipe in:
https://git.openembedded.org/meta-openembedded/commit/?id=da03785ff19c2db4210318759a011c6919692876
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/inih/files/0001-include-install-header-files-without-prefix-dir-inih.patch | 24 |
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 @@ | |||
1 | include: install header files without prefix dir inih | ||
2 | |||
3 | The other flavor of inih which adapted by Fedora and Ubuntu installs | ||
4 | header files to /usr/include directly. And xfsprogs 5.10.0 also checks | ||
5 | ini.h without extra search path and fails. So install header files | ||
6 | without prefix dir inih. | ||
7 | |||
8 | Upstream-Status: Submitted [https://github.com/OSSystems/inih/pull/4] | ||
9 | |||
10 | Signed-off-by: Kai Kang <kai.kang@windriver.com> | ||
11 | --- | ||
12 | include/CMakeLists.txt | 2 +- | ||
13 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
14 | |||
15 | diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt | ||
16 | index 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 | -- | ||
23 | 2.17.1 | ||
24 | |||