diff options
| -rw-r--r-- | meta/recipes-kernel/perf/perf_3.4.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-kernel/perf/perf_3.4.bb b/meta/recipes-kernel/perf/perf_3.4.bb index 8d1b2324b3..e89a7c3ba4 100644 --- a/meta/recipes-kernel/perf/perf_3.4.bb +++ b/meta/recipes-kernel/perf/perf_3.4.bb | |||
| @@ -73,6 +73,17 @@ EXTRA_OEMAKE = \ | |||
| 73 | EXTRA_OEMAKE += "\ | 73 | EXTRA_OEMAKE += "\ |
| 74 | 'CFLAGS=${CFLAGS}' \ | 74 | 'CFLAGS=${CFLAGS}' \ |
| 75 | 'LDFLAGS=${LDFLAGS} -lpthread -lrt -lelf -lm -lbfd' \ | 75 | 'LDFLAGS=${LDFLAGS} -lpthread -lrt -lelf -lm -lbfd' \ |
| 76 | \ | ||
| 77 | 'prefix=${prefix}' \ | ||
| 78 | 'bindir=${bindir}' \ | ||
| 79 | 'sharedir=${datadir}' \ | ||
| 80 | 'sysconfdir=${sysconfdir}' \ | ||
| 81 | 'perfexecdir=${libexecdir}/perf-core' \ | ||
| 82 | \ | ||
| 83 | 'ETC_PERFCONFIG=${@oe.path.relative(prefix, sysconfdir)}' \ | ||
| 84 | 'sharedir=${@oe.path.relative(prefix, datadir)}' \ | ||
| 85 | 'mandir=${@oe.path.relative(prefix, mandir)}' \ | ||
| 86 | 'infodir=${@oe.path.relative(prefix, infodir)}' \ | ||
| 76 | " | 87 | " |
| 77 | 88 | ||
| 78 | do_compile() { | 89 | do_compile() { |
