diff options
| author | Kai Kang <kai.kang@windriver.com> | 2021-03-03 15:32:51 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-03-03 11:08:29 -0800 |
| commit | ffc6732d9da05051e57f1dceebf16b61a228830f (patch) | |
| tree | b3bff9e0eb5b2e295512bc8718e4d0595faf29e4 /meta-oe/recipes-support/inih/files | |
| parent | 39046f1a1d1a93a9976af33ab51626fe02df045e (diff) | |
| download | meta-openembedded-ffc6732d9da05051e57f1dceebf16b61a228830f.tar.gz | |
libinih: install header files without prefix dir inih
The other flavor of inih which adapted by Fedora and Ubuntu installs
header files to /usr/include directly. And xfsprogs 5.10.0 also checks
ini.h without extra search path and failed. So install header files
without prefix dir inih.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/inih/files')
| -rw-r--r-- | meta-oe/recipes-support/inih/files/0001-include-install-header-files-without-prefix-dir-inih.patch | 24 |
1 files changed, 24 insertions, 0 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 new file mode 100644 index 0000000000..fb7b85cfd4 --- /dev/null +++ b/meta-oe/recipes-support/inih/files/0001-include-install-header-files-without-prefix-dir-inih.patch | |||
| @@ -0,0 +1,24 @@ | |||
| 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 | |||
