mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 22:35:25 +01:00
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>
This commit is contained in:
parent
482318ca41
commit
51e8a6afd2
|
|
@ -47,3 +47,4 @@ do_install () {
|
|||
PCP_DOC_DIR=${D}/${docdir} \
|
||||
PCP_SYSTEMDUNIT_DIR=${D}${systemd_system_unitdir}
|
||||
}
|
||||
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 <raj.khem@gmail.com>
|
||||
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 <raj.khem@gmail.com>
|
|||
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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user