diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2012-06-24 23:30:02 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-04 17:40:37 +0100 |
commit | c964536dc91936cf03bcdc3e31c2b4db75f6b49e (patch) | |
tree | f0f5927f2340dd9da6246bba2f6152f24c833c96 /meta/recipes-kernel | |
parent | d4eaa2d38432a6bf45c60b7d57cb6e1a489e0b0d (diff) | |
download | poky-c964536dc91936cf03bcdc3e31c2b4db75f6b49e.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.
(From OE-Core rev: 00f9e8aed9f111d351c2dc71cd8605ccbd11f68f)
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/perf/perf_3.4.bb | 1 |
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() { | |||
65 | 65 | ||
66 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 66 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
67 | 67 | ||
68 | FILES_${PN} += "${libexecdir}/perf-core" | ||
68 | FILES_${PN}-dbg += "${libdir}/python*/site-packages/.debug" | 69 | FILES_${PN}-dbg += "${libdir}/python*/site-packages/.debug" |
69 | FILES_${PN} += "${libdir}/python*/site-packages" | 70 | FILES_${PN} += "${libdir}/python*/site-packages" |