diff mbox series

[meta-oe] srecord: fix malformed patch upstream status

Message ID 20240120194102.1365911-1-peter.marko@siemens.com
State Accepted
Headers show
Series [meta-oe] srecord: fix malformed patch upstream status | expand

Commit Message

Peter Marko Jan. 20, 2024, 7:41 p.m. UTC
From: Peter Marko <peter.marko@siemens.com>

WARNING: srecord-native-1.65.0-r0 do_patch: QA Issue: Malformed Upstream-Status in patch

Signed-off-by: Peter Marko <peter.marko@siemens.com>
---
 .../files/0001-cmake-respect-explicit-install-prefix.patch      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 5a74323bc..64584656f 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
 the pattern suggested by cmake documentation in:
 https://cmake.org/cmake/help/latest/variable/CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT.html
 
-Upstream-status: Submitted [https://github.com/sierrafoxtrot/srecord/pull/68]
+Upstream-Status: Submitted [https://github.com/sierrafoxtrot/srecord/pull/68]
 ---
  CMakeLists.txt | 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)