summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/pcp/pcp-native_6.3.8.bb (renamed from meta-oe/recipes-support/pcp/pcp-native_6.3.7.bb)1
-rw-r--r--meta-oe/recipes-support/pcp/pcp.inc4
-rw-r--r--meta-oe/recipes-support/pcp/pcp/0001-htop-Change-dependency-order-of-header-and-sourcefil.patch6
-rw-r--r--meta-oe/recipes-support/pcp/pcp_6.3.8.bb (renamed from meta-oe/recipes-support/pcp/pcp_6.3.7.bb)0
4 files changed, 7 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/pcp/pcp-native_6.3.7.bb b/meta-oe/recipes-support/pcp/pcp-native_6.3.8.bb
index 806ef668e2..e90efea9cb 100644
--- a/meta-oe/recipes-support/pcp/pcp-native_6.3.7.bb
+++ b/meta-oe/recipes-support/pcp/pcp-native_6.3.8.bb
@@ -47,3 +47,4 @@ do_install () {
47 PCP_DOC_DIR=${D}/${docdir} \ 47 PCP_DOC_DIR=${D}/${docdir} \
48 PCP_SYSTEMDUNIT_DIR=${D}${systemd_system_unitdir} 48 PCP_SYSTEMDUNIT_DIR=${D}${systemd_system_unitdir}
49} 49}
50
diff --git a/meta-oe/recipes-support/pcp/pcp.inc b/meta-oe/recipes-support/pcp/pcp.inc
index c54c054cf8..07de1d5328 100644
--- a/meta-oe/recipes-support/pcp/pcp.inc
+++ b/meta-oe/recipes-support/pcp/pcp.inc
@@ -7,13 +7,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=37ab75b580d5aad4ada04260efa3702f \
7 " 7 "
8COMPATIBLE_HOST:libc-musl = "null" 8COMPATIBLE_HOST:libc-musl = "null"
9 9
10SRC_URI = "git://github.com/performancecopilot/pcp;branch=stable;protocol=https \ 10SRC_URI = "git://github.com/performancecopilot/pcp;branch=stable;protocol=https;tag=${PV} \
11 file://0001-configure-Limit-the-header-search-to-sysroot.patch \ 11 file://0001-configure-Limit-the-header-search-to-sysroot.patch \
12 file://0001-htop-Change-dependency-order-of-header-and-sourcefil.patch \ 12 file://0001-htop-Change-dependency-order-of-header-and-sourcefil.patch \
13 file://config.linux \ 13 file://config.linux \
14 " 14 "
15 15
16SRCREV = "d8d97b79ee47d9dfb076a3242564ed3cae04eba9" 16SRCREV = "7b0943ade0bcecaf50ed4b4c2cc9084150420eff"
17 17
18 18
19inherit setuptools3-base pkgconfig autotools-brokensep 19inherit setuptools3-base pkgconfig autotools-brokensep
diff --git a/meta-oe/recipes-support/pcp/pcp/0001-htop-Change-dependency-order-of-header-and-sourcefil.patch b/meta-oe/recipes-support/pcp/pcp/0001-htop-Change-dependency-order-of-header-and-sourcefil.patch
index 2915d48f04..817695ef84 100644
--- a/meta-oe/recipes-support/pcp/pcp/0001-htop-Change-dependency-order-of-header-and-sourcefil.patch
+++ b/meta-oe/recipes-support/pcp/pcp/0001-htop-Change-dependency-order-of-header-and-sourcefil.patch
@@ -1,4 +1,4 @@
1From c123980d6bf1bc2bf93ee0dd0d7f8fee3d4ddc96 Mon Sep 17 00:00:00 2001 1From 66aa3efbd182c5597b66d9237c213449f31acdac Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Wed, 5 Jul 2023 08:45:14 -0700 3Date: Wed, 5 Jul 2023 08:45:14 -0700
4Subject: [PATCH] htop: Change dependency order of header and sourcefiles 4Subject: [PATCH] htop: Change dependency order of header and sourcefiles
@@ -16,9 +16,11 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
16 src/pcp/htop/GNUmakefile | 4 ++-- 16 src/pcp/htop/GNUmakefile | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-) 17 1 file changed, 2 insertions(+), 2 deletions(-)
18 18
19diff --git a/src/pcp/htop/GNUmakefile b/src/pcp/htop/GNUmakefile
20index 167b4b048..3e29638d6 100644
19--- a/src/pcp/htop/GNUmakefile 21--- a/src/pcp/htop/GNUmakefile
20+++ b/src/pcp/htop/GNUmakefile 22+++ b/src/pcp/htop/GNUmakefile
21@@ -210,8 +210,8 @@ CFGCOLUMNS = $(patsubst %,pcp/columns/%, 23@@ -210,8 +210,8 @@ CFGCOLUMNS = $(patsubst %,pcp/columns/%,$(COLUMNS))
22 CFGSCREENS = $(patsubst %,pcp/screens/%,$(SCREENS)) 24 CFGSCREENS = $(patsubst %,pcp/screens/%,$(SCREENS))
23 25
24 CFGXFILES = $(CFGMETERS) $(CFGCOLUMNS) $(CFGSCREENS) 26 CFGXFILES = $(CFGMETERS) $(CFGCOLUMNS) $(CFGSCREENS)
diff --git a/meta-oe/recipes-support/pcp/pcp_6.3.7.bb b/meta-oe/recipes-support/pcp/pcp_6.3.8.bb
index 65efac06be..65efac06be 100644
--- a/meta-oe/recipes-support/pcp/pcp_6.3.7.bb
+++ b/meta-oe/recipes-support/pcp/pcp_6.3.8.bb