summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/pcp/pcp/0001-pcp-htop-fix-header-build-race-condition.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/pcp/pcp/0001-pcp-htop-fix-header-build-race-condition.patch b/meta-oe/recipes-support/pcp/pcp/0001-pcp-htop-fix-header-build-race-condition.patch
index 48880fbb4d..2c3cf696ed 100644
--- a/meta-oe/recipes-support/pcp/pcp/0001-pcp-htop-fix-header-build-race-condition.patch
+++ b/meta-oe/recipes-support/pcp/pcp/0001-pcp-htop-fix-header-build-race-condition.patch
@@ -13,7 +13,7 @@ header files are softlinked, resulting in a build error:
13Fix this by adding the make dependency between object files and the 13Fix this by adding the make dependency between object files and the
14headers. 14headers.
15 15
16Upstream-Status: Submitted [https://github.com/performancecopilot/pcp/pull/2217] 16Upstream-Status: Backport [https://github.com/performancecopilot/pcp/commit/0ca303467ce382127cd9676e288bf7690a93f084]
17Signed-off-by: Yoann Congal <yoann.congal@smile.fr> 17Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
18--- 18---
19 src/pcp/htop/GNUmakefile | 1 + 19 src/pcp/htop/GNUmakefile | 1 +