* [PATCH 1/2] perf: set the perfexecdir
@ 2012-10-17 16:47 Saul Wold
0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2012-10-17 16:47 UTC (permalink / raw)
To: openembedded-core
This allows the files installed into /usr/libexec to be
relocated to ${libexecdir}. removed unneded prefix=/usr,
which would prevent ${prefix} relocation.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
meta/recipes-kernel/perf/perf_3.4.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-kernel/perf/perf_3.4.bb b/meta/recipes-kernel/perf/perf_3.4.bb
index decc911..b094362 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 = \
ARCH=${ARCH} \
CC="${CC}" \
AR="${AR}" \
- prefix=/usr \
+ perfexecdir=${libexecdir} \
NO_GTK2=1 ${TUI_DEFINES} NO_DWARF=1 ${SCRIPTING_DEFINES} \
'
--
1.7.9.5
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-17 17:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-17 16:47 [PATCH 1/2] perf: set the perfexecdir Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox