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 adb3a2cdcf..241cca97f0 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -148,7 +148,7 @@ do_configure_prepend () {
148 ${S}/tools/perf/Makefile.perf 148 ${S}/tools/perf/Makefile.perf
149 fi 149 fi
150 sed -i -e "s,--root='/\$(DESTDIR_SQ)',--prefix='\$(DESTDIR_SQ)/usr' --install-lib='\$(DESTDIR)\$(PYTHON_SITEPACKAGES_DIR)',g" \ 150 sed -i -e "s,--root='/\$(DESTDIR_SQ)',--prefix='\$(DESTDIR_SQ)/usr' --install-lib='\$(DESTDIR)\$(PYTHON_SITEPACKAGES_DIR)',g" \
151 ${S}/tools/perf/Makefile 151 ${S}/tools/perf/Makefile*
152 152
153 if [ -e "${S}/tools/build/Makefile.build" ]; then 153 if [ -e "${S}/tools/build/Makefile.build" ]; then
154 sed -i -e 's,\ .config-detected, $(OUTPUT)/config-detected,g' \ 154 sed -i -e 's,\ .config-detected, $(OUTPUT)/config-detected,g' \