]> code.ossystems Code Review - openembedded-core.git/commitdiff
perf: set the perfexecdir
authorSaul Wold <sgw@linux.intel.com>
Wed, 17 Oct 2012 16:47:51 +0000 (09:47 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Oct 2012 11:03:29 +0000 (12:03 +0100)
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

index decc911de5a101ad3ae77ffc4773350d07a02e97..b09436231fde81ae7f6470f123977712598b5d72 100644 (file)
@@ -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} \
                '