diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 5f0ba7c180..840f3008b5 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -241,6 +241,7 @@ do_configure_prepend () { | |||
241 | sed -i 's,/usr/bin/python,/usr/bin/env python3,' "${s}" | 241 | sed -i 's,/usr/bin/python,/usr/bin/env python3,' "${s}" |
242 | sed -i 's,/usr/bin/python2,/usr/bin/env python3,' "${s}" | 242 | sed -i 's,/usr/bin/python2,/usr/bin/env python3,' "${s}" |
243 | sed -i 's,/usr/bin/env python2,/usr/bin/env python3,' "${s}" | 243 | sed -i 's,/usr/bin/env python2,/usr/bin/env python3,' "${s}" |
244 | sed -i 's,/usr/bin/python3,/usr/bin/env python3,' "${s}" | ||
244 | done | 245 | done |
245 | 246 | ||
246 | # unistd.h can be out of sync between libc-headers and the captured version in the perf source | 247 | # unistd.h can be out of sync between libc-headers and the captured version in the perf source |