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 similarity index 99% rename from meta-oe/recipes-support/pcp/pcp-native_6.3.7.bb rename to 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 () { PCP_DOC_DIR=${D}/${docdir} \ PCP_SYSTEMDUNIT_DIR=${D}${systemd_system_unitdir} } + 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 \ " COMPATIBLE_HOST:libc-musl = "null" -SRC_URI = "git://github.com/performancecopilot/pcp;branch=stable;protocol=https \ +SRC_URI = "git://github.com/performancecopilot/pcp;branch=stable;protocol=https;tag=${PV} \ file://0001-configure-Limit-the-header-search-to-sysroot.patch \ file://0001-htop-Change-dependency-order-of-header-and-sourcefil.patch \ file://config.linux \ " -SRCREV = "d8d97b79ee47d9dfb076a3242564ed3cae04eba9" +SRCREV = "7b0943ade0bcecaf50ed4b4c2cc9084150420eff" inherit 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 @@ -From c123980d6bf1bc2bf93ee0dd0d7f8fee3d4ddc96 Mon Sep 17 00:00:00 2001 +From 66aa3efbd182c5597b66d9237c213449f31acdac Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 5 Jul 2023 08:45:14 -0700 Subject: [PATCH] htop: Change dependency order of header and sourcefiles @@ -16,9 +16,11 @@ Signed-off-by: Khem Raj src/pcp/htop/GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) +diff --git a/src/pcp/htop/GNUmakefile b/src/pcp/htop/GNUmakefile +index 167b4b048..3e29638d6 100644 --- a/src/pcp/htop/GNUmakefile +++ b/src/pcp/htop/GNUmakefile -@@ -210,8 +210,8 @@ CFGCOLUMNS = $(patsubst %,pcp/columns/%, +@@ -210,8 +210,8 @@ CFGCOLUMNS = $(patsubst %,pcp/columns/%,$(COLUMNS)) CFGSCREENS = $(patsubst %,pcp/screens/%,$(SCREENS)) 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 similarity index 100% rename from meta-oe/recipes-support/pcp/pcp_6.3.7.bb rename to meta-oe/recipes-support/pcp/pcp_6.3.8.bb