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 241cca97f0..22bd3c8200 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -120,7 +120,7 @@ do_install() {
120do_configure_prepend () { 120do_configure_prepend () {
121 # Fix for rebuilding 121 # Fix for rebuilding
122 rm -rf ${B}/ 122 rm -rf ${B}/
123 mkdir ${B}/ 123 mkdir -p ${B}/
124 124
125 # If building a multlib based perf, the incorrect library path will be 125 # If building a multlib based perf, the incorrect library path will be
126 # detected by perf, since it triggers via: ifeq ($(ARCH),x86_64). In a 32 bit 126 # detected by perf, since it triggers via: ifeq ($(ARCH),x86_64). In a 32 bit