diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-10-17 09:47:51 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-18 12:13:48 +0100 |
commit | c07e4ab3256a0b749396a816346beb1aa3e5d90d (patch) | |
tree | 7e9fb1504ad808355466bea43c83671fd55d7a9c | |
parent | d92cff65692a0b64231005381323eee77691ab69 (diff) | |
download | poky-c07e4ab3256a0b749396a816346beb1aa3e5d90d.tar.gz |
perf: set the perfexecdir
This allows the files installed into /usr/libexec to be
relocated to ${libexecdir}. removed unneded prefix=/usr,
which would prevent ${prefix} relocation.
(From OE-Core rev: 10d28438c1e7d793bc398a0ad484782e5baa4877)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/perf/perf_3.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/perf/perf_3.4.bb b/meta/recipes-kernel/perf/perf_3.4.bb index decc911de5..b09436231f 100644 --- a/meta/recipes-kernel/perf/perf_3.4.bb +++ b/meta/recipes-kernel/perf/perf_3.4.bb | |||
@@ -63,7 +63,7 @@ EXTRA_OEMAKE = \ | |||
63 | ARCH=${ARCH} \ | 63 | ARCH=${ARCH} \ |
64 | CC="${CC}" \ | 64 | CC="${CC}" \ |
65 | AR="${AR}" \ | 65 | AR="${AR}" \ |
66 | prefix=/usr \ | 66 | perfexecdir=${libexecdir} \ |
67 | NO_GTK2=1 ${TUI_DEFINES} NO_DWARF=1 ${SCRIPTING_DEFINES} \ | 67 | NO_GTK2=1 ${TUI_DEFINES} NO_DWARF=1 ${SCRIPTING_DEFINES} \ |
68 | ' | 68 | ' |
69 | 69 | ||