summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/srecord/files/0001-cmake-respect-explicit-install-prefix.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/srecord/files/0001-cmake-respect-explicit-install-prefix.patch b/meta-oe/recipes-support/srecord/files/0001-cmake-respect-explicit-install-prefix.patch
index 5a74323bca..64584656fa 100644
--- a/meta-oe/recipes-support/srecord/files/0001-cmake-respect-explicit-install-prefix.patch
+++ b/meta-oe/recipes-support/srecord/files/0001-cmake-respect-explicit-install-prefix.patch
@@ -7,7 +7,7 @@ If CMAKE_INSTALL_PREFIX was supplied externally, use it. This follows
7the pattern suggested by cmake documentation in: 7the pattern suggested by cmake documentation in:
8https://cmake.org/cmake/help/latest/variable/CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT.html 8https://cmake.org/cmake/help/latest/variable/CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT.html
9 9
10Upstream-status: Submitted [https://github.com/sierrafoxtrot/srecord/pull/68] 10Upstream-Status: Submitted [https://github.com/sierrafoxtrot/srecord/pull/68]
11--- 11---
12 CMakeLists.txt | 6 +++--- 12 CMakeLists.txt | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-) 13 1 file changed, 3 insertions(+), 3 deletions(-)