diff options
-rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 546076f84b..4e603f1a32 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -238,7 +238,7 @@ do_configure_prepend () { | |||
238 | 238 | ||
239 | # unistd.h can be out of sync between libc-headers and the captured version in the perf source | 239 | # unistd.h can be out of sync between libc-headers and the captured version in the perf source |
240 | # so we copy it from the sysroot unistd.h to the perf unistd.h | 240 | # so we copy it from the sysroot unistd.h to the perf unistd.h |
241 | cp ${STAGING_INCDIR}/asm-generic/unistd.h ${S}/tools/include/uapi/asm-generic/unistd.h | 241 | install -D -m0644 ${STAGING_INCDIR}/asm-generic/unistd.h ${S}/tools/include/uapi/asm-generic/unistd.h |
242 | } | 242 | } |
243 | 243 | ||
244 | python do_package_prepend() { | 244 | python do_package_prepend() { |