[OE-core] [PATCH 1/2] perf: set the perfexecdir

Saul Wold sgw at linux.intel.com
Wed Oct 17 16:47:51 UTC 2012


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 at 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





More information about the Openembedded-core mailing list