summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2012-06-24 23:30:02 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-04 14:54:11 +0100
commit00f9e8aed9f111d351c2dc71cd8605ccbd11f68f (patch)
tree56215735c9e957e8e9aae675b8e5043ef1981fad /meta/recipes-kernel
parent73a8eed010a821fc4f5c0e71ef749938ed780b44 (diff)
downloadopenembedded-core-00f9e8aed9f111d351c2dc71cd8605ccbd11f68f.tar.gz
perf: add libexec/perf-core and contents
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>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/perf/perf_3.4.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-kernel/perf/perf_3.4.bb b/meta/recipes-kernel/perf/perf_3.4.bb
index 514876b873..a1628bbb47 100644
--- a/meta/recipes-kernel/perf/perf_3.4.bb
+++ b/meta/recipes-kernel/perf/perf_3.4.bb
@@ -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"