summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/perf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/perf')
-rw-r--r--meta/recipes-kernel/perf/perf.bb2
1 files changed, 1 insertions, 1 deletions
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"
383 383
384perf_fix_sources () { 384perf_fix_sources () {
385 for f in util/parse-events-flex.h util/parse-events-flex.c util/pmu-flex.c \ 385 for f in util/parse-events-flex.h util/parse-events-flex.c util/pmu-flex.c \
386 util/expr-flex.h util/expr-flex.c; do 386 util/pmu-flex.h util/expr-flex.h util/expr-flex.c; do
387 f=${PKGD}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/$f 387 f=${PKGD}/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR}/$f
388 if [ -e $f ]; then 388 if [ -e $f ]; then
389 sed -i -e 's#${S}/##g' $f 389 sed -i -e 's#${S}/##g' $f