]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
perf: add libexec/perf-core and contents
authorTom Zanussi <tom.zanussi@intel.com>
Mon, 25 Jun 2012 04:30:02 +0000 (23:30 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Jul 2012 13:54:11 +0000 (14:54 +0100)
libexec/perf-core contains all the pre-canned scripts and modules
needed by both the Perl and Python bindigs.  Add libexec/perf-core
along with all the pre-defined perf scripts underneath it.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
meta/recipes-kernel/perf/perf_3.4.bb

index 514876b8732b4752d1257ba2dbe4c7a0cb2468a4..a1628bbb47cee92ed33d8919a0043818a3e96a57 100644 (file)
@@ -65,5 +65,6 @@ do_install() {
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
+FILES_${PN} += "${libexecdir}/perf-core"
 FILES_${PN}-dbg += "${libdir}/python*/site-packages/.debug"
 FILES_${PN} += "${libdir}/python*/site-packages"