diff options
Diffstat (limited to 'meta/recipes-kernel/perf/perf.bb')
-rw-r--r-- | meta/recipes-kernel/perf/perf.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb index 7f00df0f8e..8201c0cb60 100644 --- a/meta/recipes-kernel/perf/perf.bb +++ b/meta/recipes-kernel/perf/perf.bb | |||
@@ -244,8 +244,8 @@ do_configure_prepend () { | |||
244 | install -D -m0644 ${STAGING_INCDIR}/asm-generic/unistd.h ${S}/tools/include/uapi/asm-generic/unistd.h | 244 | install -D -m0644 ${STAGING_INCDIR}/asm-generic/unistd.h ${S}/tools/include/uapi/asm-generic/unistd.h |
245 | install -D -m0644 ${STAGING_INCDIR}/asm-generic/unistd.h ${S}/include/uapi/asm-generic/unistd.h | 245 | install -D -m0644 ${STAGING_INCDIR}/asm-generic/unistd.h ${S}/include/uapi/asm-generic/unistd.h |
246 | 246 | ||
247 | # bits.h can have the same issuen as unistd.h, so we make the tools variant take precedence | 247 | # bits.h can have the same issue as unistd.h, so we make the tools variant take precedence |
248 | install -D -m0644 ${S}/tools/include/linux/bits.h ${S}/include/linux/bits.h | 248 | [ -e ${S}/tools/include/linux/bits.h ] && install -D -m0644 ${S}/tools/include/linux/bits.h ${S}/include/linux/bits.h |
249 | } | 249 | } |
250 | 250 | ||
251 | python do_package_prepend() { | 251 | python do_package_prepend() { |