diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-07-30 17:54:35 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-07-30 08:03:08 -0700 |
| commit | 51e8a6afd230f7e9bfe57e2cddb8d5383a6d2f99 (patch) | |
| tree | da4afbac5e1a38a9163fac2306bab70ccef782f3 /meta-oe/recipes-support/pcp | |
| parent | 482318ca4103e5b45ae03de593660046e091143b (diff) | |
| download | meta-openembedded-51e8a6afd230f7e9bfe57e2cddb8d5383a6d2f99.tar.gz | |
pcp: upgrade 6.3.7 -> 6.3.8
0001-htop-Change-dependency-order-of-header-and-sourcefil.patch
refreshed for 6.3.8
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/pcp')
| -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.inc | 4 | ||||
| -rw-r--r-- | meta-oe/recipes-support/pcp/pcp/0001-htop-Change-dependency-order-of-header-and-sourcefil.patch | 6 | ||||
| -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 | " |
| 8 | COMPATIBLE_HOST:libc-musl = "null" | 8 | COMPATIBLE_HOST:libc-musl = "null" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/performancecopilot/pcp;branch=stable;protocol=https \ | 10 | SRC_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 | ||
| 16 | SRCREV = "d8d97b79ee47d9dfb076a3242564ed3cae04eba9" | 16 | SRCREV = "7b0943ade0bcecaf50ed4b4c2cc9084150420eff" |
| 17 | 17 | ||
| 18 | 18 | ||
| 19 | inherit setuptools3-base pkgconfig autotools-brokensep | 19 | 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 @@ | |||
| 1 | From c123980d6bf1bc2bf93ee0dd0d7f8fee3d4ddc96 Mon Sep 17 00:00:00 2001 | 1 | From 66aa3efbd182c5597b66d9237c213449f31acdac Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Wed, 5 Jul 2023 08:45:14 -0700 | 3 | Date: Wed, 5 Jul 2023 08:45:14 -0700 |
| 4 | Subject: [PATCH] htop: Change dependency order of header and sourcefiles | 4 | Subject: [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 | ||
| 19 | diff --git a/src/pcp/htop/GNUmakefile b/src/pcp/htop/GNUmakefile | ||
| 20 | index 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 | |||
