From: Bruce Ashfield <bruce.ashfi...@gmail.com>

kernel version 6.4 introduces a new file that need to have
absolute paths removed, so we can avoid the buildpaths QA
warning and have relocatable packages.

We add pmu-flex.h to the processing, and the issue is resolved.

Signed-off-by: Bruce Ashfield <bruce.ashfi...@gmail.com>
---
 meta/recipes-kernel/perf/perf.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index 2d803381bb..7d90ac3612 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -383,7 +383,7 @@ PACKAGESPLITFUNCS =+ "perf_fix_sources"
 
 perf_fix_sources () {
        for f in util/parse-events-flex.h util/parse-events-flex.c 
util/pmu-flex.c \
-                       util/expr-flex.h util/expr-flex.c; do
+                       util/pmu-flex.h util/expr-flex.h util/expr-flex.c; do
                f=${PKGD}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/$f
                if [ -e $f ]; then
                        sed -i -e 's#${S}/##g' $f
-- 
2.39.2

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#183869): 
https://lists.openembedded.org/g/openembedded-core/message/183869
Mute This Topic: https://lists.openembedded.org/mt/99950704/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to