diff options
| -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 90f05c0e62..d707b580e2 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
| @@ -237,6 +237,7 @@ do_configure_prepend () { | |||
| 237 | sed -i 's,/usr/bin/python,/usr/bin/env python3,' "${s}" | 237 | sed -i 's,/usr/bin/python,/usr/bin/env python3,' "${s}" |
| 238 | sed -i 's,/usr/bin/python2,/usr/bin/env python3,' "${s}" | 238 | sed -i 's,/usr/bin/python2,/usr/bin/env python3,' "${s}" |
| 239 | sed -i 's,/usr/bin/env python2,/usr/bin/env python3,' "${s}" | 239 | sed -i 's,/usr/bin/env python2,/usr/bin/env python3,' "${s}" |
| 240 | sed -i 's,/usr/bin/python3,/usr/bin/env python3,' "${s}" | ||
| 240 | done | 241 | done |
| 241 | 242 | ||
| 242 | # unistd.h can be out of sync between libc-headers and the captured version in the perf source | 243 | # unistd.h can be out of sync between libc-headers and the captured version in the perf source |
